Elasticsearch: Difference between revisions
Add section about cross project searching |
No edit summary |
||
| Line 207: | Line 207: | ||
== Monitoring == | == Monitoring == | ||
With the upgrade to Elasticsearch 5.x and 6.x, | With the upgrade to Elasticsearch 5.x and 6.x, plugins are deprecated. It's suggested to use Kibana as a monitoring and management interface to Elasticsearch. | ||
<img src="http://meta.qualitybox.us:20000/api/v1/badge.svg?chart=elasticsearch_local.cluster_health_status&alarm=elasticsearch_last_collected&refresh=auto" /> | <img src="http://meta.qualitybox.us:20000/api/v1/badge.svg?chart=elasticsearch_local.cluster_health_status&alarm=elasticsearch_last_collected&refresh=auto" /> | ||
| Line 213: | Line 213: | ||
<html> | <html> | ||
<embed src="http://meta.qualitybox.us:20000/api/v1/badge.svg?chart=elasticsearch_local.cluster_health_status&alarm=elasticsearch_last_collected&refresh=auto" type="image/svg+xml" height="20"/> | <embed src="http://meta.qualitybox.us:20000/api/v1/badge.svg?chart=elasticsearch_local.cluster_health_status&alarm=elasticsearch_last_collected&refresh=auto" type="image/svg+xml" height="20"/> | ||
| Line 222: | Line 221: | ||
* X-Pack monitoring https://www.elastic.co/guide/en/kibana/current/xpack-monitoring.html | * X-Pack monitoring https://www.elastic.co/guide/en/kibana/current/xpack-monitoring.html | ||
* Configuring Monitoring in Kibana https://www.elastic.co/guide/en/kibana/6.4/monitoring-xpack-kibana.html | * Configuring Monitoring in Kibana https://www.elastic.co/guide/en/kibana/6.4/monitoring-xpack-kibana.html | ||
* Monitoring with [https://github.com/lmenezes/cerebro Cerebro] | |||
* You can still use [https://mobz.github.io/elasticsearch-head/ elasticsearch-head] if you use an SSH reverse tunnel to access the remote server. | |||