You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud-soar/overview.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ sidebar_label: Overview
5
5
---
6
6
7
7
import useBaseUrl from '@docusaurus/useBaseUrl';
8
+
import StaticIpAddresses from '../reuse/static-ips-automation-service.md';
8
9
9
10
Cloud SOAR fully automates triage, investigation, and remediation of threats for any security professional. The open integrations framework allows you to connect to a multitude of third-party applications. The platform provides full incident response lifecycle management with machine learning and threat hunting, accelerating mean time to respond (MTTR).
10
11
@@ -437,3 +438,9 @@ If you need to follow HIPAA compliance, it is important to explicitly communicat
437
438
You can request retention period times different from those declared in the tables above, as long as the retention period requested is greater than 1 day yet less than 5000 days.
438
439
439
440
In order to do that, please open a [Support ticket](/docs/get-started/help#support) with your request.
441
+
442
+
## Static IP addresses
443
+
444
+
The following table provides the static IP addresses used for Cloud SOAR by deployment. These are provided in case you want to explicitly allow the IP addresses on the integrations you install.
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/about-automation-service.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ description: Get an overview of how the Automation Service allows you to automat
7
7
8
8
import useBaseUrl from '@docusaurus/useBaseUrl';
9
9
import ActionsLimitQuery from '../../reuse/actions-limit-query.md';
10
+
import StaticIpAddresses from '../../reuse/static-ips-automation-service.md';
10
11
11
12
The Automation Service allows you to set up actions that run automatically when certain conditions are met in Sumo Logic. These automated actions help you to respond quickly to a wide arrange of events.
12
13
@@ -101,3 +102,9 @@ To prevent abuse of system resources or runaway processes, the Automation Servic
101
102
<ActionsLimitQuery/>
102
103
103
104
Each execution of Custom, Notification, Enrichment, Daemon, Scheduled, and Trigger Actions counts toward the actions limit. User Choice, IF, and Task actions do not count toward the actions limit.
105
+
106
+
## Static IP addresses
107
+
108
+
The following table provides the static IP addresses used for the Automation Service by deployment. These are provided in case you want to explicitly allow the IP addresses on the integrations you install.
The source uses the the [Go programming language timestamp formatting](https://go.dev/src/time/format.go). See the table below for references and examples.
495
+
The source uses the [Go programming language timestamp formatting](https://go.dev/src/time/format.go) and the Human-readable timestamp formatting. See the table below for references and examples.
484
496
485
497
:::sumo[Best Practice]
486
498
We recommend using [this code snippet](https://goplay.tools/snippet/WTFe5ZLU9PO) as a quick way to locally test timestamp parsing with a format before configuring the source.
0 commit comments