Skip to content

Commit

Permalink
[8.12] [ESS][8.12&8.13] Updating list of available rule actions (back…
Browse files Browse the repository at this point in the history
…port #4935) (#4944)

* 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)

Co-authored-by: Nastasha Solomon <[email protected]>
  • Loading branch information
mergify[bot] and nastasha-solomon authored Mar 20, 2024
1 parent a7f31f9 commit bfd3687
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 bfd3687

Please sign in to comment.