Acknowledge Alerts
Acknowledges the alert event(s) matching the given query. Note that this will not remove the event from connected SOC users' Alert screens when the same alert event happens to be also present on their Alert screen. However, if they refresh the Alert screen the alert event will no longer be listed.
Request body
Example request
{
"acknowledge": true,
"dateRange": "2024/12/03 02:31:35 PM - 2024/12/04 02:31:35 PM",
"dateRangeFormat": "2006/01/02 3:04:05 PM",
"eventFilter": {
"event.module": "sigma",
"rule.name": "Security Onion - SOC Login Failure",
"rule.uuid": "bf86ef21-41e6-417b-9a05-b9ea6bf28a38"
},
"searchFilter": "tags:alert AND NOT event.acknowledged:true AND NOT event.escalated:true | groupby rule.name event.module* event.severity_label rule.uuid",
"timezone": "America/New_York"
}Response
Outputs the list of update results
Example response
{
"completeTime": "2024-12-04T19:54:33.822293482Z",
"createTime": "2024-12-04T19:54:33.519514906Z",
"criteria": {
"beginTime": "2024-12-03T14:31:35-05:00",
"createTime": "2024-12-04T19:31:42.73865332Z",
"endTime": "2024-12-04T14:31:35-05:00",
"eventLimit": 100,
"metricLimit": 10,
"query": "(*) AND tags:alert AND NOT event.acknowledged:true AND NOT event.escalated:true | groupby rule.name event.module* event.severity_label rule.uuid",
"updateScripts": [
"<Painless Script Syntax>"
]
},
"elapsedMs": 299,
"errors": [
"all shards failed"
],
"updatedCount": 1
}Changes
Changed in 3 of the 23 revisions of this API.37
- ●
removed the optional property
criteria/parsedQueryfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
criteria/searchAfterfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
criteria/sortFieldsfrom the response with the200statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
api tag
Queryaddedapi-tag-added
- ○
api tag
Eventsremovedapi-tag-removed
- ○
- ○
api tag
Eventsaddedapi-tag-added
- ○
api tag
Queryremovedapi-tag-removed
- ○
added the optional property
criteria/parsedQueryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
criteria/searchAfterto the response with the200statusresponse-optional-property-added
- ○
added the optional property
criteria/sortFieldsto the response with the200statusresponse-optional-property-added
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○