would have several smaller YAML files, and the primary configuration (filebeat.yml
) will reference them.?
/etc/filebeat/
├── filebeat.yml # Main configuration file
├── inputs.yml # Input-specific settings
├── processors.yml # Processor-specific settings
├── outputs.yml # Output settings
└── logging.yml # Logging-specific settings
ould have several smaller YAML files, and the primary configuration (filebeat.yml
) will reference them.
filebeat.config:
inputs:
enabled: true
path: /etc/filebeat/inputs.yml
processors:
enabled: true
path: /etc/filebeat/processors.yml
outputs:
enabled: true
path: /etc/filebeat/outputs.yml
logging:
enabled: true
path: /etc/filebeat/logging.yml