How to remove the : from the string using value mapping

How to remove the “:” from the string using the value mapping. For example 11:VV:AB:CC:AA:BB. I want to remove the “:” and make it 11VVABCCAABB.

Use value mapping with Regex: Configure value mappings | Grafana documentation

and maybe something in this thread to help you get the Regex syntax correct.

If you are successful, please post your solution back here so others can find it in the future.

@grant2 But I am not sure how to write the regex for the value mapping. I tried different regex for the same. But the value mapping is not working.

where is this data coming from? What data source

@yosiasz The data source is elasticsearch