Supported config

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

@bering Thanks for reaching out about this. We currently do not have full documentation for what is and is not supported via CM during the beta period, however the basics are filebeat and metric beat modules, filebeat inputs, and outputs. Setup is not currently supported from within the CM UI, only local config supports this at this time.

That said, our long term goal is to support all configs from CM, and are progressively adding more all the time.