3

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

  • Does this answer your question? [AWS XRay regex servicename filter](https://stackoverflow.com/questions/53934771/aws-xray-regex-servicename-filter) – Adam Cooper Apr 25 '22 at 14:38

0 Answers0