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
Copy file name to clipboardExpand all lines: docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/snowflake-sql-api.md
+8-21Lines changed: 8 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@ To configure the Snowflake SQL API Source:
44
44
* <img src={useBaseUrl('img/reuse/orange-exclamation-point.png')} alt="orange exclamation point.png" width="20"/> An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, you'll see an option to automatically add or enable the nonexistent fields to the Fields table schema. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored, known as dropped.
45
45
1. In **Snowflake Account Identifier**, enter your Snowflake account identifier obtained from the vendor configuration above. The identifier should look something like this: `wp00000.us-east-2.aws`.
46
46
1.**Authentication Configuration**. Sumo Logic provides two different ways to configure: **Basic** and **Programmatic Access Token**.
47
-
-**Basic**
48
-
1. In **Snowflake Username**, enter your Snowflake account username.
49
-
1. In **Snowflake Password**, enter the Snowflake account password associated with your user.
50
-
-**Programmatic Access Token**
51
-
1. In **Snowflake Programmatic Access Token**, enter your Programmatic Access Token collected from the [Snowflake platform](#vendor-configuration).
47
+
-**Basic**:
48
+
1. In **Snowflake Username**, enter your Snowflake account username.
49
+
1. In **Snowflake Password**, enter the Snowflake account password associated with your user.
50
+
-**Programmatic Access Token**:
51
+
1. In **Snowflake Programmatic Access Token**, enter your Programmatic Access Token collected from the [Snowflake platform](#vendor-configuration).
52
52
1. In **Snowflake Database**, enter your Snowflake database. Separate sources are required to query separate databases.
53
53
1. In **SQL Statement Metric Configuration**, upload a JSON file containing the SQL queries to execute, their polling interval, and additional configuration for translating the results to metrics.
54
54
1. (Optional) In **Snowflake Role**, provide a database role if required.
@@ -91,28 +91,15 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
| Parameter | Type | Required | Default | Description | Example |
95
+
|:--|:--|:--|:--|:--|:--|
96
96
| 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"`|
97
97
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
98
98
| 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"`
99
99
| fields | JSON Object | No |`null`| JSON map of key-value fields (metadata) to apply to the collector or source. ||
100
100
| username | String | Yes |`null`| Your Snowflake user account. ||
101
101
| password | String | Yes |`null`| Your Snowflake user password. ||
| 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"`|
111
-
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
112
-
| 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`. | `"mySource/test"`
113
-
| fields | JSON Object | No |`null`| JSON map of key-value fields (metadata) to apply to the collector or source. ||
114
-
| username | String | Yes |`null`| Your Snowflake user account. ||
115
-
| password | String | Yes |`null`| Your Snowflake user password. ||
0 commit comments