📣 极限科技诚招搜索运维工程师(Elasticsearch/Easysearch)- 全职/北京 👉 : 立即申请加入

配置项作用 #

设置分片级别每秒允许的最大写入字节数。

默认值 #

0b(不限制)

配置格式 #

# 每秒最多 50MB
cluster.throttle.shard.write.max_bytes: 50mb

# 不限制字节数(默认)
cluster.throttle.shard.write.max_bytes: 0b