Replies: 4 comments 2 replies
-
|
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.
-
|
@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.
-
|
Why this has been marked as answered? |
Beta Was this translation helpful? Give feedback.
-
|
How does your elasticsearch output configuration look like? There is a field to set the time_key there as well. Have you tried to set that? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
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
timeinstead ofhttp.timestampas event time.Why is it?
Expected behaviour:
I'm using fluentbit as a sidecar for another project and when setting
Time_Key timestampin elastic there is a field named@timestampas 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