From ddae353e79911d3893777a6d074494c7b5331a0d Mon Sep 17 00:00:00 2001
From: Elena Stoeva <59341489+ElenaStoeva@users.noreply.github.com>
Date: Tue, 21 Feb 2023 15:16:42 +0000
Subject: [PATCH] Update dialogue box for output_format field in Date processor
(#151445)
Partially addresses https://github.com/elastic/kibana/issues/134164
## Summary
Since Elasticsearch 8.0, the `output_format` field of the Date processor
no longer accepts the formats ISO8601, UNIX, UNIX_MS, or TAI64N. ([Link
to
docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/date-processor.html)).
This PR updates the dialogue box of this field accordingly.
### Checklist
- [X] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
---
.../components/processor_form/processors/date.tsx | 8 +-------
x-pack/plugins/translations/translations/fr-FR.json | 1 -
x-pack/plugins/translations/translations/ja-JP.json | 1 -
x-pack/plugins/translations/translations/zh-CN.json | 1 -
4 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/date.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/date.tsx
index 4434ad1063422..68c76d3948f4f 100644
--- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/date.tsx
+++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/date.tsx
@@ -98,15 +98,9 @@ const fieldsConfig: FieldsConfig = {
helpText: (
{'target_field'},
- allowedFormats: (
- <>
- {'ISO8601'},{'UNIX'},
- {'UNIX_MS'},{'TAI64N'}
- >
- ),
defaultFormat: {`yyyy-MM-dd'T'HH:mm:ss.SSSXXX`},
}}
/>
diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/plugins/translations/translations/fr-FR.json
index 5a8e578edee8b..4d0717121fd72 100644
--- a/x-pack/plugins/translations/translations/fr-FR.json
+++ b/x-pack/plugins/translations/translations/fr-FR.json
@@ -17256,7 +17256,6 @@
"xpack.ingestPipelines.pipelineEditor.convertForm.separatorHelpText": "Délimiteur utilisé dans les données CSV. La valeur par défaut est {value}.",
"xpack.ingestPipelines.pipelineEditor.dateForm.formatsFieldHelpText": "Formats de date attendus. Les formats fournis sont appliqués de manière séquentielle. Accepte un modèle temporel Java ou l'un des formats suivants : {allowedFormats}.",
"xpack.ingestPipelines.pipelineEditor.dateForm.localeHelpText": "Paramètres régionaux pour la date. Utile lors de l'analyse des noms de mois ou de jours. La valeur par défaut est {timezone}.",
- "xpack.ingestPipelines.pipelineEditor.dateForm.outputFormatHelpText": "Format à utiliser lors de l'écriture de la date dans {targetField}. Accepte un modèle temporel Java ou l'un des formats suivants : {allowedFormats}. La valeur par défaut est {defaultFormat}.",
"xpack.ingestPipelines.pipelineEditor.dateForm.targetFieldHelpText": "Champ de sortie. S'il est vide, le champ d'entrée est mis à jour à la place. La valeur par défaut est {defaultField}.",
"xpack.ingestPipelines.pipelineEditor.dateForm.timezoneHelpText": "Fuseau horaire pour la date. La valeur par défaut est {timezone}.",
"xpack.ingestPipelines.pipelineEditor.dateIndexForm.localeHelpText": "Paramètres régionaux à utiliser lors de l'analyse de la date. Utile lors de l'analyse des noms de mois ou de jours. La valeur par défaut est {locale}.",
diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json
index 03384e2f9618b..2e85b6c0ebd65 100644
--- a/x-pack/plugins/translations/translations/ja-JP.json
+++ b/x-pack/plugins/translations/translations/ja-JP.json
@@ -17241,7 +17241,6 @@
"xpack.ingestPipelines.pipelineEditor.convertForm.separatorHelpText": "CSVデータで使用される区切り文字。デフォルトは{value}です。",
"xpack.ingestPipelines.pipelineEditor.dateForm.formatsFieldHelpText": "想定されるデータ形式。指定された形式は連続で適用されます。Java時間パターンまたは次の形式のいずれかを使用できます。{allowedFormats}。",
"xpack.ingestPipelines.pipelineEditor.dateForm.localeHelpText": "日付のロケール。月名または曜日名を解析するときに有用です。デフォルトは{timezone}です。",
- "xpack.ingestPipelines.pipelineEditor.dateForm.outputFormatHelpText": "データを{targetField}に書き込むときに使用する形式。Java時間パターンまたは次の形式のいずれかを使用できます。{allowedFormats}。デフォルトは{defaultFormat}です。",
"xpack.ingestPipelines.pipelineEditor.dateForm.targetFieldHelpText": "出力フィールド。空の場合、所定の入力フィールドが更新されます。デフォルトは{defaultField}です。",
"xpack.ingestPipelines.pipelineEditor.dateForm.timezoneHelpText": "日付のタイムゾーン。デフォルトは{timezone}です。",
"xpack.ingestPipelines.pipelineEditor.dateIndexForm.localeHelpText": "日付を解析するときに使用するロケール。月名または曜日名を解析するときに有用です。デフォルトは{locale}です。",
diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json
index 1cf11b1b92c1b..3652178a80a6b 100644
--- a/x-pack/plugins/translations/translations/zh-CN.json
+++ b/x-pack/plugins/translations/translations/zh-CN.json
@@ -17261,7 +17261,6 @@
"xpack.ingestPipelines.pipelineEditor.convertForm.separatorHelpText": "在 CSV 数据中使用的分隔符。默认为 {value}。",
"xpack.ingestPipelines.pipelineEditor.dateForm.formatsFieldHelpText": "预期的日期格式。提供的格式按顺序应用。接受 Java 时间模式或以下格式之一:{allowedFormats}。",
"xpack.ingestPipelines.pipelineEditor.dateForm.localeHelpText": "日期的区域设置。用于解析月或日名称。默认为 {timezone}。",
- "xpack.ingestPipelines.pipelineEditor.dateForm.outputFormatHelpText": "将日期写入到 {targetField} 时要使用的格式。接受 Java 时间模式或以下格式之一:{allowedFormats}。默认为 {defaultFormat}。",
"xpack.ingestPipelines.pipelineEditor.dateForm.targetFieldHelpText": "输出字段。如果为空,则输入字段将适当更新。默认为 {defaultField}。",
"xpack.ingestPipelines.pipelineEditor.dateForm.timezoneHelpText": "日期的时区。默认为 {timezone}。",
"xpack.ingestPipelines.pipelineEditor.dateIndexForm.localeHelpText": "要在解析日期时使用的区域设置。用于解析月或日名称。默认为 {locale}。",