--- id: c2c-source title: Cloud-to-Cloud Source Template description: Use this template to create a Cloud-to-Cloud source doc (/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/...). slug: /help/docs/contributing/templates/c2c-source/ canonical: https://www.sumologic.com/help/docs/contributing/templates/c2c-source/ --- Use this template to create a [Cloud-to-Cloud source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework) doc. Copy and paste this into your new .md file. Refer to the [Style Guide](/docs/contributing/style-guide) if needed. ```md --- id: {{vendor-name}}-source #example: druva-source title: {{Vendor Name}} Source #example: Druva Source image: 'https://app_icons.s3.amazonaws.com/dropbox.svg' #replace with your app logo sidebar_label: {{Vendor Name}} #example: Druva tags: - cloud-to-cloud - {{vendor-name}} #example: druva description: Short description. #aim for 140–160 characters. Example: Learn how to configure the Druva Cloud-to-Cloud Source to collect backup and recovery activity logs from Druva into your Sumo Logic environment. --- import useBaseUrl from '@docusaurus/useBaseUrl'; import ForwardToSiem from '/docs/reuse/forward-to-siem.md'; `Thumbnail icon` \Introduction\ The Sumo Logic source for `{{vendor name}}` enables you to [collect/ingest/stream/etc.] [data type] from `{{vendor name}}` into Sumo Logic. This integration helps you [business value/security/observability outcome], providing visibility into [specific activities, events, or metrics]. With this data in Sumo Logic, you can [detect/respond/optimize/etc.] [key use cases]. \Depending on Sumo Logic Fed deployment availability, add the below note.\ :::note This source is **not** yet available in our [Fed deployment](/docs/api/about-apis/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security). ::: ## Data collected \Add all data sources and respective polling interval information.\ | Polling Interval | Data | | :--- | :--- | | `{{Polling time in minutes}}` | `{{Data sources}}` | ## Setup ### Vendor configuration #### Prerequisites \NOTE: This section doesn't apply to all sources; use only where needed.\ \Insert steps to configure the Source in the Vendor UI.\ ### Source configuration \Insert steps to configure the Source in the Sumo Logic UI.\ ## Metadata fields \Insert metadata fields in the Sumo Logic UI. Update the below table accordingly.\ | Field | Value | Description | | :--- | :--- | :--- | | `{{field}}` | `{{value}}` | `{{Description}}` | ## JSON schema Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [How to Use JSON to Configure Sources](/docs/send-data/use-json-configure-sources) for more details.  | Parameter | Type | Value | Required | Description | |:--|:--|:--|:--|:--| | schemaRef | JSON Object | `{"type":"/*c2c-name*/"}` | Yes | Define the specific schema type. | | sourceType | String | `"Universal"` | Yes | Type of source. | | config | JSON Object | [Configuration parameters](#config-object) | Yes | Source type specific values. | ### Configuration object \Add information about the configuration parameters. Update the below table accordingly.\ | Parameter | Type | Required | Default | Description | Example | |:--|:--|:--|:--|:--|:--| | name | String | Yes | `null` | Type a desired name of the source. The name must be unique per Collector. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_source`. | `"mySource"` | | description | String | No | `null` | Type a description of the source. | `"Testing source"` | category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"` | fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field _siemForward to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}` | | `{{Parameter}}` | `{{Type}}` | `{{Yes/No}}` | `null` | `{{Description}}` |  `{{Example}}` | ### JSON example ```json reference https://github.com/SumoLogic/sumologic-documentation/blob/main/static/files/c2c/{{vendor-name}}/example.json ``` ### Terraform example ```sh reference https://github.com/SumoLogic/sumologic-documentation/blob/main/static/files/c2c/{{vendor-name}}/example.tf ``` ## Troubleshooting \This section doesn't apply to all sources; use only where needed.\ ## FAQ :::info Click [here](/docs/c2c/info) for more information about our cloud-to-cloud sources. ::: ```