Actors | Tags | Entities | Matches | |
---|---|---|---|---|
{{ alert.actors.map((actor) => actor.name).join(', ') }} | {{ alert.tags.map((tag) => tag.name).join(alert.and.tags ? ' + ' : ' | ') }} | {{ alert.entities.map((entity) => entity.name).join(', ') }} | {{ alert.matches.map((match) => match.expression).join(', ') }} |
|