From d50e37aba9ed4a0082714f7be9e4f6b39980f993 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Thu, 6 Feb 2020 17:13:31 +0100 Subject: [PATCH] Regenerate expected files after changes in date parsing Elasticsearch has modified the behaviour on date parsing when the date doesn't include timezone data. Regenerate a couple of golden files that are affected by this change. --- filebeat/module/system/auth/test/timestamp.log-expected.json | 2 +- filebeat/module/system/syslog/test/tz-offset.log-expected.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filebeat/module/system/auth/test/timestamp.log-expected.json b/filebeat/module/system/auth/test/timestamp.log-expected.json index 2b881dc5fa0..80c07d4e9a8 100644 --- a/filebeat/module/system/auth/test/timestamp.log-expected.json +++ b/filebeat/module/system/auth/test/timestamp.log-expected.json @@ -1,6 +1,6 @@ [ { - "@timestamp": "2019-06-14T08:40:20.912-02:00", + "@timestamp": "2019-06-14T10:40:20.912-02:00", "event.dataset": "system.auth", "event.module": "system", "event.timezone": "-02:00", diff --git a/filebeat/module/system/syslog/test/tz-offset.log-expected.json b/filebeat/module/system/syslog/test/tz-offset.log-expected.json index 0e9c7d984cc..154e256b2ba 100644 --- a/filebeat/module/system/syslog/test/tz-offset.log-expected.json +++ b/filebeat/module/system/syslog/test/tz-offset.log-expected.json @@ -29,7 +29,7 @@ "service.type": "system" }, { - "@timestamp": "2019-06-14T08:40:20.912-02:00", + "@timestamp": "2019-06-14T10:40:20.912-02:00", "event.dataset": "system.syslog", "event.module": "system", "event.timezone": "-02:00",