Additional Rule Guidelines
Listed below is a list of additional guidelines and features.
Triggered rule info is searchable in the 'triggered_rule_db' in Mongo.
RuleExpressions can incorporate any parsed field into the logic. For asset based rules, if you want to use a parsed field in a 'countby' expression, that parsed field must be persisted.
When a Model-Based-Asset-Rule uses
CountBy(field_1, field_2, event_types)
, bothfield_1
andfield_2
must be persisted for that event type in thePersistedEventFields
definition in the enrichercontent_default.conf
file.
User based rules use
Count
,SequenceCount
, andDistinctCount
for gathering session/sequence data.Asset based rules use
CountBy
for all purposes of gathering sequence data. All asset events are 'sequence' events, and thusCountBy
can be used for gathering sequence data for any event type.