From 17da7e4f4c49a3adf4c3218e33f7e398bebe7f7d Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sat, 19 Jul 2025 13:47:11 -0600 Subject: [PATCH 1/4] WIP content changes and updated exporer version --- .../influxdb3/explorer/manage-plugins/_index.md | 15 +++++---------- .../explorer/manage-plugins/plugin-library.md | 7 +++---- data/products.yml | 2 +- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/content/influxdb3/explorer/manage-plugins/_index.md b/content/influxdb3/explorer/manage-plugins/_index.md index 4c0fad8c4a..25a3fe90f3 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,15 @@ 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 + ## 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 e7894a69e6..0a01c1dbbc 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 d4484e420d..79a28eeeec 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? From eb7138dabce6070f45f8c4c50de1c2a71715ba61 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sat, 19 Jul 2025 14:22:05 -0600 Subject: [PATCH 2/4] fixed many bugs, added netlify badge --- content/influxdb3/explorer/manage-plugins/_index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/influxdb3/explorer/manage-plugins/_index.md b/content/influxdb3/explorer/manage-plugins/_index.md index 25a3fe90f3..c0e982e327 100644 --- a/content/influxdb3/explorer/manage-plugins/_index.md +++ b/content/influxdb3/explorer/manage-plugins/_index.md @@ -79,6 +79,17 @@ You can also use the **search bar** to filter by plugin name. ## Edit a plugin +1. In the plugin list, locate the desired plugin. +2. Click **Edit**. +3. Edit the plugins settings. +4. Slick **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. From 7021a3a817b660afb20c3d7b501da72f7ee7bf5c Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 29 Jul 2025 23:06:59 -0500 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/influxdb3/explorer/manage-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/explorer/manage-plugins/_index.md b/content/influxdb3/explorer/manage-plugins/_index.md index c0e982e327..6386a18f61 100644 --- a/content/influxdb3/explorer/manage-plugins/_index.md +++ b/content/influxdb3/explorer/manage-plugins/_index.md @@ -82,7 +82,7 @@ You can also use the **search bar** to filter by plugin name. 1. In the plugin list, locate the desired plugin. 2. Click **Edit**. 3. Edit the plugins settings. -4. Slick **Save**. +4. Click **Save**. > ![Note] > #### Editing a plugin removes and recreates the plugin From 359ae297b876bb1c09b46a600c57f42994439857 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 29 Jul 2025 23:07:23 -0500 Subject: [PATCH 4/4] Update content/influxdb3/explorer/manage-plugins/_index.md --- content/influxdb3/explorer/manage-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/explorer/manage-plugins/_index.md b/content/influxdb3/explorer/manage-plugins/_index.md index 6386a18f61..c008469d49 100644 --- a/content/influxdb3/explorer/manage-plugins/_index.md +++ b/content/influxdb3/explorer/manage-plugins/_index.md @@ -84,7 +84,7 @@ You can also use the **search bar** to filter by plugin name. 3. Edit the plugins settings. 4. Click **Save**. -> ![Note] +> [!Note] > #### Editing a plugin removes and recreates the plugin > > When editing an InfluxDB 3 plugin, InfluxDB 3 Explorer removes and recreates