Skip to content

Commit

Permalink
Rabbitmq node only reports metrics of itself by default (#6971)
Browse files Browse the repository at this point in the history
A configuration option is added, `node.collect` that can be set to
`cluster` to have the previous behaviour. The default is `node`.
  • Loading branch information
jsoriano authored and ruflin committed May 15, 2018
1 parent ffcf129 commit f85dbf8
Show file tree
Hide file tree
Showing 10 changed files with 666 additions and 377 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- Update logstash.node_stats metricset to write data under `logstash.node.stats.*`. {pull}6714[6714]
- Fixed typo in values for `state_container` `status.phase`, from `terminate` to `terminated`. {pull}6916[6916]
- RabbitMQ management plugin path is now configured at the module level instead of having to do it in each of the metricsets. New `management_path_prefix` option should be used now {pull}7074[7074]
- RabbitMQ node metricset only collects metrics of the instance it connects to, `node.collect: cluster` can be used to collect all nodes as before. {issue}6556[6556] {pull}6971[6971]

*Packetbeat*

Expand Down
Loading

0 comments on commit f85dbf8

Please sign in to comment.