Open imarsv opened 4 years ago
Filebeat timestamp processor does not support timestamp with ",".
https://github.com/elastic/beats/issues/15012
Should we use any parsing processors for logs? Should we add some regexp to replace "," with "."? or maybe you use own approach?
Does Cassandra logs generate timestamps with an incompatible format?
One of the options - develop PR that fixes libbeat
Filebeat timestamp processor does not support timestamp with ",".
https://github.com/elastic/beats/issues/15012
Should we use any parsing processors for logs? Should we add some regexp to replace "," with "."? or maybe you use own approach?