24 Mar 2023 11:11 AM
Hello everyone
I am integrating the sending of notifications by mail, and I need to send a tag that comes from aws. This tag has this form (in square Brackets): [AWS]Environment
In Tag configuration it is indicated that it should go like this --> {Tags[key]}
How should this configuration be done? I have tried like this: {Tags[[AWS]Environment]}
But it does not work.
Any ideas?
Thanks in advance
Greetings.
JAR
Solved! Go to Solution.
24 Mar 2023 12:57 PM
Hi,
No idea in relation which syntax would be correct or if that is possible.
But some workarround might be creating your own tag base on "[AWS]Environment", and then, {Tags[key]} should work.
I hope someone here can provide a better answer than mine.
Best regards
24 Mar 2023 03:51 PM
@AntonPineiro is correct, you can use the "[AWS]Environment" tag and use that to create a Dynatrace tag, based on the AWS tag. That will allow you to use it the way you want.