- Filebeat autodiscover condition isn't working for all
hosts. Switched condition to docker_enabled flag. If a
container has no default log file (harbor) there isn't
a problem because there will just no log file found.
The autodiscover docker container log files mustn't
deactivated in this cases at all.
- filebeat will now ship syslog
{{ inventory_hostname }}-syslog-...
- filebeat will now ship authlog
{{ inventory_hostname }}-authlog-...
- updated filebeat/logstash to "7.16.3"