Hi,
I have Oracle DB logs which have standard ISO8601 timestamp (yyyy-MM-ddTHH:mm:ss.SSSSSSZ).
I have date filter
filter {
date {
match => [ "log_timestamp", "ISO8601" ]
}
}
But to the Elasticsearch are indexed only events between 00:00:00 and 09:59:59.
It looks like Elasticsearch "don't understand" timestamps beginning with 1 or 2.
Note:
- I have the problem with the only log. The other logs using the same date filter are indexed correctly.
- There are not any errors in Logstash and Elasticsearch logs