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
Hello people! We had the problem that due to misconfiguration of fluentd's elasticsearch output plugin from our developers, we had to backup all buffer files from /var/log/fluentd/workeri/elasticsearch/buffer/*.log|*.meta to /var/log/fluentd/backup/workeri/elasticsearch/buffer/*.log|*.meta because it was a in prod stage an logs were not being send due to the chunk_limit_size config being too big and elastic was not able to accepte the large request. We changed the configuartion from
and this works. But the problem now is we are contractually required to send all logs. How do I resend the backed up chunks even though they are too big? Thank you for reading and your help in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is a problem?
Hello people! We had the problem that due to misconfiguration of fluentd's elasticsearch output plugin from our developers, we had to backup all buffer files from
/var/log/fluentd/workeri/elasticsearch/buffer/*.log|*.meta
to/var/log/fluentd/backup/workeri/elasticsearch/buffer/*.log|*.meta
because it was a in prod stage an logs were not being send due to the chunk_limit_size config being too big and elastic was not able to accepte the large request. We changed the configuartion fromto
bulk_message_request_threshold 64M
and this works. But the problem now is we are contractually required to send all logs. How do I resend the backed up chunks even though they are too big? Thank you for reading and your help in advance!
Describe the configuration of Fluentd
We changed
to
bulk_message_request_threshold 64M
Describe the logs of Fluentd
No response
Environment
Beta Was this translation helpful? Give feedback.
All reactions