
elk
文章平均质量分 87
左手Z右边
rm -fr *
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
es常用命令
1看集群状态curl http://172.16.60.138:9200/_cluster/health?prettycurl http://172.16.60.138:9200/_cat/health?pretty2看索引curl http://172.16.60.138:9200/_cat/indices?v3看集群磁盘curl http://172.16.60.138:9200/_cat/allocation?v4看节点(带*号的为主节点)curl http原创 2021-12-02 14:05:25 · 72 阅读 · 0 评论 -
elk修改filebeat索引
vi /etc/filebeat/filebeat.yamlkibana地址:host: "192.168.2.29:5601"配置log地址- type: log # Change to true to enable this prospector configuration.# enabled: false # Paths that should be cra...原创 2019-06-25 14:53:07 · 922 阅读 · 0 评论