Skip to content

Commit

Permalink
[DOCS] Updates Elasticsearch and Kibana modules (elastic#12309)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored May 31, 2019
1 parent 4319c31 commit 4009fc0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
12 changes: 9 additions & 3 deletions metricbeat/docs/modules/elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ This file is generated! See scripts/docs_collector.py
[[metricbeat-module-elasticsearch]]
== Elasticsearch module

The Elasticsearch module contains a minimal set of metrics to enable monitoring of Elasticsearch across multiple versions. To monitor more Elasticsearch metrics, use our {stack-ov}/xpack-monitoring.html[monitoring] feature.

The default metricsets are `node` and `node_stats`.
There are two modules that collect metrics about {es}:

* The Elasticsearch module contains a minimal set of metrics to enable
monitoring of Elasticsearch across multiple versions. The default metricsets in
this module are `node` and `node_stats`.
* The Elasticsearch X-Pack module enables you to monitor more Elasticsearch
metrics with our {stack-ov}/xpack-monitoring.html[monitoring] feature. The
default metricsets in this module are `ccr`, `cluster_stats`, `index`,
`index_recovery`, `index_summary`, `ml_job`, `node_stats`, and `shard`.

[float]
=== Compability
Expand Down
8 changes: 6 additions & 2 deletions metricbeat/docs/modules/kibana.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ This file is generated! See scripts/docs_collector.py
[[metricbeat-module-kibana]]
== Kibana module

The Kibana module only tracks the high-level metrics. To monitor more Kibana metrics, use our {stack-ov}/xpack-monitoring.html[monitoring] feature.
There are two modules that collect metrics about {kib}:

The default metricset is `status`.
* The Kibana module tracks only the high-level metrics. The default metricset in
this module is `status`.
* The Kibana X-Pack module enables you to monitor more Kibana metrics with our
{stack-ov}/xpack-monitoring.html[monitoring] feature. The default metricset in
this module is `stats`.

[float]
=== Compatibility
Expand Down
10 changes: 8 additions & 2 deletions metricbeat/module/elasticsearch/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
The Elasticsearch module contains a minimal set of metrics to enable monitoring of Elasticsearch across multiple versions. To monitor more Elasticsearch metrics, use our {stack-ov}/xpack-monitoring.html[monitoring] feature.
There are two modules that collect metrics about {es}:

The default metricsets are `node` and `node_stats`.
* The Elasticsearch module contains a minimal set of metrics to enable
monitoring of Elasticsearch across multiple versions. The default metricsets in
this module are `node` and `node_stats`.
* The Elasticsearch X-Pack module enables you to monitor more Elasticsearch
metrics with our {stack-ov}/xpack-monitoring.html[monitoring] feature. The
default metricsets in this module are `ccr`, `cluster_stats`, `index`,
`index_recovery`, `index_summary`, `ml_job`, `node_stats`, and `shard`.
[float]
=== Compability
Expand Down
8 changes: 6 additions & 2 deletions metricbeat/module/kibana/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
The Kibana module only tracks the high-level metrics. To monitor more Kibana metrics, use our {stack-ov}/xpack-monitoring.html[monitoring] feature.
There are two modules that collect metrics about {kib}:

The default metricset is `status`.
* The Kibana module tracks only the high-level metrics. The default metricset in
this module is `status`.
* The Kibana X-Pack module enables you to monitor more Kibana metrics with our
{stack-ov}/xpack-monitoring.html[monitoring] feature. The default metricset in
this module is `stats`.
[float]
=== Compatibility
Expand Down

0 comments on commit 4009fc0

Please sign in to comment.