Documentation Index
Fetch the complete documentation index at: https://mintlify.com/utmstack/UTMStack/llms.txt
Use this file to discover all available pages before exploring further.
UTMStack stores alerts in Elasticsearch. Use the Elasticsearch API to retrieve individual alerts by their ID.
Get Alert by ID
To retrieve a specific alert, use the Elasticsearch get endpoint:{index}is the alert index name (e.g.,alert-*){alertId}is the unique alert identifier
Alert Fields
Elasticsearch index containing the alert
Unique alert identifier
Document version (increments on updates)
Alert document containing all alert fields
Source Fields
Alert ID
Alert name/title
Status: 1=Auto Review, 2=Open, 3=In Progress, 4=Completed, 5=Incident Created
Severity: 1=Low, 2=Medium, 3=High, 4=Critical
Alert category
ISO 8601 timestamp when alert was created
Type of data source that generated the alert
Array of tag strings
Analyst notes
Notes added when status was changed