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: content/shared/v3-core-get-started/_index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,6 @@ The following examples show how to start {{% product-name %}} with different obj
156
156
> storage alone, eliminating the need for locally attached disks.
157
157
> {{% product-name %}} can also work with only local disk storage when needed.
158
158
159
-
160
159
##### Filesystem object store
161
160
162
161
Store data in a specified directory on the local filesystem.
@@ -178,7 +177,6 @@ To run the [Docker image](/influxdb3/version/install/#docker-image) and persist
178
177
-`-v /path/on/host:/path/in/container`: Mounts a directory from your filesystem to the container
179
178
-`--object-store file --data-dir /path/in/container`: Uses the mount for server storage
180
179
181
-
182
180
<!--pytest.mark.skip-->
183
181
```bash
184
182
# Filesystem object store with Docker
@@ -241,7 +239,7 @@ influxdb3 serve \
241
239
--object-store memory
242
240
```
243
241
244
-
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/serve/):
242
+
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/serve/):
245
243
246
244
```bash
247
245
influxdb3 serve --help
@@ -639,7 +637,7 @@ Replace the following placeholders with your values:
639
637
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the database to create
640
638
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}: the {{% token-link "admin" %}} for your {{% product-name %}} server
641
639
642
-
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/create/):
640
+
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/create):
643
641
644
642
```bash
645
643
influxdb3 create -h
@@ -1136,7 +1134,7 @@ To test a plugin, do the following:
1136
1134
1137
1135
1. Create a _plugin directory_--for example, `/path/to/.influxdb/plugins`
1138
1136
2.[Start the InfluxDB server](#start-influxdb) and include the `--plugin-dir <PATH>` option.
1139
-
3. Save the [example plugin code](#example-python-plugin-for-wal-flush) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
1137
+
3. Save the [example plugin code](#example-python-plugin-for-wal-rows) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
1140
1138
4. To run the test, enter the following command with the following options:
Copy file name to clipboardExpand all lines: content/shared/v3-enterprise-get-started/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ influxdb3 serve \
250
250
--object-store memory
251
251
```
252
252
253
-
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/serve/):
253
+
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/serve/):
254
254
255
255
```bash
256
256
influxdb3 serve --help
@@ -683,7 +683,7 @@ Replace the following placeholders with your values:
683
683
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the database to create
684
684
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}: the {{% token-link "admin" %}} for your {{% product-name %}} server
685
685
686
-
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/create/):
686
+
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/create):
687
687
688
688
```bash
689
689
influxdb3 create -h
@@ -1176,7 +1176,7 @@ To test a plugin, do the following:
1176
1176
1177
1177
1. Create a _plugin directory_--for example, `/path/to/.influxdb/plugins`
1178
1178
2.[Start the InfluxDB server](#start-influxdb) and include the `--plugin-dir <PATH>` option.
1179
-
3. Save the [example plugin code](#example-python-plugin-for-wal-flush) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
1179
+
3. Save the [example plugin code](#example-python-plugin-for-wal-rows) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
1180
1180
4. To run the test, enter the following command with the following options:
0 commit comments