Skip to content

Commit 63e2ae6

Browse files
committed
E integrations
1 parent 9e83563 commit 63e2ae6

File tree

7 files changed

+124
-5
lines changed

7 files changed

+124
-5
lines changed

docs/platform-services/automation-service/app-central/integrations/eclecticiq.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,27 @@ State-of-the-art CTI technology for large enterprises, governments, and MSSPs.
3030
## Configure EclecticIQ in Automation Service and Cloud SOAR
3131

3232
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
33+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
34+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
35+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
36+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
37+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3338

3439
<IntegrationsAuth/>
40+
* <IntegrationLabel/>
41+
* **URL**. Enter the URL for your EclecticIQ instance.
42+
43+
* **API Token**. Enter an EclecticIQ [API token](https://docs.eclecticiq.com/ic/2.13.0/Create_an_API_token.html).
44+
45+
* **API Version**. Enter the EclecticIQ API version number.
46+
* <IntegrationTimeout/>
47+
* <IntegrationCertificate/>
48+
* <IntegrationEngine/>
49+
* <IntegrationProxy/>
3550

3651
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/eclecticiq-configuration.png')} style={{border:'1px solid gray'}} alt="EclecticIQ configuration" width="400"/>
3752

38-
For information about EclecticIQ, see the [EclecticIQ website](https://www.eclecticiq.com/library).
53+
For information about EclecticIQ, see the [EclecticIQ documentation](https://docs.eclecticiq.com/).
3954

4055
## Change Log
4156

docs/platform-services/automation-service/app-central/integrations/elastic-security.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,26 @@ Elastic Security equips analysts to prevent, detect, and respond to threats. The
4242
## Configure Elastic Security in Automation Service and Cloud SOAR
4343

4444
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
45+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
46+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
47+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
48+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
49+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
4550

4651
<IntegrationsAuth/>
52+
* <IntegrationLabel/>
53+
* **Host**. Enter your Elastic Security [hostname](https://www.elastic.co/docs/solutions/security/explore/hosts-page).
54+
55+
* **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.
56+
57+
* **Username**. Enter the username of an Elastic admin user authorized to provide authentication for the integration.
58+
59+
* **Password**. Enter the password for the admin user.
60+
* <IntegrationCertificate/>
61+
* **Container ID for Daemon**. Enter the [container ID](https://www.elastic.co/docs/reference/ecs/ecs-container#field-container-id).
62+
63+
* <IntegrationEngine/>
64+
* <IntegrationProxy/>
4765

4866
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/elastic-security-configuration.png')} style={{border:'1px solid gray'}} alt="Elastic Security configuration" width="400"/>
4967

docs/platform-services/automation-service/app-central/integrations/elasticsearch-v2.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Query Elasticsearch
1919
* **Get Indices Fields Mappings** (*Enrichment*) - Get a list for fields mappings from Elasticsearch.
2020
* **Query Extended** (*Enrichment*) - Elasticsearch Query working with hidden Indices.
2121

22-
## Elasticsearch Ccnfiguration
22+
## Elasticsearch Configuration
2323

2424
To retrieve the API Credentials, refer to the [guide](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html).
2525

@@ -35,8 +35,26 @@ On the deployment overview page, copy down the **Cloud ID**.<br/><img src={useBa
3535
## Configure Elasticsearch V2 in Automation Service and Cloud SOAR
3636

3737
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
38+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
39+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
40+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
41+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
42+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3843

3944
<IntegrationsAuth/>
45+
* <IntegrationLabel/>
46+
* **Server Type**. Select the type of verification depending on the type of Elasticsearch server you use, either [hosted](https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/cloud-hosted) (select **Hosts**) or [cloud](https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud) (select **Cloud ID**).
47+
48+
* **Host or Cloud ID**. Enter your Elasticsearch [hostname](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/networking-settings) (if you selected **Hosts** above) or the [cloud ID](https://www.elastic.co/docs/solutions/search/search-connection-details) (if you selected **Cloud ID**).
49+
50+
* **Authentication Type**. Select **Basic Authentication**, **No Authentication**, or **API Key**.
51+
52+
* **User or API ID**. Enter an Elasticsearch admin username (if you selected **Basic Authentication** above) or enter an Elasticsearch [API ID](https://www.elastic.co/docs/deploy-manage/api-keys/elastic-cloud-api-keys) (if you selected **API Key** above).
53+
54+
* **Password or API Key**. Enter the admin user password (if you selected **Basic Authentication** above) or enter the [API key](https://www.elastic.co/docs/deploy-manage/api-keys/elastic-cloud-api-keys) corresponding to the API ID (if you selected **API Key** above).
55+
* <IntegrationCertificate/>
56+
* <IntegrationEngine/>
57+
* <IntegrationProxy/>
4058

4159
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/elasticsearch-v2-configuration.png')} style={{border:'1px solid gray'}} alt="Elasticsearch V2 configuration" width="400"/>
4260

docs/platform-services/automation-service/app-central/integrations/energylogserver.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,29 @@ Query Energy Logserver by using Elasticsearch API.
2626
## Configure Energy Logserver in Automation Service and Cloud SOAR
2727

2828
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
29+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
30+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
31+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
32+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
33+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2934

3035
<IntegrationsAuth/>
36+
:::note
37+
Energy Logserver uses Elasticsearch for its framework, and uses many of the same settings.
38+
:::
39+
* <IntegrationLabel/>
40+
* **Server Type**. Select the type of verification depending on the type of Energy Logserver server you use, either [hosted](https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/cloud-hosted) (select **Hosts**) or [cloud](https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud) (select **Cloud ID**).
41+
42+
* **Host or Cloud ID**. Enter your Energy Logserver [hostname](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/networking-settings) (if you selected **Hosts** above) or the [cloud ID](https://www.elastic.co/docs/solutions/search/search-connection-details) (if you selected **Cloud ID**).
43+
44+
* **Authentication Type**. Select **Basic Authentication**, **No Authentication**, or **API Key**.
45+
46+
* **User or API ID**. Enter an Energy Logserver admin username (if you selected **Basic Authentication** above) or enter an Energy Logserver [API ID](https://www.elastic.co/docs/deploy-manage/api-keys/elastic-cloud-api-keys) (if you selected **API Key** above).
47+
48+
* **Password or API Key**. Enter the admin user password (if you selected **Basic Authentication** above) or enter the [API key](https://www.elastic.co/docs/deploy-manage/api-keys/elastic-cloud-api-keys) corresponding to the API ID (if you selected **API Key** above).
49+
* <IntegrationCertificate/>
50+
* <IntegrationEngine/>
51+
* <IntegrationProxy/>
3152

3253
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/energylogserver-configuration.png')} style={{border:'1px solid gray'}} alt="Energy Logserver configuration" width="400"/>
3354

docs/platform-services/automation-service/app-central/integrations/ermes.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,25 @@ Ermes Intelligent Web Protection offers dynamic web threat protection based on t
1818
## Configure Ermes in Automation Service and Cloud SOAR
1919

2020
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
21+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
22+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
23+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
24+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
25+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2126

2227
<IntegrationsAuth/>
23-
24-
* **Client ID**. Your client\_id.
25-
* **Client Secret**. Your client\_secret.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/ermes-configuration.png')} style={{border:'1px solid gray'}} alt="Ermes configuration" width="400"/>
28+
* <IntegrationLabel/>
29+
* **URL**. Enter your Ermes URL.
30+
31+
* **Client ID**. Enter an Ermes client ID.
32+
33+
* **Client Secret** Enter the secret for the Ermes client ID.
34+
* <IntegrationTimeout/>
35+
* <IntegrationCertificate/>
36+
* <IntegrationEngine/>
37+
* <IntegrationProxy/>
38+
39+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/ermes-configuration.png')} style={{border:'1px solid gray'}} alt="Ermes configuration" width="400"/>
2640

2741
For information about Ermes, see the [Ermes website](https://www.ermes.company/).
2842

docs/platform-services/automation-service/app-central/integrations/esmtp.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,29 @@ Allows you to connect your mailbox with Cloud SOAR and send emails via ESMTP.
2222
## Configure ESMTP in Cloud SOAR
2323

2424
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
25+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
26+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
27+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
28+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
29+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
30+
import CloudSOARAPIURL from '../../../../reuse/automation-service/cloud-soar-api-url.md';
31+
import AccessID from '../../../../reuse/automation-service/access-id.md';
32+
import AccessKey from '../../../../reuse/automation-service/access-key.md';
2533

2634
<IntegrationsAuth/>
35+
* <IntegrationLabel/>
36+
* **SMTP Server**. Enter your SMTP server name.
37+
38+
* **Port**. Enter your SMTP port.
39+
40+
* **Email account**. Enter the email account to use for providing authentication for the integration.
41+
42+
* **Password**. Enter the password for the email account.
43+
* <CloudSOARAPIURL/>
44+
* <AccessID/>
45+
* <AccessKey/>
46+
* <IntegrationEngine/>
47+
* <IntegrationProxy/>
2748

2849
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/esmtp-configuration.png')} style={{border:'1px solid gray'}} alt="EMSTP configuration" width="400"/>
2950

docs/platform-services/automation-service/app-central/integrations/exploit-database.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,20 @@ Exploit Database, a CVE compliant archive of public exploits and corresponding v
1818
## Configure Exploit Database in Automation Service and Cloud SOAR
1919

2020
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
21+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
22+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
23+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
24+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
25+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2126

2227
<IntegrationsAuth/>
28+
* <IntegrationLabel/>
29+
* **Host**. Enter your Exploit Database hostname.
30+
31+
* <IntegrationCertificate/>
32+
* <IntegrationTimeout/>
33+
* <IntegrationEngine/>
34+
* <IntegrationProxy/>
2335

2436
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/exploit-database-configuration.png')} style={{border:'1px solid gray'}} alt="Exploit Database configuration" width="400"/>
2537

0 commit comments

Comments
 (0)