I am trying to parse a word before ':' character. I mean i want to get 10.10.10.10 from 10.10.10.10:9445. I tried on regex101. It worked there. But couldn't get what i want on grafana.I searched and tried but couldn't achieve what i want. Grafana doesn't throw error on that regex but also doesn't return result.
Can someone please let me know what causes this ?