Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metricbeat][Kibana][status] metrics is optional #20956

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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