查看版本 查看目录结构,可根据返回结果继续查询 GET /_cat 返回结果 /_cat/allocation /_cat/shards /_cat/shards/{index} /_cat/master /_cat ...
查看版本 查看目录结构,可根据返回结果继续查询 GET /_cat 返回结果 /_cat/allocation /_cat/shards /_cat/shards/{index} /_cat/master /_cat ...
curl http://127.0.0.1:9200/_cat/health?v 集群的状态(status):red红表示集群不可用,有故障。yellow黄表示集群不可靠但可用,一般单节点时就是此状 ...
查看索引 curl localhost:9200/_cat/indices?v 删除索引,通配符形式 curl -XDELETE localhost:9200/索引* 索引起别名 curl -XPUT localhost:9200/索引/_alias/别名 查看别名 curl -XPUT ...
Elasticsearch索引mapping的写入、查看与修改 https://blog.csdn.net/napoay/article/details/52012249 首先创建一个索引: curl -XPOST "http://127.0.0.1:9200/productindex ...
摘自:http://www.aboutyun.com/thread-17078-1-1.html Segment MemorySegment不是file吗?segment memory又是什么 ...
1 安装Elasticsearch Elasticsearch安装链接 1、下载Elastucsearch安装包(Windows版本) 2、将elasticsearch-7.15.0-windows-x86_64.zip文件解压出来 3、进入解压后的文件目录 ...
http://10.0.0.17:9200/blog/_settings GET 获取单个index(库的配置) http://10.0.0.17:9200/_settings/_all ...
http://10.0.0.17:9200/blog/_settings GET 获取单个index(库的配置) http://10.0.0.17:9200/_settings/_all ...