Reading incidents needs any role. Acknowledging, assigning and resolving
need the Editor role or higher. Auditor and Viewer can read the list, the
detail page and the timeline, and the action buttons are shown disabled with
the reason. See Roles and permissions.
How an incident is created
You do not create incidents by hand — there is no “new incident” action. Three producers open them:One problem, one incident
Each producer builds a deterministic key for the problem — for an alert rule, the rule itself. While an incident for that key is open or acknowledged, a repeat occurrence does not open a second incident. It updates the existing one instead: Last seen moves forward, the occurrence counter goes up, and the severity and title follow the newest occurrence, so a problem that gets worse shows as worse. Once an incident is resolved its key is released. The next time the same rule fires, a new incident opens with its own timings. A resolved incident is never reopened — otherwise a fix followed by a fresh failure a week later would read as one incident that took a week to resolve.The incident is opened before the notification is sent. A page that
arrives always refers to an incident you can already find. If the incident
cannot be recorded for some reason, the notification is still sent — a
bookkeeping failure never stops a page.
Lifecycle
An incident has three states:
Three actions change an incident, from the buttons at the top of its detail
page:
1
Acknowledge
Moves the incident from
OPEN to ACKNOWLEDGED and records you as the
person who acknowledged it. Acknowledging stops escalation (see
Escalation policies).Acknowledging is idempotent: acknowledging an already-acknowledged incident
changes nothing, so a second click cannot move the recorded
acknowledgement time. The button is disabled once an incident is
acknowledged.2
Assign
Gives the incident to a member of your organization. You can reassign at
any time until it is resolved. The assignee must be a member of this
organization; anything else is refused.Assignment is not acknowledgement. Assigning an incident to someone who
is asleep says who should look at it, not that anybody has — so an
assigned but unacknowledged incident keeps escalating.
3
Resolve
Closes the incident, recorded as a manual resolution attributed to you.
You are asked to confirm, because it cannot be undone: there is no reopen,
and a later recurrence becomes a new incident.
Timeline
Every incident has a timeline, oldest first, of what people and the system did about it:
A state change and its timeline entry are written together, so the timeline
cannot disagree with the incident’s current state.
“Notification withheld” entries appear on alert-rule incidents only.
Notifications withheld for synthetic or security incidents are still
recorded as withheld, but not on the incident timeline.
Time to acknowledge and time to resolve
The detail page shows Time to acknowledge (MTTA) and Time to resolve (MTTR) for each incident, both measured from first seen:- Time to acknowledge is first seen → the first acknowledgement.
- Time to resolve is first seen → resolution. The Resolution field tells you
whether that was
auto(the system saw the condition clear) ormanual(somebody closed it), which is the distinction that makes an MTTR figure meaningful.
Finding incidents
The Incidents page lists incidents with the most recent activity first. You can filter by status, severity, source, assignee and time window (last 24 hours, last 7 days — the default — last 30 days, or any time). The time window applies to Last seen, so a long-running incident that is still recurring stays in a short window. One request returns at most 500 incidents. When a list comes back at that ceiling the page warns that it may be incomplete — narrow the window or the filters until the warning goes away. The same data is available through the API; see the API reference.Incidents and the AI assistant
When an alert rule opens a new incident, aiAxonIQ can start one automatic AI investigation for it, where the AI agent is enabled for your deployment. At most one automatic investigation is ever started per incident — a repeat occurrence does not start another — and it runs under the same limits and admission ceilings as an investigation you start yourself. If the AI service is unavailable or your account is at its investigation limit, the incident and its notifications are unaffected; the investigation is simply not started. The Incidents page does not currently link to that automatic investigation. To dig into an incident, open AI Assistant → Investigate and ask about it directly; evidence an investigation cites can link back to the incident. See AI assistant.Verify it works
1
Make an alert rule fire
Create or pick a threshold rule you can trip safely and use its Test
action first to confirm the channel works (see
Alerting). Then let the real condition breach.
2
Find the incident
Within about a minute of the rule firing — the alert loop runs every 60
seconds — an incident with the rule’s name appears under Incidents with
status
OPEN and source Alert rule.3
Acknowledge it
Open it and press Acknowledge. The status changes to
ACKNOWLEDGED, the
timeline gains an Acknowledged entry naming you, and Time to
acknowledge appears.4
Let it clear
When the condition stops breaching, the incident resolves on its own with
resolution
auto and no person attached.The Test action on a rule does not open an incident. Test
notifications are marked
[TEST] and never merge with or resolve a real
incident.Troubleshooting
A rule fired but no incident appeared
A rule fired but no incident appeared
- The rule was silenced. A silence stops the rule from firing at all, so no incident opens and no history is written. Check Alerts → Silences. (A maintenance window is different: the incident still opens and only the page is withheld.)
- The rule is in cooldown. After a rule fires it does not fire again until its cooldown (default 5 minutes) has elapsed.
- The rule is already firing. An incident opens only on the transition into firing. A rule that stays in breach updates its existing incident rather than opening new ones.
- The time window hides it. The list defaults to the last 7 days of activity; set the window to Any time.
Resolving returns a conflict
Resolving returns a conflict
The incident was already resolved — by a colleague, or automatically because
the condition cleared. Refresh the page to see its current state.
Assigning fails with 'incident or assignee not found'
Assigning fails with 'incident or assignee not found'
The person you chose is not a member of this organization, or the incident
no longer exists in it. The two cases are deliberately answered the same
way. Invite the person first, then assign.
An incident says 'Incident not available'
An incident says 'Incident not available'
It does not exist, or it belongs to another organization. The API answers
both the same way on purpose, so the page cannot tell you which. Check you
are signed in to the right organization.
A synthetic or security incident stays open after recovery
A synthetic or security incident stays open after recovery
Expected: only alert-rule incidents resolve automatically. Resolve it by
hand once you have confirmed the problem is over.
Next
Escalation policies
Page the next person when nobody acknowledges.
Silences and maintenance windows
Stop a noisy rule, or hold pages during planned work.
AI assistant
Investigate an incident with the assistant.
Integrations
Where incident notifications are delivered.