curl -XPOST 'http://localhost:9200/_aliases' -d '
{ "actions": [ {"add": {"index": "test1", "alias": "alias1"}} ] }'本文共 166 字,大约阅读时间需要 1 分钟。
curl -XPOST 'http://localhost:9200/_aliases' -d '
{ "actions": [ {"add": {"index": "test1", "alias": "alias1"}} ] }'转载于:https://www.cnblogs.com/sheeva/p/5251447.html