Skip to content
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

reload_connections setting is not applied to fluentd #314

Closed
ziaudin opened this issue Jan 14, 2020 · 0 comments · Fixed by #316
Closed

reload_connections setting is not applied to fluentd #314

ziaudin opened this issue Jan 14, 2020 · 0 comments · Fixed by #316
Labels
bug Something isn't working community

Comments

@ziaudin
Copy link

ziaudin commented Jan 14, 2020

Was struggling with an issue related to fluentd freezing after "failed to flush the buffer" warning in fluentd logs, found a solution described here uken/fluent-plugin-elasticsearch#525 (comment)
But the attempt to change reload_connections to false in my ClusterOutput was not applied to fluentd, sample ClusterOutput:

apiVersion: logging.banzaicloud.io/v1beta1
kind: ClusterOutput
metadata:
  name: cluster-elasticsearch
spec:
  elasticsearch:
    host: logging-cluster-es-http.logging.svc.cluster.local
    port: 9200
    scheme: https
    ssl_verify: false
    ssl_version: TLSv1_2
    reconnect_on_error: true
    reload_on_failure: true
    reload_connections: false
    buffer:
      timekey: 1m
      timekey_wait: 5s
      timekey_use_utc: true
      chunk_limit_size: 16MB
      flush_mode: interval
      flush_interval: 5s
      flush_thread_count: 8
@ziaudin ziaudin added the bug Something isn't working label Jan 14, 2020
@ahma ahma mentioned this issue Jan 14, 2020
4 tasks
@ahma ahma closed this as completed in #316 Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants