Skip to content

Commit

Permalink
[Metricbeat] Add dashboard for redisenterprise (#16752) (#16789)
Browse files Browse the repository at this point in the history
* Add dashboard for redisenterprise
* Update screenshot

(cherry picked from commit 07a9c75)
  • Loading branch information
mtojek committed Mar 4, 2020
1 parent 6aca553 commit f67bb35
Show file tree
Hide file tree
Showing 6 changed files with 1,629 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Made `logstash-xpack` module once again have parity with internally-collected Logstash monitoring data. {pull}16198[16198]
- Change sqs metricset to use average as statistic method. {pull}16438[16438]
- Revert changes in `docker` module: add size flag to docker.container. {pull}16600[16600]
- Add dashboard for `redisenterprise` module. {pull}16752[16752]

*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.
10 changes: 9 additions & 1 deletion metricbeat/docs/modules/redisenterprise.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The defaut metricsets are `node` and `proxy`.
[float]
=== Module-specific configuration notes

The Redis module has these additional config options:
The `redisenterprise` module has these additional config options:

*`hosts`*:: URLs that are used to connect to Redis.
URL format:
Expand All @@ -27,6 +27,14 @@ https://HOST[:PORT]
The metricsets `node` and `proxy` are compatible with Redis Enterprise Software (RES). There were tested with RES
5.4.10-22 and are expected to work with all versions >= 5.0.2.

[float]
=== Dashboard

The `redisenterprise` module includes a predefined dashboard with overview information
of the monitored servers.

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


[float]
=== Example configuration
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 @@ -212,7 +212,7 @@ This file is generated! See scripts/mage/docs_collector.go
.3+| .3+| |<<metricbeat-metricset-redis-info,info>>
|<<metricbeat-metricset-redis-key,key>>
|<<metricbeat-metricset-redis-keyspace,keyspace>>
|<<metricbeat-module-redisenterprise,Redis Enterprise>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-redisenterprise,Redis Enterprise>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.2+| .2+| |<<metricbeat-metricset-redisenterprise-node,node>> beta[]
|<<metricbeat-metricset-redisenterprise-proxy,proxy>> beta[]
|<<metricbeat-module-sql,sql>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
Expand Down
10 changes: 9 additions & 1 deletion x-pack/metricbeat/module/redisenterprise/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The defaut metricsets are `node` and `proxy`.
[float]
=== Module-specific configuration notes

The Redis module has these additional config options:
The `redisenterprise` module has these additional config options:

*`hosts`*:: URLs that are used to connect to Redis.
URL format:
Expand All @@ -16,3 +16,11 @@ https://HOST[:PORT]

The metricsets `node` and `proxy` are compatible with Redis Enterprise Software (RES). There were tested with RES
5.4.10-22 and are expected to work with all versions >= 5.0.2.

[float]
=== Dashboard

The `redisenterprise` module includes a predefined dashboard with overview information
of the monitored servers.

image::./images/metricbeat-redisenterprise-overview.png[]
Loading

0 comments on commit f67bb35

Please sign in to comment.