Skip to content

enhancement: additional configuration for kibana.yml #208

@psteinmetzcid

Description

@psteinmetzcid

For my perspective it is a good enhancement to add the possibility to add additional parameters to the kibana.yml.

e.g. in our case the following parameters needed.
telemetry.enabled: false
monitoring.ui.ccs.enabled: false

I think a good approach are a generic way.
For example have a variable like this and loop over it in the jinja template file

kibana.additional.parameter:
  telemetry.enabled: false
  monitoring.ui.ccs.enabled: false
  other_parameters: value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions