Skip to content

Commit babc7b2

Browse files
committed
Updates from review
1 parent 23ecb0a commit babc7b2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/integrations/product-list/product-list-m-z.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
141141
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/shodan.png')} alt="Thumbnail icon" width="100"/> | [Shodan](https://www.shodan.io/) | Automation integration: [Shodan](/docs/platform-services/automation-service/app-central/integrations/shodan/) |
142142
| <img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/silent-push.png')} alt="Thumbnail icon" width="100"/> | [Silent Push](https://www.silentpush.com/) | Automation integration: [Silent Push](/docs/platform-services/automation-service/app-central/integrations/silent-push) |
143143
| <img src={useBaseUrl('img/integrations/saas-cloud/slack.png')} alt="Thumbnail icon" width="50"/> | [Slack](https://slack.com/) | App: [Slack](/docs/integrations/saas-cloud/slack/) <br/>Automation integration: [Slack](/docs/platform-services/automation-service/app-central/integrations/slack/) <br/>Cloud SIEM integration: [Slack](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/c93d9bf6-0a88-49fc-aebb-ac7b2ea6792c.md) <br/>Collector: [Slack Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/slack-source/) <br/>Webhook: [Webhook Connection for Slack](/docs/alerts/webhook-connections/slack/) |
144+
| <img src={useBaseUrl('img/send-data/smartsheet.png')} alt="Thumbnail icon" width="50"/> | [Smartsheet](https://www.smartsheet.com/) | Collector: [Smartsheet Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/smartsheet-source) |
144145
| <img src={useBaseUrl('img/integrations/misc/snare-logo.png')} alt="Thumbnail icon" width="75"/> | [Snare](https://www.snaresolutions.com/) | Cloud SIEM integration: [Intersect Alliance](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/005c835d-f067-4147-9da9-fe4d2691247e.md) |
145146
| <img src={useBaseUrl('img/integrations/misc/snowflake-logo.png')} alt="Thumbnail icon" width="100"/> | [Snowflake](https://www.snowflake.com/en/) | Cloud SIEM integration: [Snowflake](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/5541f59d-e27d-48e6-a35c-34fb75e9cf13.md) <br/>Collector: [Snowflake SQL API Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/snowflake-sql-api-source) |
146147
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/snyk.png')} alt="Thumbnail icon" width="75"/> | [Snyk](https://snyk.io/) | Automation integration: [Snyk](/docs/platform-services/automation-service/app-central/integrations/snyk/) |

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/smartsheet-source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1515

1616
<img src={useBaseUrl('img/send-data/smartsheet.png')} alt="thumbnail icon" width="55"/>
1717

18-
Smartsheet is used to collaborate on project timelines, documents, calendars, tasks, and other works. Smartsheet integrates and connects with many of the systems teams use today. This allows for efficient information sharing, improved collaboration, and decision-making across teams’ tech stack. The Smartsheet source collects and ingests the events that are occurring in your Smartsheet organization account. Examples of events are creation, update, load, and delete of sheets, reports, dashboards, attachments, users, etc.
18+
Smartsheet is used to collaborate on project timelines, documents, calendars, tasks, and other works. Smartsheet integrates and connects with many of the systems teams use today. This allows for efficient information sharing, improved collaboration, and decision-making across teams’ tech stack. The Smartsheet source collects and ingests the events that are occurring in your Smartsheet organization account. Examples of events are creation, update, load, and delete of sheets, reports, dashboards, attachments, and users.
1919

2020
## Data collected
2121

@@ -27,7 +27,7 @@ Smartsheet is used to collaborate on project timelines, documents, calendars, ta
2727

2828
### Vendor configuration
2929

30-
To collect data from Smartsheet, you need a Smartsheet account with admin privileges that would allow the creation of an app via a developer account. [Steps](https://smartsheet.redoc.ly/#section/OAuth-Walkthrough/First-Steps) to create a developer account in smartsheet.
30+
To collect data from Smartsheet, you need a Smartsheet account with admin privileges that would allow the creation of an app via a developer account. See [steps in the Smartsheet documentation](https://smartsheet.redoc.ly/#section/OAuth-Walkthrough/First-Steps) to create a developer account in Smartsheet.
3131

3232
### Source configuration
3333

@@ -65,8 +65,8 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
6565
| 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"` |
6666
| description | String | No | `null` | Type a description of the source. | `"Testing source"`\ |
6767
| 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"` |
68-
| 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"}` |
69-
| app_client_id | String | Yes | `null` | The Smartsheet app client id to collect from Smartsheet platform. | |
68+
| 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"}` |
69+
| app_client_id | String | Yes | `null` | The Smartsheet app client ID to collect from Smartsheet platform. | |
7070
| client_secret | String | Yes | `null` | The Smartsheet app client secret to collect from Smartsheet platform. | |
7171
| authorization_code | String | Yes | `null` | The Smartsheet app client OAuth2 authorization code to collect from Smartsheet platform. | |
7272
| polling_interval | Integer | Yes | 10 | How frequently the integration should poll to Smartsheet. | |

0 commit comments

Comments
 (0)