摘要: 命令样例如下: 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) 编辑
摘要: 命令样例如下: curl -X GET "https://localhost:9200/_cat/ml/datafeeds?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7 阅读全文
posted @ 2023-11-25 23:13 jackieathome 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ElasticSearch在运行过程中,涉及多种线程池、线程的使用,因此而需要给予足够的线程资源,保证ElasticSearch在需要时可以正常创建出线程。 查看Linux系统当前用户允许创建的线程的数量,命令如下: ulimit -a 执行结果的样例,如下: core file size (blo 阅读全文
posted @ 2023-11-25 23:02 jackieathome 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ElasticSearch在运行过程中,涉及大量文件的打开、关闭、读、写等操作。因此当ElasticSearch进程的文件描述符数量不足时可能导致丢失数据等故障现象。 因此为保障ElasticSearch正常运行,需保证ElasticSearch可以使用至少65535个文件描述符。 查看Linux系 阅读全文
posted @ 2023-11-25 00:12 jackieathome 阅读(27) 评论(0) 推荐(0) 编辑