curl -XPOST 'http://localhost:9200/_aliases' -d '
    {
        "actions": [
            {"add": {"index": "test1", "alias": "alias1"}}
        ]
    }'

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-07-22
  • 2021-12-22
  • 2021-12-13
  • 2021-12-15
猜你喜欢
  • 2022-01-13
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案