ELK Stack


  • brief introduction
  • Table of contents
  • Latest documents
  • Collection Download

    ElasticSearch Check cluster status

    1.集群状态为什么会异常? Elasticsearch 集群健康状态分为三种: - GREEN - YELLOW - RED GREEN是最健康的状态,说明所有的分片包括副本都可用。这种情况Elasticsearch集群所有的主分片和副本分片都已分配,Elasticsearch集群是100%可用的。 那么,集群状态在什么情况下发生RED和YELLOW呢? YELLOW:主分片可用,但是副本分片不………

    Seven - Oct. 9, 2022, 8:40 a.m.


    Rebuild Kibana Index

    1.错误日志 error [03:20:36.217] [error][monitoring-ui] [search_phase_execution_exception] all shards failed :: {"path":"/*%3A.monitoring-es-2-*%2C*%3A.monitoring-es-6-*%2C*%3A.monitoring-es-7-*%2C.monit………

    Seven - Oct. 8, 2022, 12:50 p.m.


    max_shards_per_node

    1.报错信息 [WARN ][o.e.x.m.e.l.LocalExporter] [es03.kpt.rongtime.aliapse5.id] unexpected error while indexing monitoring documentorg.elasticsearch.xpack.monitoring.exporter.ExportException: RemoteTranspo………

    Seven - Oct. 8, 2022, 11:20 a.m.


    Failed to flush export bulks / bulk [default_local] reports failures when exporting documents

    1.错误描述 elasticsearch 节点日志: [2022-10-08T09:52:12,314][WARN ][o.e.x.m.MonitoringService] [elastic-01] monitoring execution failed org.elasticsearch.xpack.monitoring.exporter.ExportException: failed to ………

    Seven - Oct. 8, 2022, 11:03 a.m.


    使用 ELK 实现日志监告警

    摘要:ElastAlert 和 Watcher 两种方案监控日志并进行告警。 1.ElastAlert ElastAlert 是 Yelp 公司开源的一套用 Python 写的 Elasticsearch 告警框架,可以从 Elasticsearch 当中查询出匹配规则的数据进行告警。 ElastAlert是一个开源的工具,用于从Elastisearch中检索数据,并根据匹配模式发出告警。 g………

    Seven - Sept. 28, 2022, 11:04 p.m.



    Seven