Update content/shared/influxdb3-plugins/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/6465/head
parent
f1dc112f43
commit
631fb5c802
|
|
@ -35,10 +35,11 @@ Once you have all the prerequisites in place, follow these steps to implement th
|
||||||
To activate the Processing Engine, start your {{% product-name %}} server with the `--plugin-dir` flag. This flag tells InfluxDB where to load your plugin files.
|
To activate the Processing Engine, start your {{% product-name %}} server with the `--plugin-dir` flag. This flag tells InfluxDB where to load your plugin files.
|
||||||
|
|
||||||
> [!Important]
|
> [!Important]
|
||||||
> **Keep influxdb3 and python/ together.**
|
> #### Keep influxdb3 and python/ together
|
||||||
>
|
>
|
||||||
> The influxdb3 binary requires the adjacent `python/` directory to function.
|
> The `influxdb3` tar archive includes the `influxdb3` binary and a `python/` directory.
|
||||||
> If you manually extract from tar.gz, keep them in the same parent directory:
|
> If you move the `influxdb3` binary, ensure that the `influxdb3` binary and the `python/`
|
||||||
|
> directory remain together.
|
||||||
>
|
>
|
||||||
> {{< filesystem-diagram >}}
|
> {{< filesystem-diagram >}}
|
||||||
> - your-install-location/
|
> - your-install-location/
|
||||||
|
|
@ -46,7 +47,8 @@ To activate the Processing Engine, start your {{% product-name %}} server with t
|
||||||
> - python/
|
> - python/
|
||||||
> {{< /filesystem-diagram >}}
|
> {{< /filesystem-diagram >}}
|
||||||
>
|
>
|
||||||
> Add the parent directory that contains both influxdb3 and python/ to your PATH; do not move the binary out of this directory.
|
> Add the parent directory that contains both the `influxdb3` binary and the `python/` directory
|
||||||
|
> to your system $PATH.
|
||||||
|
|
||||||
{{% code-placeholders "NODE_ID|OBJECT_STORE_TYPE|PLUGIN_DIR" %}}
|
{{% code-placeholders "NODE_ID|OBJECT_STORE_TYPE|PLUGIN_DIR" %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue