Working with Events
This section explains how to manage events in Alert Manager Enterprise (AME).
Assigning an Event
To assign an event to a user:
- Click the assignee button on the right side of the summary panel.
- Select a user from the dropdown.
If a user’s Full Name
is configured, it appears in the dropdown and as a tooltip in the Assignee
column.
Only users with the tenant’s power user role appear as options.
Updating the Notification Scheme
To update an event’s notification scheme:
- Click the notifications button on the right side of the summary panel.
- Choose a scheme to apply when the event’s status changes.
Only schemes accessible to the current power user for the event’s tenant are displayed.
Updating the Status
To change an event’s status:
- Click the status button on the right side of the summary panel.
- Select the new status.
Status changes may trigger notifications if defined in the notification scheme.
- Add a comment if the update requires explanation.
Comments are indexed as ame-audit-record
entries and quoted in notifications.
Updating the Urgency
To modify an event’s urgency:
- Click the urgency button on the right side of the summary panel.
- Select the desired urgency level.
Urgency updates generate an ame-audit-record
and may trigger notifications.
Re-running the Original Search
To re-run an event’s original search:
- Click the search button on the right side of the summary panel.
Results may be inaccessible if the current user lacks permissions for the original index.
Bulk Updating Events
Select or deselect multiple events with these buttons:
Button | Function |
---|---|
Edit/Delete | |
Reset Selection |
To update multiple events simultaneously:
- Check the boxes next to the events, then click
Edit/Delete
to open the menu:
- Choose an action (edit or comment) from the menu.
- Review the number of affected events by tenant, adjust attributes or add a comment, then confirm:
Only users belonging to the event’s tenant can be assigned; assignments to non-tenant users are skipped.
Editing Event Tags
To edit an event’s tags:
- Select
Edit Tags
from the Actions menu:
- Select or deselect tags and optionally add a comment:
- Verify a tag by clicking it or remove it using the bin icon in the tag description:
Adding a Comment
To comment on an event:
- Expand the event and open the
Comments
tab:
- Use these buttons to edit, preview, or save the comment:
Button | Function |
---|---|
Edit Raw Text | |
Preview Formatted Text | |
Save Comment |
Comments support Markdown formatting. Preview them with the Preview Formatted Text
button:
Press Enter
for a new line, or use Ctrl+Enter
or Save Comment
to save. Comments appear once indexed:
Indexed comments cannot be edited.
Invoking a Workflow Action
To run a Splunk Workflow Action on an event result:
- Expand the event and locate the action under the
Notable Fields
orData
tab. - Click the
Run Workflow Action
button:
Button | Function |
---|---|
Run Workflow Action |
- Notable Fields tab example:
- Data tab example:
- Select the desired action from the dropdown:
Workflow Actions are available if all required fields are present.
AME ignores the Show action in
setting, applying all matching Workflow Actions.
On Splunk Cloud, only HTTPS-based Workflow Actions are permitted; HTTP actions are filtered out.
Examples
Example: Webhook Workflow Action
Filtering Workflow Actions
Workflow Actions are shown in AME when all fields in the
Apply only to the following fields
settings that match.
The list of Workflow Actions can become very long, and not all actions are helpful
for an event.
It is possible to filter Workflow Actions further down using the name of the saved search, or by template.
The following attributes can be set in workflow_actions.conf
:
[<workflowaction>]
ame_templates = [template_name|template_uid](,[template_name|template_uid])+
ame_savedsearches = savedsearch_name(,savedsearch_name)+
Examples
Example: Show workflowaction1 only to the `mytest search1` and `mytest search2`
Example: Hide `workflowaction2` for all events
Manually Creating an Event
Sometimes, you may need to add an event not generated by a Splunk Alert. Use these buttons in the top-left corner of the Event Summary:
Button | Function |
---|---|
Create Event | |
Test Query |
Click Create Event
to open a modal:
Enter these fields (mandatory fields marked with *):
Title
* - Event titleTenant
* - Destination tenantImpact
* - Event impactUrgency
* - Event urgencyAssignee
* - Event assigneeStatus
* - Initial statusNotifications
* - Notification schemeTags
- Comma-separated tagsNotable Fields
- Comma-separated fieldsEarliest
- Earliest search timeLatest
- Latest search timeQuery
- Search query for re-runsFields
- Key-value field list
Test the query by clicking Test Query
(opens in a new tab), then click Submit
to create the event:
Managing SLAs
Events can have SLAs assigned automatically or manually. View them in the SLA
tab:
Add SLAs with this button:
Button | Function |
---|---|
Activate SLA |
Requires an AME subscription.