I was trying to use filebeat reloader with config.inputs
filebeat.config.inputs:
enabled: true
path: /etc/filebeat/conf.d/*.yml
reload.enabled: true
reload.period: 10s
and then mounted input file and tried for live reloading, when i checked the logs i can see reloader has started but the it is not getting reloaded.
Please help me resolve this issue.