Skip to content

[REQUEST][Serverless]: Enable endpoint actions in events #1582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jun 10, 2025
Merged
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
5 changes: 5 additions & 0 deletions solutions/security/endpoint-response-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Launch the response console from any of the following places in {{elastic-sec}}:
* **Endpoints** page → **Actions** menu (**…**) → **Respond**
* Endpoint details flyout → **Take action** → **Respond**
* Alert details flyout → **Take action** → **Respond**

::::{note}
In {{serverless-short}}, you can also launch the response console from the event details flyout (event details flyout → **Take action** → **Respond**).
::::

* Host details page → **Respond**

To perform an action on the endpoint, enter a [response action command](/solutions/security/endpoint-response-actions.md#response-action-commands) in the input area at the bottom of the console, then press **Return**. Output from the action is displayed in the console.
Expand Down
12 changes: 6 additions & 6 deletions solutions/security/endpoint-response-actions/isolate-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ All actions executed on a host are tracked in the host’s response actions hist

## Isolate a host [isolate-a-host]

::::{dropdown} Isolate a host from a detection alert
1. Open a detection alert:

::::{dropdown} Isolate a host from an event (Serverless only) or a detection alert
1. Open an event ({{serverless-short}} only) or a detection alert:
* From the event analyzer view: Click an event. ({{serverless-short}} only)
* From the Alerts table or Timeline: Click **View details** (![View details icon](/solutions/images/security-view-details-icon.png "title =20x20")).
* From a case with an attached alert: Click **Show alert details** (**>**).

Expand Down Expand Up @@ -120,9 +120,9 @@ After the host is successfully isolated, an **Isolated** status is added to the

## Release a host [release-a-host]

::::{dropdown} Release a host from a detection alert
1. Open a detection alert:

::::{dropdown} Release a host from an event (Serverless only) or detection alert
1. Open an event ({{serverless-short}} only) or a detection alert:
* From the event analyzer view: Click an event. ({{serverless-short}} only)
* From the Alerts table or Timeline: Click **View details** (![View details icon](/solutions/images/security-view-details-icon.png "title =20x20")).
* From a case with an attached alert: Click **Show alert details** (**>**).

Expand Down
Loading