diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx index d981380a5354f9..a068fd49467326 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx @@ -30,7 +30,7 @@ const fieldsConfig: FieldsConfig = { defaultMessage: 'Fields', }), helpText: i18n.translate('xpack.ingestPipelines.pipelineEditor.fingerprint.fieldNameHelpText', { - defaultMessage: 'Fields that should be included in the fingerprint.', + defaultMessage: 'Fields to include in the fingerprint.', }), validations: [ { @@ -67,7 +67,7 @@ const fieldsConfig: FieldsConfig = { helpText: ( {'SHA-1'} }} /> ), @@ -84,7 +84,17 @@ export const Fingerprint: FunctionComponent = () => { data-test-subj="fieldsValueField" /> - + {'fingerprint'}, + }} + /> + } + /> { data-test-subj="saltValueField" /> - + {'fields'}, + }} + /> + } + /> ); };