Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Subscribing to Events | Subscribing to Events | Creating Event Filters for Services
 
Creating Event Filters for Services
When you create a filter for a service name, you can be very selective about which service’s events you subscribe to. You can use regular expressions to create event filters for service names. The following examples show ways you can use regular expressions as event filters to specify an event that a particular service generates. For more information about regular expressions, see Regular Expressions.
This filter...
Will select events generated by...
sgxorders.Auth:creditAuth
The service sgxorders.Auth:creditAuth.
sgxorders.Auth:credit*
All services in the sgxorders.Auth folder, starting with the characters “credit.”
sgxorders.Auth:*
All services in the sgxorders.Auth folder.
sgxorders.*
All services in the sgxorders folder and its subfolders.
*.Auth*:credit*
All services starting with the characters “credit” that reside in any subfolder whose name starts the characters “Auth.”
*:credit*
All services starting with the characters “credit” in any folder.
*
All services.