fluentd gelf插件参数设置
fluentd gelf plugin parameters setting
谁能给我解释一下每一个是什么意思?我在 google 上尝试了很多搜索,但无法找到它。这些值填充在我的 helmfile dry-运行 in 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>
谁能给我解释一下每一个是什么意思?我在 google 上尝试了很多搜索,但无法找到它。这些值填充在我的 helmfile dry-运行 in 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>