Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
Binary file added solutions/images/security-ease-cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added solutions/images/security-ease-integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions solutions/security/ai/ease/ease-intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
applies_to:
serverless:
security: preview
---


# Elastic AI SOC Engine

This page describes Elastic AI SOC Engine (EASE), how to create an EASE project, how to ingest your data into EASE, and how to use its key features. EASE is a {{sec-serverless}} project type specialized to provide AI-powered tools and case management to augment third-party SIEM and EDR/XDR platforms.

## Create an EASE project

To create an EASE project:

1. [Create](/solutions/security/get-started/create-security-project.md) a {{sec-serverless}} project, and on the **Confirm your project settings** page, select **Elastic AI SOC Engine**.
2. Click **Create serverless project** and wait for your project to be provisioned. When it's ready, open it.


## Ingest your SOC data

To ingest your SOC data:

1. Go to the **Configurations** page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).

:::{image} /solutions/images/security-ease-integrations.png
:alt: The integrations page of an EASE project
:::

2. From the **Integrations** tab, select any integration you want to ingest data from to view more information about it. Learn more about [{{integrations}}](integration-docs://reference/index.md).


## Features

Ease provides a set of capabilities designed to help make the most of each security analyst’s time, fight alert fatigue, and reduce your mean time to respond. Once your data is ingested, you can start using the following features:

- **[Attack Discovery](/solutions/security/ai/attack-discovery.md)**: helps you analyze alerts in your environment and identify threats. Each discovery represents a potential attack and describes relationships among multiple alerts to tell you which users and hosts are involved, how alerts correspond to the MITRE ATT&CK matrix, and which threat actor might be responsible.

:::{image} /solutions/images/security-attck-disc-example-disc.png
:alt: Attack Discovery detail view
:::

- **[AI Assistant](/solutions/security/ai/ai-assistant.md)**: an LLM powered virtual assistant specialized for digital security; it helps with data analysis, alert investigation, incident response, and {{esql}} query generation. You can add custom background knowledge and data to its [knowledge base](/solutions/security/ai/ai-assistant-knowledge-base.md), use natural language to ask for its assistance with your SOC operations, and much more.

- **[Cases](/solutions/security/investigate/cases.md)**: helps you track and share related information about security issues. Track key investigation details, collect alerts in a central location, and more.

:::{image} /solutions/images/security-ease-cases.png
:alt: The Cases page in an EASE project
:::

19 changes: 6 additions & 13 deletions solutions/security/get-started/create-security-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ products:
- id: cloud-serverless
---

# Create a Security project [security-create-project]

A serverless project allows you to run {{elastic-sec}} in an autoscaled and fully managed environment, where you don’t have to manage the underlying {{es}} cluster and {{kib}} instances.
# Create a {{sec-serverless}} project [security-create-project]

An {{sec-serverless}} project allows you to run {{elastic-sec}} in an autoscaled and fully managed environment, where you don’t have to manage the underlying {{es}} cluster and {{kib}} instances.

## Create project [security-create-project-create-project]

Expand All @@ -20,15 +19,9 @@ Use your {{ecloud}} account to create a fully managed {{sec-serverless}} project
1. Navigate to [cloud.elastic.co](https://cloud.elastic.co/).
2. Log in to your {{ecloud}} account and select **Create project** from the **Serverless projects** panel.
3. Select **Next** from the **Security** panel.
4. Edit your project settings (click **Edit settings** to access all settings).

* **Name**: A unique name for your project.
* **Cloud provider**: The cloud platform where you’ll deploy your project. We currently support Amazon Web Services (AWS).
* **Region**: The cloud platform’s [region](../../../deploy-manage/deploy/elastic-cloud/regions.md) where your project will live.

You can also check [the pricing details](https://www.elastic.co/pricing/serverless-security) to see how you consume {{sec-serverless}}.

5. Select **Create project**. It takes a few minutes before your project gets created.
6. Once the project is ready, select **Continue** to open the **Get started** page (you might need to log in to {{ecloud}} again).
4. Name your project and select your project type.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Name your project and select your project type.
4. Name your project and select your feature tier.

the UI says "product feature", which i believe is a wrong name. Maybe something like "feature tier". I would avoid calling it a "project type" since this term is reserved for the 3 main types: Elasticsearch, Obs, Security.

I would also include here a list of the 3 available feature tiers (with links to more detailed docs) for Security projects: this new one (ease), Analytics essentials, and Analytics complete

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right @florent-leborgne, we call them "feature tiers" in these docs that explain the different tiers for Security: https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/project-settings#project-features-add-ons. We should update these docs to describe the new feature tier (though I'm not sure if that needs to be part of this MVP PR – I'd defer that decision to Ben and the PM since it looks like there's some urgency to get this page live for the Black Hat announcement)

5. Select a cloud provider and region.
6. Select **Create project**. It takes a few minutes to create your project.
7. Once the project is ready, select **Continue** to open the **Get started** page (you might need to log in to {{ecloud}} again).

From here, you can learn more about {{elastic-sec}} features and start setting up your workspace.
1 change: 1 addition & 0 deletions solutions/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ toc:
- file: security/esql-for-security/esql-threat-hunting-tutorial.md
- file: security/ai.md
children:
- file: security/ai/ease/ease-intro.md
- file: security/ai/ai-assistant.md
children:
- file: security/ai/ai-assistant-knowledge-base.md
Expand Down
Loading