Elasticsearch: Difference between revisions

From DWIKI
mNo edit summary
Line 7: Line 7:
*[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==
*'cluster': 'http://localhost:9200/_cluster/stats',
*    'nodes'  : 'http://localhost:9200/_nodes/stats',
*    'indices': 'http://localhost:9200/_stats',
*    'health' : 'http://localhost:9200/_cluster/health'


=Installing Elasticsearch=
=Installing Elasticsearch=

Revision as of 17:06, 1 December 2022