You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update snowflake-logs-source.md
Added required permissions for Snowflake custom user role
* Updates from review
---------
Co-authored-by: John Pipkin <[email protected]>
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.
16
16
17
17
## Data collected
18
18
@@ -25,15 +25,20 @@ The data will be collected from Snowflake's database using the connection string
25
25
| 5 minutes | Custom Event Logs |
26
26
27
27
:::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.
29
29
* 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).
30
35
:::
31
36
32
37
## Setup
33
38
34
39
### Vendor configuration
35
40
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:
37
42
38
43
-**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).
39
44
-**Username**. Snowflake account's login username. For example, `SUMOLOGIC`.
0 commit comments