Array of strings

Defines one or more values in a single, ordered collection. If there is only a single value, for example "malware" then it can be used without the square brackets; if multiple values are required for the array, the array must be in square brackets, for example, ["a","b"].

Single value (brackets optional)
logscale
in(severity, values="critical")
Multiple string values
logscale
in(status, values=["active", "pending", "processing"])
IP subnets
logscale
cidr(field=ip_addr, subnet=["192.168.0.0/16", "10.0.0.0/8"])
Hostnames
logscale
["web-server-01", "web-server-02", "db-server-01"]

Functions using this Type: bucket(), cidr(), correlate(), createEvents(), defineTable(), dropEvent(), eval(), fieldset(), in(), kvParse(), match(), matchAsArray(), neighbor(), parseFixedWidth(), parseJson(), text:editDistanceAsArray()