You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The table supports a filter mechanism. Activation/Deactivation by symbol "Downside arrow" in right upper corner.

Filter rules for filter string

  • ES wildchar query is used

  • Case sensitive

  • Wildchards are:
    • '*' A sequence of chars

    • '?' One char

Examples for filter rules

inputdescregexmatchingnot matching
Adequals 'Ad'/^Ad.*/gAdadmin, monica
Ad*startswith 'Ad'/^Ad.*/gAdmin, Addadmin, monica
*Adendswith 'Ad'/.*Ad$/gmkisdAdmkdisad, youtube
*Ad*contains 'Ad'/.*Ad.*/gmmAdkias,mmAdadmin, monica
*Ad*s*contains 'Ad' something 's' something/.*Ad.*s.*/gAdmins, AdsAdmin, admins

Examples in table

  • No labels