aw_transform::classify

Function tag

Source
pub fn tag(events: Vec<Event>, rules: &[(String, Rule)]) -> Vec<Event>
Expand description

Tags a list of events

An event can have many tags (as opposed to only one category) which will be put into the $tags key of the event data object.