Event attributes.

Hierarchy

  • EventPayload

Constructors

Properties

aggregationKey?: string

A string used for aggregation when correlating events. If you specify a key, events are deduplicated to alerts based on this key. Limited to 100 characters.

JSON object for category-specific attributes. Schema is different per event category.

category: EventCategory

Event category identifying the type of event.

Integration ID sourced from integration manifests.

message?: string

Free formed text associated with the event. It's suggested to use data.attributes.attributes.custom for well-structured attributes. Limited to 4000 characters.

tags?: string[]

A list of tags associated with the event. Maximum of 100 tags allowed. Refer to Tags docs.

timestamp?: string

Timestamp when the event occurred. Must follow ISO 8601 format. For example "2017-01-15T01:30:15.010000Z". Defaults to the timestamp of receipt. Limited to values no older than 18 hours.

title: string

The title of the event. Limited to 500 characters.

Generated using TypeDoc