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

jts/fix-mono-get-started
Jason Stirnaman 2025-02-24 14:43:23 -06:00 committed by GitHub
parent 49c055fd0b
commit d8d1d09290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ influxdb3 create trigger \
--plugin-filename "examples/my-on-request.py" \
--database mydb my-plugin
Trigger specs must be unique across all configured plugins, regardless of which database they are tied to, given the path is the same. Here's an example to create a request trigger tied to the "hello-world' path using a plugin in the plugin-dir:
Because all On Request plugins share the same root URL, trigger specs must be unique across all plugins configured for a server, regardless of which database they are associated with.
```shell
influxdb3 create trigger \