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 Cloud Foundry dashboards for metricbeat #21124

Merged
merged 6 commits into from
Sep 18, 2020
Merged
Show file tree
Hide file tree
Changes from 5 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 @@ -698,6 +698,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