Comma separated definition with the name of attribute data member and the targeted matching expression.
Data member names are configured with insensitive cases.
For more details about the available expressions see the
matching expression documentation.
The following example will extract the value to be matched/filtered from the path data member of the event.
The extracted value is then matched against the */folderA/*
globbing expression:
[event-handlers/b904ed23-a234-4ccf-8abd-edcae4d3324f]
data_filter = path, */folderA/*
See the usage instructions for more operational details.
You can filter based on multiple data members using multiple rules.
Each rule is defined on a separate line.
In the following example, events are triggered only if they are uploaded into the directory named reports-A
with a size of 0 bytes (empty file):
[event-handlers/b904ed23-a234-4ccf-8abd-edcae4d3324f]
data_filter =
path, */reports-A/*
size, 0
Leave this configuration empty to not filter based on the event's attached data,
and handle events regardless of their data attributes.