instaclustr / supportCenter

Apache License 2.0
2 stars 3 forks source link

Filebeat timestamp processor does not support timestamp with ",". #11

Open imarsv opened 4 years ago

imarsv commented 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?

benbromhead commented 4 years ago

Does Cassandra logs generate timestamps with an incompatible format?

mrlika commented 4 years ago

One of the options - develop PR that fixes libbeat