Skip to content

Commit c3fe264

Browse files
committed
chore(influxdb3): Add next steps, cleanup
1 parent 1da94dc commit c3fe264

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

content/shared/influxdb3-get-started/processing-engine.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,12 @@ influxdb3 enable trigger \
257257
trigger1
258258
```
259259

260-
For more information, see [Python plugins and the Processing engine](/influxdb3/version/plugins/).
260+
## Next steps
261+
262+
If you've completed this Get Started guide for {{% product-name %}},
263+
learn more about options and tools for:
264+
265+
- [Writing data](/influxdb3/version/write-data/)
266+
- [Querying data](/influxdb3/version/query-data/)
267+
- [Processing data](/influxdb3/version/process-data/)
268+
- [Visualizing data](/influxdb3/version/visualize-data/)

content/shared/influxdb3-get-started/query.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ and provide the following:
3636

3737
The `query` subcommand includes options to help ensure that the right database is queried with the correct permissions. Only the `--database` option is required, but depending on your specific setup, you may need to pass other options, such as host, port, and token.
3838

39-
| Option | Description | Required |
40-
|---------|-------------|--------------|
41-
| `--host` | The host URL of the server [default: `http://127.0.0.1:8181`] to query | No |
42-
| `--database` | The name of the database to operate on | Yes |
43-
| `--token` | The authentication token for the {{% product-name %}} server | No |
44-
| `--language` | The query language of the provided query string [default: `sql`] [possible values: `sql`, `influxql`] | No |
45-
| `--format` | The format in which to output the query [default: `pretty`] [possible values: `pretty`, `json`, `jsonl`, `csv`, `parquet`] | No |
46-
| `--output` | The path to output data to | No |
39+
> [!Important]
40+
> If the `INFLUXDB3_AUTH_TOKEN` environment variable defined in
41+
> [Set up {{% product-name %}}](/influxdb3/version/get-started/setup/#set-your-token-for-authorization)
42+
> isn't set in your environment, set it or provide your token using
43+
> the `-t, --token` option in your command.
4744
4845
#### Example: query `“SHOW TABLES”` on the `servers` database:
4946

0 commit comments

Comments
 (0)