📜  indices_primaries_active - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:21.894000             🧑  作者: Mango

代码示例1
PUT _cluster/settings
{
  "transient": {
    "cluster.routing.allocation.disk.watermark.low": "100gb",
    "cluster.routing.allocation.disk.watermark.high": "50gb",
    "cluster.routing.allocation.disk.watermark.flood_stage": "10gb",
    "cluster.info.update.interval": "1m"
  }
}