I am running ES,Kibana, MetricBeat version 6.6.2
I have been able to add tags to my metricbeat configuration by adding the following in the Other Config:
tags:
- Computer1
- Server1
But I can't add the following:
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
index.number_of_replicas: 0
output.elasticsearch.index: "metricbeat-%{+yyyy.MM}"
setup.template.name: "metricbeat"
setup.template.pattern: "metricbeat-"
setup.dashboards.index: "metricbeat-"
Does anyone know if the above settings can be applied with Central Management, or can I view a complete list of supported config items somewhere?
Cheers