Hi Guys ,
i have the following configuration under my metricbeat.yml configuration file:
output.elasticsearch:
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}'
index: "alerts-kafka-%{+yyyy.MM.dd}"
#============================== Kibana =====================================
setup.dashboards.enabled: true
setup.kibana:
host: "kibana:5601"
setup.dashboard.index: "alerts-"
setup.template.name: "alerts-kafka-%{+yyyy.MM.dd}"
setup.template.pattern: "alerts-"
when metric-beat started all dashboards are still looking for "metricbeat-" pattern
and "alerts-" is not created ,
is there any way to figure it out?
i want all dashboards will set to another index pattern
Thanks, Gidi