Update content/shared/influxdb3-plugins/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/6465/head
Jameelah Mercer 2025-10-17 10:41:00 -07:00 committed by GitHub
parent f1dc112f43
commit 631fb5c802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -35,18 +35,20 @@ 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/
> - influxdb3 > - influxdb3
> - 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" %}}