Skip to content

Commit

Permalink
Adding {value} object for dissect processor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke committed Aug 26, 2020
1 parent 377a778 commit c233ecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const fieldsConfig: Record<string, FieldConfig> = {
helpText: (
<FormattedMessage
id="xpack.ingestPipelines.pipelineEditor.dissectForm.appendSeparatorHelpText"
defaultMessage="Characters used to separate fields when appending two or more results together. Defaults to an empty string."
defaultMessage="Characters used to separate fields when appending two or more results together. Defaults to {value}."
values={{ value: <EuiCode inline>{'""'}</EuiCode> }}
/>
),
Expand Down

0 comments on commit c233ecf

Please sign in to comment.