流利的Gelf插件参数设置

时间:2020-07-24 07:43:55

标签: kubernetes-helm fluentd graylog gelf

有人可以向我解释这些含义吗?我在Google上尝试了很多搜索,但无法实现。这些值填充在configmap的helmfile干运行中,但我需要知道它们是什么。

我有兴趣了解它们的含义吗?

buffer_chunk_limit 4096K
buffer_queue_limit 512
flush_interval 5s
max_retry_wait 30
disable_retry_limit
num_threads 4
helmfile --file=helmfile.yaml --selector name=fluentd-team sync --args "--debug --namespace=monitor --dry-run"
<match **>
      @type gelf
      host graylog-ingestion.monitor.company.com
      port 122
      protocol tcp
      tls true
      buffer_chunk_limit 4096K
      buffer_queue_limit 512
      flush_interval 5s
      max_retry_wait 30
      disable_retry_limit
      num_threads 4
</match>

1 个答案:

答案 0 :(得分:1)

这些是流利的Buffered Output Parameters