1 year ago
#353329

Nick Holdsworth
AWS XRay Filter Expression name CONTAINS
I'm looking at the AWS documentation here and there is a string keyword for name and a string operator CONTAINS. What I am trying to do is put these together, to match all services that contain a substring (to be able to see a specific workflow).
However, when I try name CONTAINS "example-string"
or even service() {name CONTAINS "example-string"}
I just receive "There was an error while creating the group. Try again later".
I'm aware I could reference each service manually, but I am looking for a way to make this a bit quicker
amazon-web-services
aws-xray
0 Answers
Your Answer