有没有人能给我解释一下这些都是什么意思?我在谷歌上搜索了很多次,但都找不到。这些值填充在我的helmfile中,在configmap中进行模拟,但我需要知道它们是什么。
我有兴趣知道其中的每一个是什么意思?
buffer_chunk_limit 4096K
buffer_queue_limit 512
flush_interval 5s
max_retry_wait 30
disable_retry_limit
num_threads 4helmfile --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>发布于 2020-07-24 16:38:25
这些是fluentd Buffered Output Parameters
https://stackoverflow.com/questions/63069073
复制相似问题