Skip to content

Commit

Permalink
Metricbeat: Update MySQL dashboard to use TSVB (elastic#5996)
Browse files Browse the repository at this point in the history
Metricbeat: Update MySQL dashboard to use TSVB

The MySQL dashbaord was a combination of timelion and Vizualise. This updates
to use TSVB for all visualsations.
  • Loading branch information
tsg authored and exekias committed Jan 8, 2018
1 parent e8db561 commit 0fa5019
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 59 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,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

0 comments on commit 0fa5019

Please sign in to comment.