Skip to content

InfluxDB 3 Explorer 1.1 #6235

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

Merged
merged 8 commits into from
Jul 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions content/influxdb3/explorer/manage-plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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.
Expand Down
7 changes: 3 additions & 4 deletions content/influxdb3/explorer/manage-plugins/plugin-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)._
Expand Down
2 changes: 1 addition & 1 deletion data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down