Skip to content

Commit fd3b480

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent 1c4baa9 commit fd3b480

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/shared/v3-core-plugins/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,18 @@ influxdb3 serve \
3838

3939
Replace `/path/to/plugins` with the directory where you want to store your Python plugin files. All plugin files must be located in this directory or its subdirectories.
4040

41-
{{% show-in "enterprise" %}}
41+
4242

4343
### Configure distributed environments
4444

4545
If you're running multiple InfluxDB instances (distributed deployment):
4646

4747
1. Decide where plugins should run
48+
{{% show-in "enterprise" %}}
4849
- Data processing plugins, such as WAL plugins, run on ingestor nodes
4950
- HTTP-triggered plugins run on nodes handling API requests
5051
- Scheduled plugins can run on any configured node
52+
{{% /show-in %}}
5153
2. Enable plugins on selected instances
5254
3. Maintain identical plugin files across all instances where plugins run
5355
- Use shared storage or file synchronization tools to keep plugins consistent
@@ -57,7 +59,6 @@ If you're running multiple InfluxDB instances (distributed deployment):
5759
>
5860
> Configure your plugin directory on the same system as the nodes that run the triggers and plugins.
5961
60-
{{% /show-in %}}
6162

6263
## Add a Processing engine plugin
6364

0 commit comments

Comments
 (0)