
Elasticsearch
文章平均质量分 80
Elasticsearch相关
SimpleSimpleSimples
一个好的程序绝对是一个很懒的程序员,反之不成立!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Elasticsearch7-header对es索引进行crud操作
lasticsearch7-header对es索引进行crud操作原创 2022-07-24 17:43:58 · 715 阅读 · 0 评论 -
Elasticsearch 7 以上版本显示hits.total超过10000条设置
添加rest_total_hits_as_int=true即可。原创 2022-07-23 17:27:15 · 1954 阅读 · 0 评论 -
Elasticsearch在linux中匹配批量删除索引
1.根据条件查询需要删除的索引[doda@host166 bigdata]$ curl -u elastic:123456 -XGET 'http://172.21.72.166:9200/_cat/shards' | grep autotest_target | awk '{print $1}' |uniq > delete-index.txt % Total % Received % Xferd Average Speed Time Time Time Curr...原创 2022-05-18 14:45:19 · 1275 阅读 · 0 评论 -
elasticsearch常用的curl命令
1._cat查询elasticsearch集群状态的接口[doda@host166 shangeshishi]$ curl -u elastic:123456 http://172.21.72.166:9200/_cat=^.^=/_cat/allocation/_cat/shards/_cat/shards/{index}/_cat/master/_cat/nodes/_cat/tasks/_cat/indices/_cat/indices/{index}/_cat/segment原创 2021-10-21 00:52:58 · 1201 阅读 · 0 评论 -
Elasticsearch6.5.4版本集群安装设置密码
1.ES安装配置文件1.1主节点配置文件# ======================== Elasticsearch Configuration =========================# ---------------------------------- Cluster -----------------------------------cluster.name: GzEsCluster# ------------------------------------ Node原创 2021-02-03 10:48:50 · 3430 阅读 · 0 评论