You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the enhancement:
Redis default log format like this 26571:M 27 Dec 2018 11:19:18.874 * Synchronization with replica 10.114.208.18:6023 succeeded
the timestamp format is dd MMM YYYY H:m:s.SSS , but in Elasticsearch pipeline "REDISTIMESTAMP" is "%{MONTHDAY} %{MONTH} %{TIME}"` and dd MMM YYYY H:m:s.SSS not in date.formats .
Describe the enhancement:
Redis default log format like this
26571:M 27 Dec 2018 11:19:18.874 * Synchronization with replica 10.114.208.18:6023 succeeded
the timestamp format is
dd MMM YYYY H:m:s.SSS
, but in Elasticsearch pipeline "REDISTIMESTAMP" is "%{MONTHDAY} %{MONTH} %{TIME}"` anddd MMM YYYY H:m:s.SSS
not in date.formats .so, modify module/redis/log/ingest/pipeline.json
in my case:
The text was updated successfully, but these errors were encountered: