-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error_class=ZeroDivisionError error="divided by 0" #2607
Comments
I'm not sure why this error happens. but according to the log, Did you set any env vars or something? https://github.com/fluent/fluentd/blob/v1.7.0/lib/fluent/plugin/output.rb#L1379
|
Looks like timekey is declared but not assigned any value in the buffer configs. |
@yelavalli Thanks for additional info.
|
Describe the issue
I've deployed fluentd daemonset and now fluentd logs returns following errors
Your Error Log
Following with a lot of 'ZeroDivisionError's
Data is not written, elasticsearch is empty.
Your Environment
CentOS 7.6
Kubernetes: 1.14.1
Fluentd image: fluent/fluentd-kubernetes-daemonset:v1.7.0-debian-elasticsearch7-1.1
Elasticsearch image: docker.elastic.co/elasticsearch/elasticsearch:7.3.0
Your Configuration
Fluentd config map can be found in the beginning of the log
Daemonset yaml:
Additional comments
Couldn't find anything about this exception in the internet and posting it as an issue here
I hope someone will help me with this
Thanks in advance!
The text was updated successfully, but these errors were encountered: