Event Hub Filter Test Page
This page ist structured into three different sections, one for each class of events:
Go to the appropriate section, select an event from the list and enter a filter expression according to Filtering Events with the Event Hub Service.
After selecting an event, editing the event or changing the filter expression, the filter result will be recomputed.
The sections from the JMESPath specification relevant for the applied filter expressions can be found here:
Content Events
Filter Expression
Examples:
- [?eventClass=='CONTENT']
- [?eventType=='CONTENT_CREATED']
- [?contentType=='CMImage' || contentType=='CMArticle']
- [?contentTypeHierarchy && contains(contentTypeHierarchy, 'CMTeasable')]
- [?performerUuid=='ade56258-d4d3-3014-a7ea-42d1774b872e']
Notification Events
Filter Expression
Examples:
- [?key=='new_comment_for_content']
- [?key=='offered' && recipientEmail]
Workflow Events
Filter Expression
Examples:
- [?eventClass=='PROCESS']
- [?eventType=='TASK_OFFERED']
- [?eventType=='TASK_OFFERED' && taskDefinitionName == 'Approve']
Is this page useful?