Skip to content

Commit

Permalink
[Metricbeat][Kibana][status] metrics is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Sep 3, 2020
1 parent 7b8cdfd commit cc3d6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Move service config under metrics and simplify metric types. {pull}18691[18691]
- Fix ECS compliance of user.id field in system/users metricset {pull}19019[19019]
- Rename googlecloud stackdriver metricset to metrics. {pull}19718[19718]
- `metrics` in the Kibana Status collection is now optional. {pull}20956[20956]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kibana/status/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
"disconnects": c.Int("disconnects"),
}),
"concurrent_connections": c.Int("concurrent_connections"),
}),
}, c.DictOptional),
}
)

Expand Down

0 comments on commit cc3d6e1

Please sign in to comment.