Skip to content

Commit

Permalink
Add Cloud Foundry dashboards for metricbeat (elastic#21124)
Browse files Browse the repository at this point in the history
Adapt and include dashboards provided by Stephen Brown.

Co-Authored-By: Stephen Brown <stephen.brown@elastic.co>
  • Loading branch information
jsoriano and bvader authored Sep 18, 2020
1 parent 5332b2d commit 82a670c
Show file tree
Hide file tree
Showing 8 changed files with 8,411 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add billing metricset into googlecloud module. {pull}20812[20812] {issue}20738[20738]
- Move `compute_vm_scaleset` to light metricset. {pull}21038[21038] {issue}20985[20985]
- Sanitize `event.host`. {pull}21022[21022]
- Add overview and platform health dashboards to Cloud Foundry module. {pull}21124[21124]

*Packetbeat*

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions metricbeat/docs/modules/cloudfoundry.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ The cloudfoundry module metrics are numerical values that describe some aspect o

The cloudfoundry module mericsets are `container`, `counter` and `value`.

[float]
=== Dashboards

The Cloud Foundry module includes some dashboards.

The overview dashboard can be used to visualize the current status of your Cloud
Foundry deployments.

image::./images/metricbeat-cloudfoundry-overview.png[]

The platform health dashboard includes visualizations that help diagnosting
issues related to the applications deployed in Cloud Foundry.

image::./images/metricbeat-cloudfoundry-platform-health.png[]


[float]
=== Module-specific configuration notes

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 @@ -60,7 +60,7 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-ceph-osd_df,osd_df>>
|<<metricbeat-metricset-ceph-osd_tree,osd_tree>>
|<<metricbeat-metricset-ceph-pool_disk,pool_disk>>
|<<metricbeat-module-cloudfoundry,Cloudfoundry>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-cloudfoundry,Cloudfoundry>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.3+| .3+| |<<metricbeat-metricset-cloudfoundry-container,container>> beta[]
|<<metricbeat-metricset-cloudfoundry-counter,counter>> beta[]
|<<metricbeat-metricset-cloudfoundry-value,value>> beta[]
Expand Down
16 changes: 16 additions & 0 deletions x-pack/metricbeat/module/cloudfoundry/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ The cloudfoundry module metrics are numerical values that describe some aspect o

The cloudfoundry module mericsets are `container`, `counter` and `value`.

[float]
=== Dashboards

The Cloud Foundry module includes some dashboards.

The overview dashboard can be used to visualize the current status of your Cloud
Foundry deployments.

image::./images/metricbeat-cloudfoundry-overview.png[]

The platform health dashboard includes visualizations that help diagnosting
issues related to the applications deployed in Cloud Foundry.

image::./images/metricbeat-cloudfoundry-platform-health.png[]


[float]
=== Module-specific configuration notes

Expand Down
Loading

0 comments on commit 82a670c

Please sign in to comment.