9 years ago
Filter AWS Services
Hello,
At the moment, the documentation for adding an AWS Datasource almost seems to imply that you can filter any type of service (be it EC2, S3, SQS etc) by name using the tag name/value system, but in actuality, only filters things that literally support the tag feature.
I'm asking for a simple addition to the AWS Datasource so that you can filter, for example, SQS by some regex, e.g.:
regex name = foo, regex value = *foo*
Thereby causing the autodiscovery to only show *foo* SQS queues.
This is a bit of deal breaker for people who have many SQS queues, but where some of them are just test queues which don't need to be monitored.
Thanks.