I have metricbeat 6.2.4 with ES 6.2.4 and my logs are full of
Metricbeat: https://pastebin.com/VyXVYRk5
ES: https://pastebin.com/8514Lcz8
And the data is missing and not showing information regarding some of the statistics.
On average everytime it pushesh to ES metricbeat generate ~8m of log file.
Configuration for metricbeat
metricbeat.config.modules:
path: ${path.config}/modules.d/*.ymlfields:
env: "production"Auto load the template
setup.template.overwrite: False
Configure elasticsearch cluser for beats
output.elasticsearch:
hosts: [ "10.0.0.200:9200", "10.0.0.92:9200", "10.0.0.93:9200", "10.0.0.94:9200", "10.0.0.199:9200" ]
/etc/metricbeat/modules.d/system.yml
- metricsets: [cpu, load, memory, network, process, process_summary, core, diskio,
socket]
module: system
period: 30s
process.include_cpu_ticks: true
processes: [.*]- filesystem.ignore_types: [nfs, smbfs, autofs]
metricsets: [filesystem, fsstat]
module: system
period: 5m
processors:
- drop_event.when.regexp: {system.filesystem.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib)($|/)}
- metricsets: [uptime, raid]
module: system
period: 15m