Skip to main content

elasticsearch操作

查看索引

GET _cat/indices?v
{
"query": {
"match_all": {}
},
"size": 300
}

查看索引下的文档