Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,10 @@ Use actions to set up notifications sent via other systems when alerts are gener
To use actions for alert notifications, you need the [appropriate license](https://www.elastic.co/subscriptions). For more information, see [Cases requirements](/solutions/security/investigate/cases-requirements.md).
::::

::::{tip}
:applies_to: {stack: preview 9.3+, serverless: preview}
You can use [workflows](/explore-analyze/workflows.md) as a rule action to automate alert response processes. Workflows can create cases, route notifications, or perform other automated tasks when alerts are generated. To learn how to set up a workflow as a rule action, refer to [](/explore-analyze/workflows/triggers/alert-triggers.md).
::::

1. Select a connector type to determine how notifications are sent. For example, if you select the {{jira}} connector, notifications are sent to your {{jira}} system.

Expand Down
11 changes: 11 additions & 0 deletions solutions/security/get-started/elastic-security-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,17 @@ Expand this section to access the following pages:

View and manage alerts to monitor activity within your network. Refer to [Detections and alerts](/solutions/security/detect-and-alert.md) for more information.

### Workflows
```yaml {applies_to}
stack: preview 9.3+
serverless: preview
```

:::{admonition} Requirements
To access this section, turn on the Elastic Workflows (`workflows:ui:enabled`) [advanced setting](kibana://reference/advanced-settings.md#kibana-general-settings).
:::

Create and manage workflows that automate tasks such as incident response, case creation, and notification routing. Refer to [](/explore-analyze/workflows.md) for more information.

### Attack discovery

Expand Down
Loading