- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在apm-server.yml
中更改APM配置时遇到以下错误-
'output.elasticsearch.bulk_max_size': has to be a number between [100,5000] inclusive
output.elasticsearch:
worker: 4
bulk_max_size: 10000
queue.mem.events: 40000
我无法理解此错误的原因。
最佳答案
错误消息非常清楚,您在为10K赋值时不能超过5k,可以尝试限制范围并看到它起作用吗?
请引用bulk_max_size官方文档,其中还提到
setting bulk_max_size to values less than or equal to 0 disables thesplitting of batches. When splitting is disabled, the queue decides onthe number of events to be contained in a batch.
Specifying a larger batch size can improve performance by lowering theoverhead of sending events. However big batch sizes can also increaseprocessing times, which might result in API errors, killedconnections, timed-out publishing requests, and, ultimately, lowerthroughput.
关于elasticsearch - 'output.elasticsearch.bulk_max_size':必须为介于[100,5000]之间的数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62908812/
我在apm-server.yml中更改APM配置时遇到以下错误- 'output.elasticsearch.bulk_max_size': has to be a number between [1
我是一名优秀的程序员,十分优秀!