Skip to content

Commit

Permalink
[ESS][8.12&8.13] Updating list of available rule actions (#4935)
Browse files Browse the repository at this point in the history
* First draft

* Update docs/detections/api/rules/rules-api-bulk-actions.asciidoc

* Update docs/detections/api/rules/rules-api-create.asciidoc

* Update docs/detections/api/rules/rules-api-update.asciidoc

* Adding missing char

(cherry picked from commit 617575c)
  • Loading branch information
nastasha-solomon authored and mergify[bot] committed Mar 20, 2024
1 parent 34ba10a commit f277ff6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/detections/api/rules/rules-api-bulk-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,22 @@ These fields are required when calling `PUT` to modify the `actions` object:
be:

* `.slack`
* `.slack_api`
* `.email`
* `.index`
* `.pagerduty`
* `.swimlane`
* `.webhook`
* `.servicenow`
* `.servicenow-itom`
* `.servicenow-sir`
* `.jira`
* `.resilient`
* `.opsgenie`
* `.teams`
* `.torq`
* `.tines`
* `.d3security`

|group |String |Optionally groups actions by use cases. Use `default` for alert
notifications.
Expand Down
13 changes: 13 additions & 0 deletions docs/detections/api/rules/rules-api-create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,22 @@ All fields are required:
be:

* `.slack`
* `.slack_api`
* `.email`
* `.index`
* `.pagerduty`
* `.swimlane`
* `.webhook`
* `.servicenow`
* `.servicenow-itom`
* `.servicenow-sir`
* `.jira`
* `.resilient`
* `.opsgenie`
* `.teams`
* `.torq`
* `.tines`
* `.d3security`

|group |String |Optionally groups actions by use cases. Use `default` for alert
notifications.
Expand Down
13 changes: 13 additions & 0 deletions docs/detections/api/rules/rules-api-update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,22 @@ These fields are required when calling `PUT` to modify the `actions` object:
be:

* `.slack`
* `.slack_api`
* `.email`
* `.index`
* `.pagerduty`
* `.swimlane`
* `.webhook`
* `.servicenow`
* `.servicenow-itom`
* `.servicenow-sir`
* `.jira`
* `.resilient`
* `.opsgenie`
* `.teams`
* `.torq`
* `.tines`
* `.d3security`

|group |String |Optionally groups actions by use cases. Use `default` for alert
notifications.
Expand Down

0 comments on commit f277ff6

Please sign in to comment.