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

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

View File

@ -436,7 +436,7 @@ Provide runtine configuration to your plugins:
```bash
# Pass threshold and email settings to a plugin
influxdb3 create trigger \
Provide runtime configuration to your plugins:
--trigger-spec "every:1h" \
--plugin-filename "threshold_check.py" \
--trigger-arguments threshold=90,notify_email=admin@example.com \