filebeat.inputs: - type: log enabled: true paths: - ${INPUT_PATH} filebeat.config.modules: path: ${path.config}/modules.d/*.yml reload.enabled: false output.logstash: enabled: true hosts: ["${LOGSTASH_HOST}"]