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_1andfield_2must be persisted for that event type in thePersistedEventFieldsdefinition in the enrichercontent_default.conffile.
User based rules use
Count,SequenceCount, andDistinctCountfor gathering session/sequence data.Asset based rules use
CountByfor all purposes of gathering sequence data. All asset events are 'sequence' events, and thusCountBycan be used for gathering sequence data for any event type.