Update content/shared/v3-core-plugins/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-01 12:13:05 -07:00 committed by GitHub
parent b426b7908c
commit 0c14780571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: