cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Auto Tag Rule but Modify the Value and Apply the Result

sivart_89
Advisor

Hey everyone, I'm wondering if it is possible to create an auto tagging rule but apply some logic to it to remove some characters and insert a space, then use the result of that for the tag value. My example is below. 

original value:
SERVERENV (via: server)

what i'm hoping to get:
SERVER ENV

OR i will accept:
SERVER\ENV

2 REPLIES 2

tibebe_m_digafe
Advisor

Hello,

What you could do for value is limited to a few predefined "properties" you can regex on .. or a static value. 

Example:  

{ProcessGroup:KubernetesNamespace/([^-].+?-.+?)-}

Unfortunately, the kind of functionality you are asking for with additional enhancements would be a very useful feature.  

 

 

Hi @tibebe_m_digafe,

Do you know if that can be applied to tags as service naming rules?

Best regards 

Consultant