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
Fluentbit output to elasticsearch is missing milliseconds on @timestamp
config:
[FILTER]
Name parser
Match *
Key_Name log
Parser json
Reserve_Data True
[OUTPUT]
Name es
Match *
Host XXX
Logstash_Prefix my_prefix
Logstash_Format On
Type _doc
Trace_Output On
Version: Fluent Bit v1.4.2
Example record(please note the 000 in @timestamp (this is from the trace output of es plugin):
{"@timestamp":"2020-08-19T09:39:29.000Z","level":"error","timestamp":"2020-08-19T09:39:29.996959864Z","message":"Failed to retrieve queue url"}
Actual log line from the application:
{"level":"error","timestamp":"2020-08-19T09:39:29.996959864Z","message":"Failed to retrieve queue url"}
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the bug
Fluentbit output to elasticsearch is missing milliseconds on @timestamp
config:
Version: Fluent Bit v1.4.2
Example record(please note the 000 in @timestamp (this is from the trace output of es plugin):
Actual log line from the application:
The text was updated successfully, but these errors were encountered: