Skip to content

Commit ddb1ed6

Browse files
committed
converted to reuse file
1 parent baf0e91 commit ddb1ed6

31 files changed

+182
-265
lines changed

docs/integrations/saas-cloud/1password.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,9 @@ _sourceCategory="app/"
169169

170170
## Collection configuration and app installation
171171

172-
Depending on the set up collection method, you can configure and install the app in three ways:
172+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
173173

174-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
175-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
176-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
174+
<CollectionConfiguration/>
177175

178176
:::important
179177
Use the [Cloud-to-Cloud Integration for 1Password](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/1password-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your 1Password app is properly integrated and configured to collect and analyze your 1Password data.

docs/integrations/saas-cloud/abnormal-security.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,9 @@ _sourceCategory="Labs/AbnormalSecurity" sourcetype case_log
122122

123123
## Collection configuration and app installation
124124

125-
Depending on the set up collection method, you can configure and install the app in three ways:
126-
127-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
128-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
129-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
125+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
130126

127+
<CollectionConfiguration/>
131128
:::important
132129
Use the [Cloud-to-Cloud Integration for Abnormal Security](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/abnormal-security-source/) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your Abnormal Security app is properly integrated and configured to collect and analyze your Abnormal Security data.
133130
:::

docs/integrations/saas-cloud/airtable.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ _sourceCategory="Labs/airtable"
7676

7777
## Collection configuration and app installation
7878

79-
Depending on the set up collection method, you can configure and install the app in three ways:
79+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
8080

81-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
82-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
83-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
81+
<CollectionConfiguration/>
8482

8583
:::important
8684
Use the [Cloud-to-Cloud Integration for Airtable](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/airtable-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your Airtable app is properly integrated and configured to collect and analyze your Airtable data.

docs/integrations/saas-cloud/box.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -75,35 +75,15 @@ _sourceCategory=box type "event_type" login
7575
| count as EventCount by src_user,src_login,src_ip | top 10 src_user,src_login,src_ip by EventCount
7676
```
7777

78-
## Collection configuration and app installation
78+
## Set up collection
7979

80-
Depending on the set up collection method, you can configure and install the app in three ways:
80+
To set up [Cloud-to-Cloud Integration Box Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/box-source) for the Box app, follow the instructions provided. These instructions will guide you through the process of creating a source using the Box Source category, which you will need to use when installing the app. By following these steps, you can ensure that your Box app is properly integrated and configured to collect and analyze your Box data.
8181

82-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
83-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
84-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
82+
## Installing the Box app
8583

86-
:::important
87-
Use the [Cloud-to-Cloud Integration for Box](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/box-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your Box app is properly integrated and configured to collect and analyze your Box data.
88-
:::
84+
import AppInstall2 from '../../reuse/apps/app-install-v2.md';
8985

90-
### Create a new collector and install the app
91-
92-
import AppCollectionOPtion1 from '../../reuse/apps/app-collection-option-1.md';
93-
94-
<AppCollectionOPtion1/>
95-
96-
### Use an existing collector and install the app
97-
98-
import AppCollectionOPtion2 from '../../reuse/apps/app-collection-option-2.md';
99-
100-
<AppCollectionOPtion2/>
101-
102-
### Use an existing source and install the app
103-
104-
import AppCollectionOPtion3 from '../../reuse/apps/app-collection-option-3.md';
105-
106-
<AppCollectionOPtion3/>
86+
<AppInstall2/>
10787

10888
## Viewing the Box dashboards
10989

docs/integrations/saas-cloud/cato-networks.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ _sourceName="source" admin
9292

9393
## Collection configuration and app installation
9494

95-
Depending on the set up collection method, you can configure and install the app in three ways:
95+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
9696

97-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
98-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
99-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
97+
<CollectionConfiguration/>
10098

10199
:::important
102100
Use the [Cloud-to-Cloud Integration for Cato Networks](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cato-networks-source/) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your Cato Networks app is properly integrated and configured to collect and analyze your Cato Networks data.

docs/integrations/saas-cloud/cisco-meraki-c2c.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,9 @@ _sourceCategory=cm_con2006 wiredMacs
7474

7575
## Collection configuration and app installation
7676

77-
Depending on the set up collection method, you can configure and install the app in three ways:
77+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
7878

79-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
80-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
81-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
79+
<CollectionConfiguration/>
8280

8381
:::important
8482
Use the [Cloud-to-Cloud Integration for Cisco Meraki](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cisco-meraki-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your Cisco Meraki app is properly integrated and configured to collect and analyze your Cisco Meraki data.

docs/integrations/saas-cloud/crowdstrike-fdr-host-inventory.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,9 @@ _sourceCategory="crowdStrikeFDRHostInventory"
112112

113113
## Collection configuration and app installation
114114

115-
Depending on the set up collection method, you can configure and install the app in three ways:
115+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
116116

117-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
118-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
119-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
117+
<CollectionConfiguration/>
120118

121119
:::important
122120
Use the [Cloud-to-Cloud Integration for CrowdStrike FDR Host Inventory](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/crowdstrike-fdr-host-inventory-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your CrowdStrike FDR Host Inventory app is properly integrated and configured to collect and analyze your CrowdStrike FDR Host Inventory data.

docs/integrations/saas-cloud/crowdstrike-spotlight.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,9 @@ _sourceCategory="Labs/CrowdstrikeSpotlight"
395395

396396
## Collection configuration and app installation
397397

398-
Depending on the set up collection method, you can configure and install the app in three ways:
398+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
399399

400-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
401-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
402-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
400+
<CollectionConfiguration/>
403401

404402
:::important
405403
Use the [Cloud-to-Cloud Integration for CrowdStrike Spotlight](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/crowdstrike-spotlight-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your CrowdStrike Spotlight app is properly integrated and configured to collect and analyze your CrowdStrike Spotlight data.

docs/integrations/saas-cloud/knowbe4.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,9 @@ email, scheduled_at, delivered_at, opened_at, clicked_at, replied_at, attachment
131131

132132
## Collection configuration and app installation
133133

134-
Depending on the set up collection method, you can configure and install the app in three ways:
134+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
135135

136-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
137-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
138-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
136+
<CollectionConfiguration/>
139137

140138
:::important
141139
Use the [Cloud-to-Cloud Integration for KnowBe4](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/proofpoint-tap-source/) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your KnowBe4 app is properly integrated and configured to collect and analyze your KnowBe4 data.

docs/integrations/saas-cloud/lastpass.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ _sourceCategory="lastpass_event" Action Username
4848

4949
## Collection configuration and app installation
5050

51-
Depending on the set up collection method, you can configure and install the app in three ways:
51+
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';
5252

53-
- **[Create a new collector and install the app](#create-a-new-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under a new Sumo Logic Collector and later install the app; Or
54-
- **[Use an existing collector and install the app](#use-an-existing-collector-and-install-the-app)**. Create a new Sumo Logic Cloud-to-Cloud (C2C) source under an existing Sumo Logic Collector and later install the app; Or
55-
- **[Use existing source and install the app](#use-an-existing-source-and-install-the-app)**. Use your existing configured Sumo Logic Cloud-to-Cloud (C2C) source and install the app.
53+
<CollectionConfiguration/>
5654

5755
:::important
5856
Use the [Cloud-to-Cloud Integration for LastPass](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/lastpass-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your LastPass app is properly integrated and configured to collect and analyze your LastPass data.

0 commit comments

Comments
 (0)