Not able to create Elasticsearch datasource dynamically

while creating elasticsearch data source i i giving index [metricbeat-7.6.1-2020.04.17] it is working and able to access data but when i am giving [metricbeat-7.6.1-[YYYY.MM.DD] pattern daily] data source not created also no data able to see in grafana.

Hi @pritibhangale,

you do it the same as Index Patterns in Kibana (if you use Kibana).

Try metricbeat-7.6.1-* or even just metricbeat-* :slight_smile:

Should work.

Hi bob,

metricbeat-* worked for me .
Thank you.