Skip to content

Commit

Permalink
fix ingest pipeline timestamp timezone format check to be even more g…
Browse files Browse the repository at this point in the history
…eneric
  • Loading branch information
talevy committed May 9, 2017
1 parent 53f6d94 commit 945b3cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]
}
},
{
Expand Down

0 comments on commit 945b3cd

Please sign in to comment.