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
| 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`|
9
+
| Key | Description | Default |
10
+
|:---|:-----------|:--------|
11
+
|`API`| The Treasure Data API key. To obtain it, log into the [Console](https://console.treasuredata.com) and in the API keys box, copy the API key hash. |_none_|
12
+
|`Database`| Specify the name of your target database. |_none_|
13
+
|`Table`| Specify the name of your target table where the records will be stored. |_none_|
14
+
|`Region`| Set the service region. Allowed values: `US`, `JP`. |`US`|
15
+
|`Workers`| The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`0`|
16
16
17
-
## Getting Started
17
+
## Get started
18
18
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:
19
+
To start inserting records into Treasure Data, run the plugin from the command line or through the configuration file.
20
20
21
-
### Command Line:
21
+
### Command line
22
+
23
+
You can run the plugin from the command line, but it exposes your API key. Using a configuration file is recommended.
0 commit comments