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: Update MySQL dashboard to use TSVB #5996

Merged
merged 3 commits into from
Jan 8, 2018
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
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di
- Update gosigar to v0.6.0. {pull}5775[5775]
- Add experimental system/raid metricset. {pull}5642[5642]
- Add a dashboard for the Nginx module. {pull}5991[5991]
- Update the MySQL dashboard to use the Time Series Visual Builder. {pull}5996[5996]

*Packetbeat*

Expand Down
Binary file added metricbeat/docs/images/metricbeat-mysql.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/mysql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ precedence over those specified in the `username` and `password` config options.
The mysql MetricSets were tested with mysql 5.7.12 and are expected to work with
all versions >= 5.7.0.

[float]
=== Dashboard

The mysql module comes with a predefined dashboard. For example:

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


[float]
=== Example configuration
Expand Down
7 changes: 7 additions & 0 deletions metricbeat/module/mysql/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ precedence over those specified in the `username` and `password` config options.

The mysql MetricSets were tested with mysql 5.7.12 and are expected to work with
all versions >= 5.7.0.

[float]
=== Dashboard

The mysql module comes with a predefined dashboard. For example:

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