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

plugin makes k8s system slower #38

Open
rpesk opened this issue Apr 27, 2017 · 0 comments
Open

plugin makes k8s system slower #38

rpesk opened this issue Apr 27, 2017 · 0 comments

Comments

@rpesk
Copy link

rpesk commented Apr 27, 2017

Hi guys, I have problem with your plugin. When I run fluentd with with gelf sending logs on graylog my kubernetes system is drastically slower. Is there a way to optimize it?

This is my td-agent conf file

<source>
  type tail
  path /var/log/containers/*.log
  pos_file /var/log/containers.log.pos
  time_format %Y-%m-%dT%H:%M:%S.%NZ
  tag containers-*
  format json
</source>


<match containers-**>
  type copy
  <store>
    type gelf
    host graylog.example.com
    port 12201
    flush_interval 10s
    buffer_queue_limit 8
    buffer_chunk_limit 2M
    num_threads 8
  </store>
</match>

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant