摘要: 读取当前存储的记录的数量。 命令样例如下: curl -X GET "https://localhost:9200/_cat/count?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+ 阅读全文
posted @ 2023-11-23 22:09 jackieathome 阅读(25) 评论(0) 推荐(0) 编辑
摘要: ElasticSearch主要的配置文件,如下: elasticsearch.yml,ElasticSearch的相关参数。 jvm.options,JVM的相关参数。 log4j2.properties,日志的相关参数。 默认情况下,ElasticSearch从$ES_HOME/config目录下 阅读全文
posted @ 2023-11-23 22:03 jackieathome 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/component_templates?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+ 阅读全文
posted @ 2023-11-23 21:22 jackieathome 阅读(18) 评论(0) 推荐(0) 编辑
摘要: curl -X GET "https://localhost:9200/_cat/ml/anomaly_detectors?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7 阅读全文
posted @ 2023-11-23 21:14 jackieathome 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 查看各节点上各个shard的硬件使用情况,命令样例如下: curl -X GET "https://localhost:9200/_cat/allocation?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic 阅读全文
posted @ 2023-11-23 01:52 jackieathome 阅读(56) 评论(0) 推荐(0) 编辑
摘要: ElasticSearch之系统关键配置 集群名称 在配置文件$ES_HOME/config/elasticsearch.yml中指定,样例如下: cluster: name: logging-prod 或者 cluster.name: logging-prod 节点的名称 在配置文件$ES_HOM 阅读全文
posted @ 2023-11-23 01:40 jackieathome 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 查看当前集群中各节点的信息,执行如下命令: curl -X GET "https://localhost:9200/_nodes?pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 阅读全文
posted @ 2023-11-23 00:55 jackieathome 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 查看当前集群全部健康指标的信息,执行如下命令: curl -X GET "https://localhost:9200/_health_report?pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s 阅读全文
posted @ 2023-11-23 00:24 jackieathome 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 执行aliases命令,如下: curl -X GET "https://localhost:9200/_cat/aliases?pretty&v=true" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=* 阅读全文
posted @ 2023-11-23 00:08 jackieathome 阅读(52) 评论(0) 推荐(0) 编辑