Elasticsearch: Difference between revisions

From DWIKI
Line 4: Line 4:
=Monitoring elasticsearch=
=Monitoring elasticsearch=


==Things to monitor==
== Things to monito r==
===heap size===
=== heap size ===
*node jvm.mem.heap_used_percent
*node jvm.mem.heap_used_percent


===garbage collection===
=== garbage collection ===
Something like
Something like
  node.jvm.uptime_in_millis/node.jvm.gc.collectors.young.collection_count
  node.jvm.uptime_in_millis/node.jvm.gc.collectors.young.collection_count
Line 16: Line 16:
*[https://www.datadoghq.com/blog/monitor-elasticsearch-performance-metrics/#key-elasticsearch-performance-metrics-to-monitor Performance metrics to monitor]
*[https://www.datadoghq.com/blog/monitor-elasticsearch-performance-metrics/#key-elasticsearch-performance-metrics-to-monitor Performance metrics to monitor]
*[https://opster.com/guides/elasticsearch/capacity-planning/elasticsearch-heap-size-usage/ Heap Size Usage]
*[https://opster.com/guides/elasticsearch/capacity-planning/elasticsearch-heap-size-usage/ Heap Size Usage]


==Query the web interface==
==Query the web interface==

Revision as of 13:18, 20 February 2023