diff --git a/content/influxdb3/explorer/manage-plugins/_index.md b/content/influxdb3/explorer/manage-plugins/_index.md index 4c0fad8c4..c008469d4 100644 --- a/content/influxdb3/explorer/manage-plugins/_index.md +++ b/content/influxdb3/explorer/manage-plugins/_index.md @@ -10,14 +10,6 @@ cascade: related: - /influxdb3/core/plugins/, InfluxDB 3 Core Processing engine plugins - /influxdb3/enterprise/plugins/, InfluxDB 3 Enterprise Processing engine plugins -cascade: - draft: true - prepend: | - > [!Warning] - > #### {{% product-name %}} plugin management is currently in beta - > - > The {{% product-name %}} plugin management tools and the Plugin Library are - > currently in **beta**. --- {{% product-name %}} lets you manage plugins in your InfluxDB 3 instance or cluster. @@ -45,7 +37,8 @@ Use the InfluxDB 3 Explorer UI to enable, disable, or configure triggers for eac - [View installed plugins](#view-installed-plugins) - [Filter installed plugins](#filter-installed-plugins) - [Enable or disable a plugin](#enable-or-disable-a-plugin) -- [ View Plugin Logs](#view-plugin-logs) +- [View Plugin Logs](#view-plugin-logs) +- [Edit a plugin](#edit-a-plugin) - [Delete a plugin](#delete-a-plugin) - [Use the Plugin Library](#use-the-plugin-library) @@ -77,13 +70,26 @@ You can also use the **search bar** to filter by plugin name. - **If the plugin is currently running (enabled)**, click {{< icon "pause" >}} to disable the plugin. - **If the plugin is currently stopped (disabled)**, click the {{< icon "play" >}} button to enable the plugin. -## View plugin logs +## View plugin logs 1. In the plugin list, locate the desired plugin. 2. Click **Logs** to view the most recent logs output by the plugin. 3. To view more log entries, click **View More**. 4. To export the logs, click **Export**. +## Edit a plugin + +1. In the plugin list, locate the desired plugin. +2. Click **Edit**. +3. Edit the plugins settings. +4. Click **Save**. + +> [!Note] +> #### Editing a plugin removes and recreates the plugin +> +> When editing an InfluxDB 3 plugin, InfluxDB 3 Explorer removes and recreates +> the plugin using the updated settings. + ## Delete a plugin 1. In the plugin list, locate the desired plugin. diff --git a/content/influxdb3/explorer/manage-plugins/plugin-library.md b/content/influxdb3/explorer/manage-plugins/plugin-library.md index e7894a69e..0a01c1dbb 100644 --- a/content/influxdb3/explorer/manage-plugins/plugin-library.md +++ b/content/influxdb3/explorer/manage-plugins/plugin-library.md @@ -25,11 +25,10 @@ To search for plugins in the Plugin library, submit a search term in the search 3. To install a plugin from {{% product-name %}} select **Install Plugin**: 4. Provide the following: - - **Database**: The name of the InfluxDB 3 database to associate the - plugin with. + - **Database**: Select the InfluxDB 3 database to associate the plugin with. - **Trigger Name**: A unique name for the plugin and trigger combination. - - **Trigger Type**: The trigger type. What trigger types are available - depend on the plugin. + - **Trigger Type**: Select the trigger type. What trigger types are + available depend on the plugin. _For more information about InfluxDB 3 plugin triggers, see [Understand trigger types](/influxdb3/enterprise/plugins/#understand-trigger-types)._ diff --git a/data/products.yml b/data/products.yml index 3a4b87968..53e41f263 100644 --- a/data/products.yml +++ b/data/products.yml @@ -129,7 +129,7 @@ explorer: list_order: 4 versions: [v1] latest: explorer - latest_patch: 1.0.0 + latest_patch: 1.1.0 ai_sample_questions: - How do I use InfluxDB 3 Explorer to visualize data? - How do I create a dashboard in InfluxDB 3 Explorer?