Skip to content

Commit

Permalink
Regenerate expected files after changes in date parsing (elastic#16139)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsoriano committed Feb 6, 2020
1 parent 7ddcb1e commit e61c4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e61c4c4

Please sign in to comment.