Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Basic Trix Queries

Query

Explanation

* in log.audit | trix trix.uniqueIds.fields = (thread)

thread column as a unique id

* in log.audit | trix trix.uniqueIds.fields = (thread) cep.name=(session id)

The name for each transaction is the session id

* in log.audit | trix trix.uniqueIds.fields = (thread) cep.name=(session id) cep.groups=(session id)

groups list will be determined by the session id values

* in log.audit | trix trix.uniqueIds.fields = (thread) cep.name=(session id) cep.groups=(session id) maxEventLimit=3

Set a limit for number of events in each transaction

* in log.audit | trix trix.uniqueIds.fields = (thread) cep.name=(session id) cep.groups=(session id) maxEventLimit=3 type=(thread)

types list will be determined by the thread values

Time-filtered Trix Queries

Data-filtered Trix Queries

Complex Trix Queries

  • No labels