摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/segments?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 阅读全文
posted @ 2023-11-29 00:22 jackieathome 阅读(99) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/repositories?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7 阅读全文
posted @ 2023-11-29 00:17 jackieathome 阅读(27) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/recovery?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 阅读全文
posted @ 2023-11-29 00:14 jackieathome 阅读(65) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/plugins?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 执 阅读全文
posted @ 2023-11-29 00:07 jackieathome 阅读(24) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/pending_tasks?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo 阅读全文
posted @ 2023-11-29 00:04 jackieathome 阅读(92) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/nodes?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 执行结 阅读全文
posted @ 2023-11-28 22:30 jackieathome 阅读(69) 评论(0) 推荐(0)
摘要: ElasticSearch节点可用的CPU核的数量,通常可以交给ElasticSearch来自行检测和判定,另外可以在``elasticsearch.yml`中显式指定。样例如下: node.processors: 2 如下表格中的processors即CPU核的数量。 线程池的列表 线程池名称 类 阅读全文
posted @ 2023-11-28 22:25 jackieathome 阅读(162) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/nodeattrs?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 阅读全文
posted @ 2023-11-28 20:05 jackieathome 阅读(39) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/master?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 执行 阅读全文
posted @ 2023-11-28 19:55 jackieathome 阅读(49) 评论(0) 推荐(0)
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/indices?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 执 阅读全文
posted @ 2023-11-28 19:51 jackieathome 阅读(187) 评论(0) 推荐(0)