摘要: 命令样例如下: 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 阅读(42) 评论(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 阅读(11) 评论(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 阅读(56) 评论(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 阅读(43) 评论(0) 推荐(0) 编辑
摘要: ElasticSearch节点可用的CPU核的数量,通常可以交给ElasticSearch来自行检测和判定,另外可以在``elasticsearch.yml`中显式指定。样例如下: node.processors: 2 如下表格中的processors即CPU核的数量。 线程池的列表 线程池名称 类 阅读全文
posted @ 2023-11-28 22:25 jackieathome 阅读(111) 评论(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 阅读(23) 评论(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 阅读(20) 评论(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 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/health?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 执行 阅读全文
posted @ 2023-11-25 23:38 jackieathome 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/fielddata?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9" 阅读全文
posted @ 2023-11-25 23:31 jackieathome 阅读(19) 评论(0) 推荐(0) 编辑