Filebeat migration to Filestream input for ES 9
mainIn Filebeat 9, the container input type is deprecated. ElastDocker has migrated to the filestream input with a container parser, which is the recommended approach for ES 9+.
Key changes in filebeat/filebeat.docker.logs.yml and filebeat/filebeat.monitoring.yml:
type: containeris replaced bytype: filestreamwith unique IDs.- Added
parsers.containerconfiguration for Docker log parsing. - Added
prospector.scanner.symlinks: truefor Docker log paths.