Using elasticsearch & metricbeat 6.5.3, I get this error when trying to ship xpack.enabled:true
node_stats to a 6.5.3 elasticsearch monitoring cluster:
2018-12-19T14:42:05.741Z ERROR node_stats/data_xpack.go:208 failure to apply node schema: 1 error: key
thread_pool.watcher
not found
Setting xpack.watcher.enabled:true
in elasticsearch cluster config works around that issue. Should I be able to collect node_stats when watch is disabled? Thanks!