|
| 1 | +:_content-type: ASSEMBLY |
| 2 | +[id="troubleshooting-logging-alerts"] |
| 3 | +include::_attributes/common-attributes.adoc[] |
| 4 | += Troubleshooting logging alerts |
| 5 | +:context: troubleshooting-logging-alerts |
| 6 | + |
| 7 | +toc::[] |
| 8 | + |
| 9 | +You can use the following procedures to troubleshoot logging alerts on your cluster. |
| 10 | + |
| 11 | +include::modules/es-cluster-health-is-red.adoc[leveloffset=+1] |
| 12 | + |
| 13 | +[role="_additional-resources"] |
| 14 | +.Additional resources |
| 15 | +* xref:../../monitoring/reviewing-monitoring-dashboards.adoc#reviewing-monitoring-dashboards[Reviewing monitoring dashboards] |
| 16 | +* link:https://www.elastic.co/guide/en/elasticsearch/reference/7.13/fix-common-cluster-issues.html#fix-red-yellow-cluster-status[Fix a red or yellow cluster status] |
| 17 | +
|
| 18 | +[id="elasticsearch-cluster-health-is-yellow"] |
| 19 | +== Elasticsearch cluster health status is yellow |
| 20 | + |
| 21 | +Replica shards for at least one primary shard are not allocated to nodes. Increase the node count by adjusting the `nodeCount` value in the `ClusterLogging` custom resource (CR). |
| 22 | + |
| 23 | +[role="_additional-resources"] |
| 24 | +.Additional resources |
| 25 | +* link:https://www.elastic.co/guide/en/elasticsearch/reference/7.13/fix-common-cluster-issues.html#fix-red-yellow-cluster-status[Fix a red or yellow cluster status] |
| 26 | + |
| 27 | +include::modules/es-node-disk-low-watermark-reached.adoc[leveloffset=+1] |
| 28 | +include::modules/es-node-disk-high-watermark-reached.adoc[leveloffset=+1] |
| 29 | +include::modules/es-node-disk-flood-watermark-reached.adoc[leveloffset=+1] |
| 30 | + |
| 31 | +[id="troubleshooting-logging-alerts-es-jvm-heap-use-is-high"] |
| 32 | +== Elasticsearch JVM heap usage is high |
| 33 | + |
| 34 | +The Elasticsearch node Java virtual machine (JVM) heap memory used is above 75%. Consider https://www.elastic.co/guide/en/elasticsearch/reference/current/advanced-configuration.html#set-jvm-heap-size[increasing the heap size]. |
| 35 | + |
| 36 | +[id="troubleshooting-logging-alerts-aggregated-logging-system-cpu-is-high"] |
| 37 | +== Aggregated logging system CPU is high |
| 38 | + |
| 39 | +System CPU usage on the node is high. Check the CPU of the cluster node. Consider allocating more CPU resources to the node. |
| 40 | + |
| 41 | +[id="troubleshooting-logging-alerts-es-process-cpu-is-high"] |
| 42 | +== Elasticsearch process CPU is high |
| 43 | + |
| 44 | +Elasticsearch process CPU usage on the node is high. Check the CPU of the cluster node. Consider allocating more CPU resources to the node. |
| 45 | + |
| 46 | +include::modules/es-disk-space-low.adoc[leveloffset=+1] |
| 47 | + |
| 48 | +[role="_additional-resources"] |
| 49 | +.Additional resources |
| 50 | +* link:https://www.elastic.co/guide/en/elasticsearch/reference/7.13/fix-common-cluster-issues.html#fix-red-yellow-cluster-status[Fix a red or yellow cluster status] |
| 51 | + |
| 52 | +[id="troubleshooting-logging-alerts-es-filedescriptor-usage-is-high"] |
| 53 | +== Elasticsearch FileDescriptor usage is high |
| 54 | + |
| 55 | +Based on current usage trends, the predicted number of file descriptors on the node is insufficient. Check the value of `max_file_descriptors` for each node as described in the Elasticsearch link:https://www.elastic.co/guide/en/elasticsearch/reference/6.8/file-descriptors.html[File Descriptors] documentation. |
0 commit comments