InfluxDB 3 Explorer 1.1 (#6235)

* WIP content changes and updated exporer version

* fixed many bugs, added netlify badge

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update content/influxdb3/explorer/manage-plugins/_index.md

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/6244/head
Scott Anderson 2025-07-30 08:51:00 -06:00 committed by GitHub
parent 41f863f310
commit b0de478972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 20 additions and 15 deletions

View File

@ -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.

View File

@ -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)._

View File

@ -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?