原文:查看ES版本

查看ES版本指令:curl X GET ip: ...

2022-03-02 19:52 0 865 推荐指数:

查看详情

kibana查看ES版本、索引、健康信息

查看版本 查看目录结构,可根据返回结果继续查询 GET /_cat   返回结果 /_cat/allocation /_cat/shards /_cat/shards/{index} /_cat/master /_cat ...

Wed Mar 10 19:08:00 CST 2021 0 1898
es 查看集群状态

curl http://127.0.0.1:9200/_cat/health?v 集群的状态(status):red红表示集群不可用,有故障。yellow黄表示集群不可靠但可用,一般单节点时就是此状 ...

Fri Dec 06 06:34:00 CST 2019 0 2929
es查看和删除索引

查看索引 curl localhost:9200/_cat/indices?v 删除索引,通配符形式 curl -XDELETE localhost:9200/索引* 索引起别名 curl -XPUT localhost:9200/索引/_alias/别名 查看别名 curl -XPUT ...

Wed May 13 18:59:00 CST 2020 0 31486
ES mapping的写入与查看

Elasticsearch索引mapping的写入、查看与修改 https://blog.csdn.net/napoay/article/details/52012249 首先创建一个索引: curl -XPOST "http://127.0.0.1:9200/productindex ...

Tue May 15 02:34:00 CST 2018 1 8805
ES查看segment大小

摘自:http://www.aboutyun.com/thread-17078-1-1.html Segment MemorySegment不是file吗?segment memory又是什么 ...

Wed Feb 15 22:19:00 CST 2017 0 5101
ES安装(Windows版本)

1 安装Elasticsearch Elasticsearch安装链接 1、下载Elastucsearch安装包(Windows版本) 2、将elasticsearch-7.15.0-windows-x86_64.zip文件解压出来 3、进入解压后的文件目录 ...

Thu Sep 30 01:42:00 CST 2021 0 197
ES查看配置和查看全部配置

http://10.0.0.17:9200/blog/_settings GET 获取单个index(库的配置) http://10.0.0.17:9200/_settings/_all ...

Sun May 06 05:43:00 CST 2018 0 2121
ES查看配置和查看全部配置

http://10.0.0.17:9200/blog/_settings GET 获取单个index(库的配置) http://10.0.0.17:9200/_settings/_all ...

Thu May 14 00:15:00 CST 2020 0 807
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM