From 1831cbd1a3674d464c93562496eaa6e38d248cb1 Mon Sep 17 00:00:00 2001 From: Ignacio Rivas Date: Tue, 25 May 2021 15:58:57 +0200 Subject: [PATCH] copy changes --- .../processor_form/processors/fingerprint.tsx | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) 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'}, + }} + /> + } + /> ); };