Skip to content

Commit

Permalink
[Metricbeat] Fixing up compatibility statements for stack modules (#1…
Browse files Browse the repository at this point in the history
…6400) (#16425)

* [Metricbeat] Fixing up compatibility statements for stack modules

* Simplifying language

* Updating docs

* Moving Beats docs to correct location

* Updating Beat module docs
  • Loading branch information
ycombinator committed Feb 19, 2020
1 parent 83b0fd4 commit c44100f
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 22 deletions.
6 changes: 4 additions & 2 deletions metricbeat/docs/modules/beat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-module-beat]]
== Beat module

This is the Beat module.
The Beat module contains a minimal set of metrics to enable monitoring of any Beat or other software based on libbeat across
multiple versions. To monitor more Beat metrics, use our {stack}
{monitor-features}.

The default metricsets are `state` and `stats`.

[float]
=== Compatibility

The beat module is tested with metricbeat 7.3.0.
The Beat module works with Beats 7.3.0 and later.


[float]
Expand Down
3 changes: 1 addition & 2 deletions metricbeat/docs/modules/elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ module are `ccr`, `cluster_stats`, `index`, `index_recovery`, `index_summary`,
[float]
=== Compatibility

The Elasticsearch module is tested with Elasticsearch 6.3 and is expected to
work with all 6.x versions.
The Elasticsearch module works with Elasticsearch 6.7.0 and later.


[float]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/kibana.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ this module is `status`.
[float]
=== Compatibility

The Kibana module is tested with Kibana 6.3.
The Kibana module works with Kibana 6.7.0 and later.


[float]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The default metricsets are `node` and `node_stats`.
[float]
=== Compatibility

The logstash module is tested with logstash 6.3.
The Logstash module works with Logstash 7.3.0 and later.


[float]
Expand Down
6 changes: 4 additions & 2 deletions metricbeat/module/beat/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
This is the Beat module.
The Beat module contains a minimal set of metrics to enable monitoring of any Beat or other software based on libbeat across
multiple versions. To monitor more Beat metrics, use our {stack}
{monitor-features}.

The default metricsets are `state` and `stats`.

[float]
=== Compatibility

The beat module is tested with metricbeat 7.3.0.
The Beat module works with Beats 7.3.0 and later.
10 changes: 0 additions & 10 deletions metricbeat/module/beat/docs.asciidoc

This file was deleted.

3 changes: 1 addition & 2 deletions metricbeat/module/elasticsearch/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ module are `ccr`, `cluster_stats`, `index`, `index_recovery`, `index_summary`,
[float]
=== Compatibility

The Elasticsearch module is tested with Elasticsearch 6.3 and is expected to
work with all 6.x versions.
The Elasticsearch module works with Elasticsearch 6.7.0 and later.
2 changes: 1 addition & 1 deletion metricbeat/module/kibana/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ this module is `status`.
[float]
=== Compatibility

The Kibana module is tested with Kibana 6.3.
The Kibana module works with Kibana 6.7.0 and later.
2 changes: 1 addition & 1 deletion metricbeat/module/logstash/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ The default metricsets are `node` and `node_stats`.
[float]
=== Compatibility

The logstash module is tested with logstash 6.3.
The Logstash module works with Logstash 7.3.0 and later.

0 comments on commit c44100f

Please sign in to comment.