簡單易用的東西

查詢ott的索引文檔的中的內容curl

curl -XPOST 'localhost:9200/ott/_search?pretty' -d '
{
  "query": { "match_all": {} }
}';url

查看索引節點索引

curl 'localhost:9200/_cat/indices?v'文檔

刪除索引查詢

curl -XDELETE 'localhost:9200/customer?pretty'
相關文章
相關標籤/搜索