Hi,
I cannot seem to get a new custom index created in elastic when trying output from metricbeat using the haproxy module. I have a 3 node cluster in operation. I can see the kibana dashboards install into kibana and the index pattern appears in the visualizations but i cannot see the index itself being created.
Metricbeat Config:
#==================== Elasticsearch template setting ==========================
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
output.elasticsearch.index: "haproxyES-%{[agent.version]}-%{+yyyy.MM.dd}"
setup.template.name: "haproxyES"
setup.template.pattern: "haproxyES-"
setup.dashboards.index: "haproxyES-"
Cheers,