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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions