Summary
The metricbeat modules (elasticsearch, kibana,..) allows one to specify ssl configuration (certificate_authorities, verification_mode..) and other parameters like period or scope.
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
- The parameters are defined under the integration's manifest vars block
- The parameters are then transformed into a metricbeat configuration in the data streams stream.yml.hbs file
See relevant PR that added the scope parameter: #3275
AC
- All metricbeat parameters can be set from the integration form
Summary
The metricbeat modules (elasticsearch, kibana,..) allows one to specify ssl configuration (
certificate_authorities,verification_mode..) and other parameters likeperiodorscope.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
scopeparameter: #3275AC