Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5963/head
parent
9446106196
commit
b426b7908c
|
@ -43,7 +43,7 @@ Once you have all the prerequisites in place, follow these steps to implement th
|
||||||
## Set up the Processing engine
|
## Set up the Processing engine
|
||||||
|
|
||||||
To enable the Processing engine, start your {{% product-name %}} server with the `--plugin-dir` flag to specify where your plugin files are stored.
|
To enable the Processing engine, start your {{% product-name %}} server with the `--plugin-dir` flag to specify where your plugin files are stored.
|
||||||
|
{{% code-placeholders "NODE_ID|OBJECT_STORE_TYPE|/PATH/TO/PLUGINS" %}}
|
||||||
```bash
|
```bash
|
||||||
influxdb3 serve \
|
influxdb3 serve \
|
||||||
--node-id node0 \
|
--node-id node0 \
|
||||||
|
|
Loading…
Reference in New Issue