Replies: 2 comments
-
I can't see that this issue has anything to do with the logging operator, so converting this to a discussion, with Q&A category. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@pepov I think @23henne tried to extract http.timestamp and use it as timestamp for the elastic document. But time is used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug:
I'm trying to ship container's stdout to elasticsearch cluster. Input on worker node level looks like this:
I have set up appropriate flow as follows:
Parsing works quite well but it uses
time
instead ofhttp.timestamp
as event time.Why is it?
Expected behaviour:
I'm using fluentbit as a sidecar for another project and when setting
Time_Key timestamp
in elastic there is a field named@timestamp
as date. I'd expect same in this scenario.Steps to reproduce the bug:
Use input and flow from above to reproduce the issue.
Additional context:
Nothing at all.
Environment details:
/kind bug
Beta Was this translation helpful? Give feedback.
All reactions