Skip to content

Filebeat: Config loading #105

Description

@xtruthx

Hi,

you should remove filebeat input configuration from the service YAML filebeat.yml.j2 and start working multiple YAML config files from subdirectory like:

filebeat.config.inputs:
  enabled: true
  path: inputs.d/*.yml

From there you can load the different input configurations for e.g. TCP or UDP. You could also then introduces tags which roll out different kind of input types on your hosts

This keeps the main configuration in filebeat.yml thin and better to read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions