[metricbeat] Unable to ship monitoring information on Windows machine

2019-07-11T11:35:51.886+0200    ERROR   [elasticsearch.node_stats] node_stats/node_stats.go:72 1 error: failure to apply node schema: 1 error: key `os.cpu.load_average` not found

Monitored stack version: 7.0.1
Metricbeat version: 7.2.0

elasticsearch.yml config file

- module: elasticsearch
  metricsets:
    - ccr
    - cluster_stats
    - index
    - index_recovery
    - index_summary
    - ml_job
    - node_stats
    - shard
  period: 10s
  hosts: ["http://localhost:9200"]
  #username: "user"
  #password: "secret"
  xpack.enabled: true

ELK stack OS: Windows server 2016

This is a bug. Sorry about that and thanks for finding it.

We are fixing it in https://github.com/elastic/beats/pull/12866. The fix should be released in 7.2.2.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.