Skip to Main Content
DoiT logo
Categories Reports
Created by Guest
Created on Apr 29, 2021

Wildcard and case-insensitive tag filters

Allow search to use wildcards and be case-insensitive. So, if you search for "MY*" this also finds "myTag"
  • Attach files
  • Guest
    Reply
    |
    Apr 29, 2021
    Have you considered using regex-based filters? I think this may be a good solution for use-cases like this one. Attaching an example of filtering label "iris_name" with regex "(?i)PLAYGROUND". Note the report returns the "playground-aws-cur-payer-01" as a result