Couldn't fluentd send output in the order in which logs occur? #4036
Unanswered
sunyeongchoi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
fluentd-daemonset -> fluentd-forward -> mongodb
We are currently collecting logs using the above structure. I am collecting kubernetes container logs and storing them in mongodb.
I want to save to mongodb in order of kubernetes container log time. However, there are cases where container logs that occurred a long time ago are accumulated later in mongodb.
Is this unavoidable?
Is there any way to solve this?
Is this problem caused by pos_file or buffer?
Beta Was this translation helpful? Give feedback.
All reactions