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: pipeline/outputs/treasure-data.md
+41-17Lines changed: 41 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,39 +6,63 @@ The **td** output plugin, allows to flush your records into the [Treasure Data](
6
6
7
7
The plugin supports the following configuration parameters:
8
8
9
-
| Key | Description | Default |
10
-
|:---|:---|:---|
11
-
| API | The [Treasure Data](http://treasuredata.com) API key. To obtain it please log into the [Console](https://console.treasuredata.com) and in the API keys box, copy the API key hash. ||
12
-
| Database | Specify the name of your target database. ||
13
-
| Table | Specify the name of your target table where the records will be stored. ||
14
-
| Region | Set the service region, available values: US and JP | US |
15
-
| Workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`0`|
| API | The [Treasure Data](http://treasuredata.com) API key. To obtain it please log into the [Console](https://console.treasuredata.com) and in the API keys box, copy the API key hash. ||
12
+
| Database | Specify the name of your target database. ||
13
+
| Table | Specify the name of your target table where the records will be stored. ||
14
+
| Region | Set the service region, available values: US and JP | US|
15
+
| Workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`0`|
16
16
17
17
## Getting Started
18
18
19
19
In order to start inserting records into [Treasure Data](https://www.treasuredata.com), you can run the plugin from the command line or through the configuration file:
0 commit comments