以下示例是关于Whatever中包含弹性查询列出所有索引用法的示例代码,想了解弹性查询列出所有索引的具体用法?弹性查询列出所有索引怎么用?弹性查询列出所有索引使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。
// in kibana
GET /_cat/indices
// from insomnia or postman
curl -XGET http://localhost:9200/_cat/indices
本文地址:https://www.itbaoku.cn/snippets/876588.html