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
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,23 +38,27 @@ 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 "core,enterprise" %}}
42
+
41
43
### Configure distributed environments
42
44
43
45
If you're running multiple InfluxDB instances (distributed deployment):
44
46
45
-
1. Decide where plugins should run:
46
-
47
-
- Data processing plugins, such as WAL plugins, run on ingestor nodes
48
-
- HTTP-triggered plugins run on nodes handling API requests
49
-
- Scheduled plugins can run on any configured node
47
+
1. Decide where plugins should run
48
+
- Data processing plugins, such as WAL plugins, run on ingestor nodes
49
+
- HTTP-triggered plugins run on nodes handling API requests
50
+
- Scheduled plugins can run on any configured node
50
51
2. Enable plugins on selected instances
51
-
3. Maintain identical plugin files across all instances where plugins run. Use shared storage or file synchronization tools to keep plugins consistent
52
+
3. Maintain identical plugin files across all instances where plugins run
53
+
- Use shared storage or file synchronization tools to keep plugins consistent
52
54
53
55
> [!Note]
54
56
> #### Provide plugins to nodes that run them
55
57
>
56
58
> Configure your plugin directory on the same system as the nodes that run the triggers and plugins.
57
59
60
+
{{% /show-in %}}
61
+
58
62
## Add a Processing engine plugin
59
63
60
64
A plugin is a Python file that contains a specific function signature that corresponds to a trigger type.
0 commit comments