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-plugins/_index.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,16 +38,18 @@ influxdb3 serve \
38
38
39
39
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.
40
40
41
-
{{% show-in "enterprise" %}}
41
+
42
42
43
43
### Configure distributed environments
44
44
45
45
If you're running multiple InfluxDB instances (distributed deployment):
46
46
47
47
1. Decide where plugins should run
48
+
{{% show-in "enterprise" %}}
48
49
- Data processing plugins, such as WAL plugins, run on ingestor nodes
49
50
- HTTP-triggered plugins run on nodes handling API requests
50
51
- Scheduled plugins can run on any configured node
52
+
{{% /show-in %}}
51
53
2. Enable plugins on selected instances
52
54
3. Maintain identical plugin files across all instances where plugins run
53
55
- Use shared storage or file synchronization tools to keep plugins consistent
0 commit comments