Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 23 additions & 5 deletions docs/integrations/saas-cloud/jamf.md
Original file line number Diff line number Diff line change
Expand Up @@ -862,15 +862,33 @@ _sourceCategory="Labs/Jamf" computer_management
| count as num_profiles
```

## Set up collection
## Collection configuration and app installation

Follow the instructions provided to set up [Cloud-to-Cloud Integration for Jamf Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/jamf-source/) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your Jamf app is properly integrated and configured to collect and analyze your Jamf data.
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';

## Installing the Jamf app
<CollectionConfiguration/>

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

### Create a new collector and install the app

import AppCollectionOPtion1 from '../../reuse/apps/app-collection-option-1.md';

<AppCollectionOPtion1/>

### Use an existing collector and install the app

import AppCollectionOPtion2 from '../../reuse/apps/app-collection-option-2.md';

<AppCollectionOPtion2/>

### Use an existing source and install the app

import AppCollectionOPtion3 from '../../reuse/apps/app-collection-option-3.md';

<AppInstall2/>
<AppCollectionOPtion3/>

## Viewing the Jamf dashboards

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,33 @@ _sourceCategory="Labs/SES" device_uid
| limit 10
```

## Set up collection
## Collection configuration and app installation

To set up the [Cloud-to-Cloud Integration for Symantec Endpoint Security Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/symantec-endpoint-security-source/), follow the instructions provided. These instructions will guide you through the process of creating a source using the Symantec Endpoint Security Source category, which you will need to use when installing the app. By following these steps, you can ensure that your Symantec Endpoint Security app is properly integrated and configured to collect and analyze your Symantec Endpoint Security data.
import CollectionConfiguration from '../../reuse/apps/collection-configuration.md';

## Installing the Symantec Endpoint Security app
<CollectionConfiguration/>

import AppInstall2 from '../../reuse/apps/app-install-v2.md';
:::important
Use the [Cloud-to-Cloud Integration for Symantec Endpoint Security Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/symantec-endpoint-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 Symantec Endpoint Security app is properly integrated and configured to collect and analyze your Symantec Endpoint Security data.
:::

### Create a new collector and install the app

import AppCollectionOPtion1 from '../../reuse/apps/app-collection-option-1.md';

<AppCollectionOPtion1/>

### Use an existing collector and install the app

import AppCollectionOPtion2 from '../../reuse/apps/app-collection-option-2.md';

<AppCollectionOPtion2/>

### Use an existing source and install the app

import AppCollectionOPtion3 from '../../reuse/apps/app-collection-option-3.md';

<AppInstall2/>
<AppCollectionOPtion3/>

## Viewing the Symantec Endpoint Security dashboards

Expand Down
Loading