Hi running 5.5.1 throughout.
I have metric beat running on mesos dc/os 1.10 using marathon/docker.
I ran the dashboard import scripts.
Everything seems to be loading into Elastic fine, but when I look at the kibana dashboard some of the graphs show errors like: Could not locate that index-pattern-field (id: system.load.norm.1) or Could not locate that index-pattern-field (id: system.fsstat.total_size.used)
Here is my metricbeat.yml config...
metricbeat.modules:
- module: system
metricsets:- cpu
- filesystem
- memory
- network
- process
enabled: true
period: 10s
processes: ['.*']
cpu_ticks: false
output.elasticsearch:
hosts: ["data.elastic.l4lb.thisdcos.directory:9200"]
username: ...
password: ...