Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add show plugins and triggers #25792

Closed
pauldix opened this issue Jan 11, 2025 · 2 comments
Closed

Add show plugins and triggers #25792

pauldix opened this issue Jan 11, 2025 · 2 comments
Labels

Comments

@pauldix
Copy link
Member

pauldix commented Jan 11, 2025

Add support to the CLI and API to show plugins and triggers. Currently you can only see them through the system tables.

@hiltontj
Copy link
Contributor

Wondering if this can be closed now. The influxdb3 show system command can be used to display configured triggers per database, e.g.,

❯ influxdb3 show system --database foo table processing_engine_triggers
+--------------+--------------------------------------+------------------------+----------+
| trigger_name | plugin_filename                      | trigger_specification  | disabled |
+--------------+--------------------------------------+------------------------+----------+
| trig         | gh:examples/wal_plugin/wal_plugin.py | "all_tables_wal_write" | false    |
+--------------+--------------------------------------+------------------------+----------+

@pauldix
Copy link
Member Author

pauldix commented Mar 18, 2025

yeah, closing this for now

@pauldix pauldix closed this as completed Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants