---
title: Elastic Security
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/elastic-security/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/elastic-security/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.4
Updated: April 29, 2026***
Elastic Security equips analysts to prevent, detect, and respond to threats. The free and open solution delivers SIEM, endpoint security, threat hunting, cloud monitoring, and more.
## Actions
* **Create Rule** (*Containment*) - Creates a new detection rule.
* **Update Rule** (*Containment*) - Updates an existing detection rule.
* **Delete Rule** (*Containment*) - Deletes a single rule.
* **Get Rule** *(Enrichment)* - Retrieves info about a single rule.
* **List Rules** *(Enrichment)* - Retrieves a paginated subset of detection rules.
* **Create Exception Container** (*Containment*) - Creates an exception container.
* **Delete Exception Container** (*Containment*) - Deletes an exception container.
* **Update Exception Container** (*Containment*) - Updates an exception container.
* **Get Exception Container** *(Enrichment)* - Retrieves info about an exception container.
* **List Exception Containers** *(Enrichment)* - Retrieves a paginated subset of exception containers.
* **Create Exception Item** (*Containment*) - Creates an exception item and associates it with the specified exception container.
* **Delete Exception Item** (*Containment*) - Deletes an exception item.
* **List Exception Items** *(Enrichment)* - Retrieves a paginated subset of exception items in the specified container.
* **Create List Container** (*Containment*) - Creates a list container.
* **Delete List Container** (*Containment*) - Deletes a list container.
* **Update List Container** (*Containment*) - Updates an existing list container.
* **Get List Container** *(Enrichment)* - Retrieves a list container.
* **List List Containers** *(Enrichment)* - Retrieves a paginated subset of list containers.
* **Create List Item** (*Containment*) - Creates a list item and associates it with the specified list container.
* **Delete List Item** (*Containment*) - Deletes list item.
* **List List Items** *(Enrichment)* - Retrieves a paginated subset of list items in the specified container.
* **Fetch Items Elastic Security** *(Daemon)* - Daemon to pull Elastic Security Items.
* **Fetch Detections Elastic Security** *(Daemon)* - Daemon to pull Elastic Security Detections.
* **Get Signals Alerts Detections Elastic Security** *(Daemon)* - Daemon to pull Signal Alerts.
## Configure Elastic Security in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **Host**. Enter your Elastic Security [hostname](https://www.elastic.co/docs/solutions/security/explore/hosts-page).
* **Port**. Enter the [port](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/networking-settings) on which Elasticsearch is listening for HTTP traffic. The port is by default 9200.
* **Username**. Enter the username of an Elastic admin user authorized to provide authentication for the integration.
* **Password**. Enter the password for the admin user.
*
* **Container ID for Daemon**. Enter the [container ID](https://www.elastic.co/docs/reference/ecs/ecs-container#field-container-id).
*
*
For information about Elastic Security, see [Elastic Security documentation](https://www.elastic.co/docs/solutions/security).
## Change Log
* April 9, 2021 - First upload
* August 5, 2021 - New action updated
* September 24, 2021 - New action updated
* January 21, 2022 - New action updated
* July 13, 2023 (v1.2)
+ Updated the integration with Environmental Variables
+ Changed fields visibility
+ Updated Daemon compatibility (Fetch Items Elastic Security)
* March 4, 2024 (v1.3) - Updated code for compatibility with Python 3.12
* April 29, 2026 (v1.4) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.