We have Filebeat and Metricbeat running in a docker container. With
/proc mounted to /hostfs ro. SLES 12. Using -system.hostfs=/hostfs when running metricbeat. But we do not see any process info for processes in another container. This was working in 5.0.0 before we upgraded to 5.3.1. Did something change?
metricbeat.modules:
#------------------------------- System Module -------------------------------
- module: system
metricsets:
# CPU stats
- cpu
# System Load stats
- load
# Per CPU core stats
#- core
# IO stats
#- diskio
# Per filesystem stats
- filesystem
# File system summary stats
#- fsstat
# Memory stats
- memory
# Network stats
- network
# Per process stats
- process
enabled: true
period: 30s
processes: ['.*']
filters:
- drop_event:
when:
equals:
cgroup.memory.mem.limit.bytes: 18446744073709551615