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
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