From bac2c6d0a23bc64478a4035e802d6723a78cd997 Mon Sep 17 00:00:00 2001 From: Jake Lee Date: Thu, 17 Oct 2024 13:28:57 -0700 Subject: [PATCH 1/2] Update automation-service-bridge.md added info note for installation token --- .../automation-service/automation-service-bridge.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/platform-services/automation-service/automation-service-bridge.md b/docs/platform-services/automation-service/automation-service-bridge.md index ee7d9ea9f7..7a2e92a257 100644 --- a/docs/platform-services/automation-service/automation-service-bridge.md +++ b/docs/platform-services/automation-service/automation-service-bridge.md @@ -82,6 +82,10 @@ The Bridge has to be able to resolve DNS hostnames and needs to reach the below Login to Sumo Logic and create a new [installation token](/docs/manage/security/installation-tokens/) with name prefix `csoar-bridge-token`. +:::info +You must prefix your Installation Token with `csoar-bridge-token` in order for the Automation Bridge to connect to your CloudSOAR instance. +::: + Installation token ## Automation bridge installation @@ -112,8 +116,8 @@ Login to Sumo Logic and create a new [installation token](/docs/manage/security/ 1. Verify that the prefix name of the generated token respects the requirements (see [Get installation token](#get-installation-token)). 1. Edit the file `/opt/automation-bridge/etc/user-configuration.conf` and set the below mandatory parameters: - * `1SOAR_URL1` - * `1SOAR_TOKEN1` + * `SOAR_URL` + * `SOAR_TOKEN` 1. To determine which is the correct SOAR_URL, see [Sumo Logic Endpoints by Deployment and Firewall Security](/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security) and get the URL under the **API Endpoint** column. For example: `https://api.eu.sumologic.com/api/` And you can set this optional parameter (do not include spaces and must be less than 20 characters): `ALIAS` @@ -127,9 +131,7 @@ An example of a configuration file would be: "ALIAS":"YOUR_ALIAS_NO_SPACES_LESS_THAN_20_CHARACTERS" } ``` -To create a Hosted Sumo Logic Collector, see [Hosted Collectors](/docs/send-data/hosted-collectors/). To add an HTTPS Source to a Hosted Collector, see [HTTP Logs and Metrics Source](/docs/send-data/hosted-collectors/http-source/logs-metrics/). - -By adding this endpoint to `SIEM_URL`, this will enable the automation bridge logs to be forwarded to Sumo Logic Log Analytics. +To create a Hosted Sumo Logic Collector, see [Hosted Collectors](/docs/send-data/hosted-collectors/). To add an HTTPS Source to a Hosted Collector, see [HTTP Logs and Metrics Source](/docs/send-data/hosted-collectors/http-source/logs-metrics/). By adding this endpoint to `SIEM_URL`, this will enable the automation bridge logs to be forwarded to Sumo Logic Log Analytics. ### Bridge ALIAS From 7a79124426eb4dd079025b10dcc42d55f0ac2719 Mon Sep 17 00:00:00 2001 From: "John Pipkin (Sumo Logic)" Date: Thu, 17 Oct 2024 16:08:50 -0500 Subject: [PATCH 2/2] Update docs/platform-services/automation-service/automation-service-bridge.md --- .../automation-service/automation-service-bridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-services/automation-service/automation-service-bridge.md b/docs/platform-services/automation-service/automation-service-bridge.md index 7a2e92a257..1d3fe2806e 100644 --- a/docs/platform-services/automation-service/automation-service-bridge.md +++ b/docs/platform-services/automation-service/automation-service-bridge.md @@ -83,7 +83,7 @@ The Bridge has to be able to resolve DNS hostnames and needs to reach the below Login to Sumo Logic and create a new [installation token](/docs/manage/security/installation-tokens/) with name prefix `csoar-bridge-token`. :::info -You must prefix your Installation Token with `csoar-bridge-token` in order for the Automation Bridge to connect to your CloudSOAR instance. +You must prefix your installation token with `csoar-bridge-token` in order for the Automation Bridge to connect to your CloudSOAR instance. ::: Installation token