Tags

Tagging is a way to add additional information or context to analysis data.

Only observables and analysis can be tagged, and in practice observables are usually what get tagged.

Tagging shows up in the GUI as labels of varying colors.

The value of a tag is any UTF8 encoded string.

Relationships

A tag adds a relationships between alerts. ACE keeps track of what tags alerts contain. So quick correlational queries can be performed from the database.

Tag Severity Levels

Tags can be assigned severity levels in the configuration settings under the [tags] section. By assigning tags severity levels you can control

The format of the keys in the [tags] are as follows.

[tags]
tag_name = value

tag_name is the value of the tag to assign the severity to.

value is one of the following values.

The visual display (color) of the tags is controlled by [tag_css_class] section which associates a tag severity level to a CSS class to use to display the tag.