Elasticsearch: Fix processing of logs with not-recognized time format (#67767)
* Elasticsearch: Fix parsing of invalid time * Fix lint * Add more test data to data.js * Add tests * Fix lint * Update pkg/tsdb/elasticsearch/client/search_request.go
This commit is contained in:
@@ -55,5 +55,12 @@
|
||||
"*": {}
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
"fields":
|
||||
[
|
||||
{
|
||||
"field": "testtime",
|
||||
"format": "strict_date_optional_time_nanos"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user