Advanced Filter (Deprecated) (v1.1.13)

Deprecated. please use Community Common Scripts instead.

Author
Masahiko Inoue
Support
community
Categories
Utilities

README

Filter values with complex conditions.

You can make filters with complex and combination conditions for the context data at any level of the tree.


Script Data

Name Description
Script Type python
Tags transformer, entirelist, general

Filter format examples

[
  {
    "Description": {
      "==": "User Logged In - Failed"
    }
  },
  "or",
  [
    {
      "Description": {
        "in list": "File uploaded,File downloaded"
      }
    },
    "and",
    "not",
    {
      "DeviceName": {
        "matches any string of": "${local.TrustedDevices}"
      }
    }
  ]
]