From 945b3cd4ca5cba36e3dddcc5d8b1d795f4c788cc Mon Sep 17 00:00:00 2001 From: Tal Levy Date: Tue, 9 May 2017 15:31:32 -0700 Subject: [PATCH] fix ingest pipeline timestamp timezone format check to be even more generic --- .../test/ingest/60_pipeline_timestamp_date_mapping.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/smoke-test-ingest-with-all-dependencies/src/test/resources/rest-api-spec/test/ingest/60_pipeline_timestamp_date_mapping.yaml b/qa/smoke-test-ingest-with-all-dependencies/src/test/resources/rest-api-spec/test/ingest/60_pipeline_timestamp_date_mapping.yaml index 99c76716593..3f51cda6fb1 100644 --- a/qa/smoke-test-ingest-with-all-dependencies/src/test/resources/rest-api-spec/test/ingest/60_pipeline_timestamp_date_mapping.yaml +++ b/qa/smoke-test-ingest-with-all-dependencies/src/test/resources/rest-api-spec/test/ingest/60_pipeline_timestamp_date_mapping.yaml @@ -27,7 +27,7 @@ { "grok" : { "field" : "my_time", - "patterns": ["%{DAY:day} %{MONTH:month} %{MONTHDAY:monthday} %{TIME:time} %{TZ} %{YEAR:year}"] + "patterns": ["%{DAY:day} %{MONTH:month} %{MONTHDAY:monthday} %{TIME:time} %{WORD} %{YEAR:year}"] } }, {