File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/shared/v3-core-plugins Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,11 @@ Replace `/path/to/plugins` with the directory where you want to store your Pytho
42
42
43
43
If you're running multiple InfluxDB instances (distributed deployment):
44
44
45
- 1 . Decide where plugins should run
46
- - Data processing plugins run on ingestor nodes
47
- - HTTP-triggered plugins run on nodes handling API requests
48
- - Scheduled plugins can run on any configured node
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
49
50
2 . Enable plugins on selected instances
50
51
3 . Maintain identical plugin files across all instances where plugins run
51
52
- Use shared storage or file synchronization tools to keep plugins consistent
You can’t perform that action at this time.
0 commit comments