From 9d42d7a2c6e2858b9197276408856b9c3f608262 Mon Sep 17 00:00:00 2001 From: meelahme Date: Fri, 28 Mar 2025 15:03:06 -0700 Subject: [PATCH] style consistency --- content/shared/v3-core-plugins/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 46c0b1bfa..1cd6069cc 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -40,6 +40,7 @@ Where /path/to/plugins is the directory containing your Python plugin files. ### Configure distributed environments If you're running multiple InfluxDB instances (distributed deployment): + 1. Decide where plugins should run - Data processing plugins run on ingestor nodes - HTTP-triggered plugins run on nodes handling API requests