Skip to content

Commit cdf5432

Browse files
wjakeleejpipkin1
andauthored
Update automation-service-bridge.md (#4667)
* Update automation-service-bridge.md added info note for installation token * Update docs/platform-services/automation-service/automation-service-bridge.md --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent a9088e7 commit cdf5432

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ The Bridge has to be able to resolve DNS hostnames and needs to reach the below
8282

8383
Login to Sumo Logic and create a new [installation token](/docs/manage/security/installation-tokens/) with name prefix `csoar-bridge-token`.
8484

85+
:::info
86+
You must prefix your installation token with `csoar-bridge-token` in order for the Automation Bridge to connect to your CloudSOAR instance.
87+
:::
88+
8589
<img src={useBaseUrl('img/cse/automations-bridge-installation-token.png')} alt="Installation token" style={{border:'1px solid gray'}} width="800"/>
8690

8791
## Automation bridge installation
@@ -112,8 +116,8 @@ Login to Sumo Logic and create a new [installation token](/docs/manage/security/
112116

113117
1. Verify that the prefix name of the generated token respects the requirements (see [Get installation token](#get-installation-token)).
114118
1. Edit the file `/opt/automation-bridge/etc/user-configuration.conf` and set the below mandatory parameters:
115-
* `1SOAR_URL1`
116-
* `1SOAR_TOKEN1`
119+
* `SOAR_URL`
120+
* `SOAR_TOKEN`
117121
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/`
118122

119123
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:
127131
"ALIAS":"YOUR_ALIAS_NO_SPACES_LESS_THAN_20_CHARACTERS"
128132
}
129133
```
130-
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/).
131-
132-
By adding this endpoint to `SIEM_URL`, this will enable the automation bridge logs to be forwarded to Sumo Logic Log Analytics.
134+
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.
133135

134136
### Bridge ALIAS
135137

0 commit comments

Comments
 (0)