Skip to content

Commit f4aeebb

Browse files
authored
DOCS-823 - Break up integration framework article (#5367)
* Break up article * Fix build break * Fix broken links * Fix another broken link * Fix redirects
1 parent 5d1fdc6 commit f4aeebb

15 files changed

+1972
-1900
lines changed

cid-redirects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,8 +4295,8 @@
42954295
"/docs/cse/automation-service/automation-service-bridge": "/docs/platform-services/automation-service/automation-service-bridge",
42964296
"/docs/cloud-soar/cloud-soar-bridge": "/docs/platform-services/automation-service/automation-service-bridge",
42974297
"/docs/cloud-soar/audit-event-index": "/docs/platform-services/automation-service/automation-service-audit-logging/",
4298-
"/docs/cse/automation-service/automation-service-integration-framework": "/docs/platform-services/automation-service/automation-service-integration-framework",
4299-
"/docs/cloud-soar/cloud-soar-integration-framework": "/docs/platform-services/automation-service/automation-service-integration-framework",
4298+
"/docs/cse/automation-service/automation-service-integration-framework": "/docs/platform-services/automation-service/integration-framework",
4299+
"/docs/cloud-soar/cloud-soar-integration-framework": "/docs/platform-services/automation-service/integration-framework",
43004300
"/docs/send-data/collect-from-other-data-sources/kubernetes": "/docs/send-data/kubernetes",
43014301
"/docs/send-data/kubernetes/v4": "/docs/send-data/kubernetes",
43024302
"/docs/send-data/collect-from-other-data-sources/azure-blob-storage/collect-logs-azure-blob-storage": "/docs/send-data/collect-from-other-data-sources/azure-blob-storage/block-blob/collect-logs",

docs/cloud-soar/automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Because Cloud SOAR provides automation functionality to the [Automation Service]
2020
* [Playbooks](/docs/platform-services/automation-service/automation-service-playbooks/)
2121
* [Integrations](/docs/platform-services/automation-service/automation-service-integrations/)
2222
* [Automation bridge](/docs/platform-services/automation-service/automation-service-bridge)
23-
* [Integration framework](/docs/platform-services/automation-service/automation-service-integration-framework/)
23+
* [Integration framework](/docs/platform-services/automation-service/integration-framework/)
2424
* [Audit logging](/docs/platform-services/automation-service/automation-service-audit-logging)
2525

2626
The following sections describe automation features only used in Cloud SOAR.

docs/cloud-soar/compared-to-automation-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Automation Service doesn't include any of Cloud SOAR’s case management or
2121

2222
### Daemon and trigger action types
2323

24-
The Automation Service does not support [daemon](/docs/platform-services/automation-service/automation-service-integration-framework/#daemon-action-definitions) and [trigger](/docs/platform-services/automation-service/automation-service-integration-framework/#trigger-action-definitions) action types. The Automation Service can only use triggers built into Cloud SIEM and the Log Analytics platform. So you can’t configure a playbook in the Automation Service to monitor an external process or file and fire a trigger in response like you can with Cloud SOAR. A trigger can only fire in the Automation Service for limited events, such as when an Insight is created in Cloud SIEM.
24+
The Automation Service does not support [daemon](/docs/platform-services/automation-service/integration-framework/about-integration-framework/#daemon-action-definitions) and [trigger](/docs/platform-services/automation-service/integration-framework/about-integration-framework/#trigger-action-definitions) action types. The Automation Service can only use triggers built into Cloud SIEM and the Log Analytics platform. So you can’t configure a playbook in the Automation Service to monitor an external process or file and fire a trigger in response like you can with Cloud SOAR. A trigger can only fire in the Automation Service for limited events, such as when an Insight is created in Cloud SIEM.
2525

2626
### Additional features
2727

docs/cloud-soar/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Within Automation, you’ll see subsections for:
409409
* [App Central](/docs/platform-services/automation-service/app-central/). A large out-of-the-box library of playbooks, integrations, and use cases for different threats to get you started with orchestrating and automating your SOC.
410410
* [Playbooks](/docs/platform-services/automation-service/automation-service-playbooks/). Allows you to create new playbooks and edit, delete, and manage existing ones.
411411
* [Template](/docs/cloud-soar/automation/#incident-templates). Allows you to create new incident templates and edit, delete, and manage existing ones.
412-
* [Integrations](/docs/platform-services/automation-service/automation-service-integration-framework/). Lets you connect third party tools through APIs.
412+
* [Integrations](/docs/platform-services/automation-service/automation-service-integrations/). Lets you connect third party tools through APIs.
413413
* [Rules](/docs/cloud-soar/automation/#automation-rules). Lets you create new automation rules.
414414
* [Bridge](/docs/platform-services/automation-service/automation-service-bridge/). Contains configuration details on any installed bridges.
415415

docs/cloud-soar/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Gain complete insight into incident response performance with customizable dashb
6262

6363
### Open Integration Framework (OIF)
6464

65-
Choose from hundreds of out-of-the-box actions and playbooks or ask the Sumo Logic team to develop the connectors you need. Anyone can access the API code to quickly integrate tools without any coding experience required. For more information, see [Integrations](/docs/platform-services/automation-service/automation-service-integrations/) and [Integration Framework](/docs/platform-services/automation-service/automation-service-integration-framework/).
65+
Choose from hundreds of out-of-the-box actions and playbooks or ask the Sumo Logic team to develop the connectors you need. Anyone can access the API code to quickly integrate tools without any coding experience required. For more information, see [Integrations](/docs/platform-services/automation-service/automation-service-integrations/) and [Integration Framework](/docs/platform-services/automation-service/integration-framework/).
6666

6767
<img src={useBaseUrl('img/cloud-soar/overview-openI-itegration.png')} alt="Integrations" style={{border: '1px solid gray'}} width="800" />
6868

docs/cse/automation/cloud-siem-automation-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The following example shows how to configure a notification that sends an email
153153

154154
## Advanced example: Configure a custom integration
155155

156-
The following example shows how to create a custom integration with an action that runs a script you provide. The custom integration and action are defined by YAML files. To learn how to build your own YAML files, see [Integration framework file formats](/docs/platform-services/automation-service/automation-service-integration-framework/#integration-framework-file-formats).
156+
The following example shows how to create a custom integration with an action that runs a script you provide. The custom integration and action are defined by YAML files. To learn how to build your own YAML files, see [Integration framework file formats](/docs/platform-services/automation-service/integration-framework/about-integration-framework/#integration-framework-file-formats).
157157

158158
The action uses [IP Quality Score](https://www.ipqualityscore.com/) to gather IP reputation information for enrichment. (This example shows how to add enrichment to an insight. To use the same action to add enrichment to entities, see [Add entity enrichment](#add-entity-enrichment) below.)
159159

docs/platform-services/automation-service/automation-service-audit-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The table below shows the `_sourceCategory` that is assigned to Audit Event Inde
5959
| [Automation action](/docs/platform-services/automation-service/automation-service-playbooks/#add-an-action-node-to-a-playbook) | `oarAutomationActions` |
6060
| [Automation action configuration](/docs/platform-services/automation-service/automation-service-playbooks/#add-an-action-node-to-a-playbook) | `oarAutomationActionConfigurations` |
6161
| [Integration](/docs/platform-services/automation-service/automation-service-integrations/) | `oarIntegrations` |
62-
| [Integration resource](/docs/platform-services/automation-service/automation-service-integration-framework/) | `oarIntegrationResources` |
62+
| [Integration resource](/docs/platform-services/automation-service/integration-framework/) | `oarIntegrationResources` |
6363
| [Playbook execution](/docs/platform-services/automation-service/automation-service-playbooks/) | `oarPlaybookExecutions` |
6464
| [Playbook revision](/docs/platform-services/automation-service/automation-service-playbooks/) | `oarPlaybookRevisions` |
6565

@@ -70,7 +70,7 @@ The table below shows the `_sourceCategory` that is assigned to Audit Event Inde
7070
| Product Feature | _sourceCategory Value |
7171
|:--|:--|
7272
| [Custom Field](/docs/cloud-soar/overview/#custom-fields) | `oarCustomFields` |
73-
| [Daemon](/docs/platform-services/automation-service/automation-service-integration-framework/#daemon-action-definitions) | `oarDaemons` |
73+
| [Daemon](/docs/platform-services/automation-service/integration-framework/about-integration-framework/#daemon-action-definitions) | `oarDaemons` |
7474
| [Dashboard](/docs/cloud-soar/incidents-triage/#dashboards) | `oarDashboards` |
7575
| Email | `oarEmails` |
7676
| [Entity](/docs/cloud-soar/incidents-triage/#entities) | `oarEntities` |

0 commit comments

Comments
 (0)