Hi
i have given the below file beat configuration for live reloading
filebeat.config.inputs:
enabled: true
path: config/*.yml
reload.enabled: true
reload.period: 10s
under config folder i have created test.yml file and given the input and out put section.
while i run the filebeat.yml it is giving no output section is defined. it is defined in test.yml file. when i run test.yml configuration in filebeat it is working. but in live reloading it is not working.
can you please help.