请登录后探索更多精彩内容!
删除旧索引:
curl -X DELETE "localhost:9200/your_old_index"
查看索引:
curl -u username:password -X GET "http://localhost:9200/_cat/indices?v"
curl -X GET "localhost:9200/_cat/indices?v&h=index,store.size"
curl -X GET "localhost:9200/_cat/indices?v&h=index,docs.count"
curl -X GET "localhost:9200/_cat/shards?v"
暂无评论
请先登录后发表评论!
暂无评论