-
Notifications
You must be signed in to change notification settings - Fork 442
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
[Stack Monitoring] Add missing metricbeat configuration to integrations #4666
Comments
We should also add support for API keys. |
Updated the issue to account for the other Stack Monitoring packages |
Package beat - 0.1.0 containing this change is available at https://epr.elastic.co/search?package=beat |
Package elasticsearch - 1.2.0-preview1 containing this change is available at https://epr.elastic.co/search?package=elasticsearch |
Package kibana - 2.2.0-preview1 containing this change is available at https://epr.elastic.co/search?package=kibana |
Package logstash - 2.2.0-preview1 containing this change is available at https://epr.elastic.co/search?package=logstash |
Did we end up doing this? I'm not seeing in my latest pull of |
Hi @joshdover |
Summary
The metricbeat modules (elasticsearch, kibana,..) allows one to specify ssl configuration (
certificate_authorities
,verification_mode
..) and other parameters likeperiod
orscope
.Since the elastic integration spawns the metricbeat module under the hood, one should be able to set any accepted metricbeat parameters from the integration.
Implementation hints
See relevant PR that added the
scope
parameter: #3275AC
The text was updated successfully, but these errors were encountered: