mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
fix ingest pipeline timestamp timezone format check to be even more generic
This commit is contained in:
parent
53f6d9412e
commit
945b3cd4ca
@ -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}"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user