Skip to content

events.v1alpha1.dataFilter

Index

Fields

fn withComparator

withComparator(comparator)

"Comparator compares the event data with a user given value.\nCan be \">=\", \">\", \"=\", \"!=\", \"<\", or \"<=\".\nIs optional, and if left blank treated as equality \"=\"."

fn withPath

withPath(path)

"Path is the JSONPath of the event's (JSON decoded) data key\nPath is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'.\nTo access an array value use the index as the key. The dot and wildcard characters can be escaped with '\\'.\nSee https://github.com/tidwall/gjson#path-syntax for more information on how to use this."

fn withTemplate

withTemplate(template)

fn withType

withType(type)

fn withValue

withValue(value)

fn withValueMixin

withValueMixin(value)

Note: This function appends passed data to existing values