【发布时间】:2020-07-24 07:43:55
【问题描述】:
有人能解释一下这些分别是什么意思吗?我在谷歌上尝试了很多搜索,但无法找到它。这些值填充在我的 helmfile 中,在 configmap 中试运行,但我需要知道它们是什么。
我有兴趣了解它们的含义?
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>
【问题讨论】:
标签: kubernetes-helm fluentd graylog gelf