Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metricbeat] Fixing up compatibility statements for stack modules #16400

Merged
merged 5 commits into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.