I am using a template variable to list down the values which are fetches from elasticsearch. The template variable having the values like
string1_dev_01_08_2020
string1_prod_01_08_2020
string2_prod_02_08_2020
I want to replace all the dev and prod to * in regex field on template variable page
Final value something like
string1_*_01_08_2020
string1_*_01_08_2020
string2_*_02_08_2020
How can I achieve this in grafana?
Thanks in advance.