Skip to content

Commit bc3bf95

Browse files
Update snowflake-logs-source.md (#6091)
* Update snowflake-logs-source.md Added required permissions for Snowflake custom user role * Updates from review --------- Co-authored-by: John Pipkin <[email protected]>
1 parent e5e69ad commit bc3bf95

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1212

1313
<img src={useBaseUrl('img/integrations/security-threat-detection/snowflake.png')} alt="logo" width="150" />
1414

15-
Snowflake is a leading cloud data platform known for its scalable, innovative data warehousing, and analytics solutions. It provides organizations with reliable and flexible tools to support data-driven decision-making. Snowflake enables seamless access to essential tables, allowing you to efficiently retrieve data, monitor key metrics, optimize data management processes, and enhance visibility and control over your Snowflake environment.
15+
Snowflake is a leading cloud data platform known for its scalable, innovative data warehousing and analytics solutions. It provides organizations with reliable and flexible tools to support data-driven decision-making. Snowflake enables seamless access to essential tables, allowing you to efficiently retrieve data, monitor key metrics, optimize data management processes, and enhance visibility and control over your Snowflake environment.
1616

1717
## Data collected
1818

@@ -25,15 +25,20 @@ The data will be collected from Snowflake's database using the connection string
2525
| 5 minutes | Custom Event Logs |
2626

2727
:::info
28-
* Ensure you have the `ACCOUNTADMIN` role set as default to collect the Snowflake logs from its database.
28+
* Ensure you have the Snowflake custom role with the necessary permissions to collect the Snowflake logs from its database.
2929
* There is an expected data latency of up to 3 hours when retrieving data from the Snowflake database. [Learn more](https://docs.snowflake.com/en/sql-reference/account-usage#data-latency).
30+
* Permissions required for custom user role:
31+
* USAGE on the database(s) and schema(s) containing the logs/views you want to ingest.
32+
* SELECT on the specific tables/views to be read.
33+
* USAGE on the compute warehouse to be used for queries.
34+
* USAGE on the integration object (if using external stages).
3035
:::
3136

3237
## Setup
3338

3439
### Vendor configuration
3540

36-
The Snowflake Logs source requires you to provide the following data to setup the integration:
41+
The Snowflake Logs source requires you to provide the following data to set up the integration:
3742

3843
- **Account Identifier**. An account identifier uniquely identifies a Snowflake account within your organization, as well as throughout the global network of Snowflake-supported cloud platforms and cloud regions. For more information, see [Account identifiers](https://docs.snowflake.com/en/user-guide/admin-account-identifier).
3944
- **Username**. Snowflake account's login username. For example, `SUMOLOGIC`.

0 commit comments

Comments
 (0)