Hi,
I can't see any data in Discovery
metricbeat.modules:
- module: system
metricsets:
- cpu
- filesystem
- memory
- network
- process
enabled: true
period: 10s
processes: ['.*']
cpu_ticks: false
output.elasticsearch:
# The Logstash hosts
hosts: ["http://localhost:9200"]
username: "elastic"
password: "elastic"