Skip to content

[Stack Monitoring] Add missing metricbeat configuration to integrations #4666

Description

@klacabane

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

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions