Normally the date field should always have: date, time in ms set to UTC. For instance: 2023-06-15T16:44:01.123Z
. It's not easy to understand why you have separate date and time. Most likely
Please do next for a single index which you prefer:
- Add rubydebug to see how data looks like before ends in ES.
output {
stdout { codec => rubydebug{} }
elasticsearch { ...
}
}
- Copy the final grok version for index where data are not parse.
- Run LS and copy how data looks originally and parsed in fields where data are not parse.
PS. Sorry for delay.