Skip to content

Commit

Permalink
[Metricbeat] Add Ceph Dashboard (#13216)
Browse files Browse the repository at this point in the history
* [Metricbeat] Add Ceph Dashboard

* Add pull request id

* Add description to the dashboard
  • Loading branch information
sorantis committed Aug 22, 2019
1 parent 7fc89e5 commit 2094c8d
Show file tree
Hide file tree
Showing 6 changed files with 741 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Expand Up @@ -37,6 +37,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Metricbeat*

- Add new dashboard for Ceph cluster stats {pull}13216[13216]
- Add new dashboard for Aerospike database stats {pull}13217[13217]
- Add new dashboard for Couchbase cluster stats {pull}13212[13212]
- Add new dashboard for Prometheus server stats {pull}13126[13126]
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions metricbeat/docs/modules/ceph.asciidoc
Expand Up @@ -13,6 +13,14 @@ the http://docs.ceph.com/docs/master/man/8/ceph-rest-api/[ceph-rest-api]. The de

The Ceph module is tested with Ceph Jewel (10.2.10).

[float]
=== Dashboard

The Ceph module comes with a predefined dashboard showing Ceph cluster related metrics. For example:

image::./images/ceph-overview-dashboard.png[]



[float]
=== Example configuration
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Expand Up @@ -21,7 +21,7 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-module-beat,Beat>> |image:./images/icon-no.png[No prebuilt dashboards] |
.2+| .2+| |<<metricbeat-metricset-beat-state,state>>
|<<metricbeat-metricset-beat-stats,stats>>
|<<metricbeat-module-ceph,Ceph>> |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-ceph,Ceph>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.7+| .7+| |<<metricbeat-metricset-ceph-cluster_disk,cluster_disk>>
|<<metricbeat-metricset-ceph-cluster_health,cluster_health>>
|<<metricbeat-metricset-ceph-cluster_status,cluster_status>>
Expand Down
8 changes: 8 additions & 0 deletions metricbeat/module/ceph/_meta/docs.asciidoc
Expand Up @@ -5,3 +5,11 @@ the http://docs.ceph.com/docs/master/man/8/ceph-rest-api/[ceph-rest-api]. The de
=== Compatibility

The Ceph module is tested with Ceph Jewel (10.2.10).

[float]
=== Dashboard

The Ceph module comes with a predefined dashboard showing Ceph cluster related metrics. For example:

image::./images/ceph-overview-dashboard.png[]

0 comments on commit 2094c8d

Please sign in to comment.