Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

unmatched

unmatched

The unmatched filter verifies that all events have the same value for the specified property, but the values do not require to be unique.
For example, the following rule verifies that the merchants in the three credit card transactions are not the same:
WHEN 3 transaction t unmatched merchant_id then response
In this case, if the merchant_id values across the three events are 123, 124, and 123, the filter considers the events as unmatched events.
The two topics have the following rule syntax:
WHEN 3 stock s, 3 bond b unmatched s.symbol, b.symbol then response

0 COMMENTS

We’d like to hear from you!