From 0c1478057182e301199d47c985c118623685b42f Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Thu, 1 May 2025 12:13:05 -0700 Subject: [PATCH] Update content/shared/v3-core-plugins/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index abe89aa9b..969295618 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -81,7 +81,7 @@ The plugin directory must exist before you start InfluxDB. ## Add a Processing engine plugin -A plugin is a Python file that contains a specific function signature that corresponds to a trigger type. InfluxData maintains a repository of contributed plugins that you can use as-is or as a starting point for your own plugin. +A plugin is a Python file that contains a specific function signature that corresponds to a type of trigger (a _trigger spec_). You have two main options for adding plugins to your InfluxDB instance: