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

Add Metricbeat ETCD overview dashboard #10591

Closed
Closed
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
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Added new disk states and raid level to the system/raid metricset. {pull}11613[11613]
- Added `path_name` and `start_name` to service metricset on windows module {issue}8364[8364] {pull}11877[11877]
- Add check on object name in the counter path if the instance name is missing {issue}6528[6528] {pull}11878[11878]
- Added Dashboard for ETCD module {pull}10591[10591]

*Packetbeat*

Expand Down
Binary file added metricbeat/docs/images/metricbeat-etcd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions metricbeat/docs/modules/etcd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ When using V2, metricsets available are `leader`, `self` and `store`.

The etcd module is tested with etcd 3.2 and 3.3.

[float]
=== Dashboard

The ETCD module comes with a predefined dashboard:

image::./images/metricbeat-etcd.png[]


[float]
=== Example configuration
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This file is generated! See scripts/docs_collector.py
|<<metricbeat-metricset-elasticsearch-shard,shard>>
|<<metricbeat-module-envoyproxy,envoyproxy>> |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-envoyproxy-server,server>>
|<<metricbeat-module-etcd,Etcd>> |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-etcd,Etcd>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.4+| .4+| |<<metricbeat-metricset-etcd-leader,leader>>
|<<metricbeat-metricset-etcd-metrics,metrics>> beta[]
|<<metricbeat-metricset-etcd-self,self>>
Expand Down
7 changes: 7 additions & 0 deletions metricbeat/module/etcd/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ When using V2, metricsets available are `leader`, `self` and `store`.
=== Compatibility

The etcd module is tested with etcd 3.2 and 3.3.

[float]
=== Dashboard

The ETCD module comes with a predefined dashboard:

image::./images/metricbeat-etcd.png[]
Loading