Skip to content

Commit

Permalink
Make use of consumer_lag in Kafka dashboard (elastic#14863)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Dec 4, 2019
1 parent c6b22c5 commit dd99d7e
Show file tree
Hide file tree
Showing 5 changed files with 1,353 additions and 1,166 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add support for API keys in Elasticsearch outputs. {pull}14324[14324]
- Ensure that init containers are no longer tailed after they stop {pull}14394[14394]
- Add consumer_lag in Kafka consumergroup metricset {pull}14822[14822]
- Make use of consumer_lag in Kafka dashboard {pull}14863[14863]
- Refactor kubernetes autodiscover to enable different resource based discovery {pull}14738[14738]

*Auditbeat*
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions metricbeat/docs/modules/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ The Broker, Producer, Consumer metricsets require <<metricbeat-module-jolokia,Jo
The Broker, Producer, Consumer metricsets require <<metricbeat-module-jolokia,Jolokia>>to fetch JMX metrics. Refer to those Metricsets' documentation about how to use Jolokia.


[float]
=== Dashboard

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

image::./images/metricbeat_kafka_dashboard.png[]


[float]
=== Example configuration

Expand Down
8 changes: 8 additions & 0 deletions metricbeat/module/kafka/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ The Broker, Producer, Consumer metricsets require <<metricbeat-module-jolokia,Jo
[float]
=== Usage
The Broker, Producer, Consumer metricsets require <<metricbeat-module-jolokia,Jolokia>>to fetch JMX metrics. Refer to those Metricsets' documentation about how to use Jolokia.


[float]
=== Dashboard

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

image::./images/metricbeat_kafka_dashboard.png[]
Loading

0 comments on commit dd99d7e

Please sign in to comment.