Metricbeat set index pattern

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

i resolved the issue by changing the
setup.dashboards.index: "alerts**-***"

:+1: Glad you fixed it!

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.