- Can someone share steps to pass custom filebeat.yml to filebeat docker ?
Inside docker I see config in /usr/share/filebeat/filebeat.yml.
I plan to volume mount the logs directory from host.
Do I have to do the same to volume mount the config yml directory as well ?
- Also if filebeat.yml config changes, will filebeat pick it up automatically or do I need to restart the docker ?