Skip to content

Commit 2855c09

Browse files
committed
Add 'automation' where appropriate
1 parent 2c84f3f commit 2855c09

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

docs/platform-services/automation-service/about-automation-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Access to the Automation Service is controlled by [role capabilities](/docs/mana
8888

8989
### Configure the connection for an integration resource
9090

91-
To use [integrations](/docs/platform-services/automation-service/automation-service-integrations), you must first configure the connection for their resources. See [Configure Authentication for Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
91+
To use [integrations](/docs/platform-services/automation-service/automation-service-integrations), you must first configure the connection for their resources. See [Configure Authentication for Automation Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
9292

9393
## Actions limit
9494

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
3333

3434
* **Label**. The name for the resource.
3535
* **URL API**. Abnormal Security URL API. Default: 'https://api.abnormalplatform.com'
36-
* **Token**. Retrieved from Abnormal Security. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/abnormal-security/abnormal-security-4.png')} style={{border:'1px solid gray'}} alt="abnormal-security-4" width="400"/>
36+
* **Token**. Retrieved from Abnormal Security. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/abnormal-security-configuration.png')} style={{border:'1px solid gray'}} alt="Abnormal Security configuration" width="400"/>
3737

3838
For information about Abnormal Security, see [Abnormal Security documentation](https://abnormalsecurity.my.site.com/knowledgebase/s/).
3939

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ description: ''
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
This section includes the complete catalog of currently supported integrations available in App Central. Our Automation Service and Cloud SOAR offer a comprehensive suite of integrations designed to enhance your automation and orchestration capabilities.
10+
This section includes the complete catalog of currently supported automation integrations available in App Central. Our Automation Service and Cloud SOAR offer a comprehensive suite of integrations designed to enhance your automation and orchestration capabilities.
1111

12-
Some of these integrations only appear in the [App Central](/docs/cloud-soar/automation) in Cloud SOAR because they are tailor-made for Cloud SOAR. They are indicated as such within their respective articles.
12+
Some of these automation integrations only appear in the [App Central](/docs/cloud-soar/automation) in Cloud SOAR because they are tailor-made for Cloud SOAR. They are indicated as such within their respective articles.
1313

1414
:::warning Important
15-
All integrations require authentication to communicate between the vendor and Sumo Logic. For directions, see [Configure Authentication for Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
15+
All automation integrations require authentication to communicate between the vendor and Sumo Logic. For directions, see [Configure Authentication for Automation Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
1616
:::
1717

1818

docs/platform-services/automation-service/automation-service-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Integrations that are already installed to your environment appear in the **Inte
1616
For a complete list of integrations that are available to install, see [Integrations in App Central](/docs/platform-services/automation-service/app-central/integrations/).
1717

1818
:::warning Important
19-
All integrations require authentication to communicate between the vendor and Sumo Logic. For directions, see [Configure Authentication for Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
19+
All automation integrations require authentication to communicate between the vendor and Sumo Logic. For directions, see [Configure Authentication for Automation Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
2020
:::
2121

2222
## View integrations

docs/platform-services/automation-service/configure-authentication-for-integrations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
id: configure-authentication-for-integrations
3-
title: Configure Authentication for Integrations
4-
sidebar_label: Configure Authentication for Integrations
5-
description: Learn how to configure authentication for integrations.
3+
title: Configure Authentication for Automation Integrations
4+
sidebar_label: Configure Authentication for Automation Integrations
5+
description: Learn how to configure authentication for automation integrations.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
This article provides a quick reference to configure authentication for [integrations in App Central](/docs/platform-services/automation-service/app-central/integrations/) for the Automation Service and Cloud SOAR. Refer to the individual integrations articles for detailed information on setup, usage, and features.
10+
This article provides a quick reference to configure authentication for [automation integrations in App Central](/docs/platform-services/automation-service/app-central/integrations/) for the Automation Service and Cloud SOAR. Refer to the individual integrations articles for detailed information on setup, usage, and features.
1111

12-
## How to configure authentication
12+
## How to configure authentication for automation integrations
1313

1414
1. [Access App Central](/docs/platform-services/automation-service/automation-service-app-central/#view-app-central) and [install the integration](/docs/platform-services/automation-service/automation-service-app-central/#install-an-integration-from-app-central) from App Central.
1515
1. Select the installed integration in the [**Integrations**](/docs/platform-services/automation-service/automation-service-integrations/) page. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Automation** and then select **Integrations** in the left nav bar. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Automation > Integrations**. You can also click the **Go To...** menu at the top of the screen and select **Integrations**.
@@ -24,7 +24,7 @@ This article provides a quick reference to configure authentication for [integra
2424
1. When done, click **TEST** to test the configuration.
2525
1. Click **SAVE** to save the configuration.
2626

27-
## Authentication needed for integrations
27+
## Authentication needed for automation integrations
2828

2929
### Authentication for common integrations
3030

docs/reuse/integrations-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import useBaseUrl from '@docusaurus/useBaseUrl';
22

3-
Before you can use the integration, you must configure its authentication settings so that the product you're integrating with can communicate with Sumo Logic. For general guidance, see [Configure Authentication for Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
3+
Before you can use this automation integration, you must configure its authentication settings so that the product you're integrating with can communicate with Sumo Logic. For general guidance, see [Configure Authentication for Automation Integrations](/docs/platform-services/automation-service/configure-authentication-for-integrations/).
44

55
<details>
66
<summary>How to open the integration's configuration dialog</summary>
81.8 KB
Loading

0 commit comments

Comments
 (0)