fix ingest pipeline timestamp timezone format check to be even more generic

This commit is contained in:
Tal Levy 2017-05-09 15:31:32 -07:00
parent 53f6d9412e
commit 945b3cd4ca

View File

@ -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}"]
}
},
{