Skip to content

Commit b0de478

Browse files
sandersonCopilotjstirnaman
authored
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 <[email protected]> * Update content/influxdb3/explorer/manage-plugins/_index.md --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 41f863f commit b0de478

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ cascade:
1010
related:
1111
- /influxdb3/core/plugins/, InfluxDB 3 Core Processing engine plugins
1212
- /influxdb3/enterprise/plugins/, InfluxDB 3 Enterprise Processing engine plugins
13-
cascade:
14-
draft: true
15-
prepend: |
16-
> [!Warning]
17-
> #### {{% product-name %}} plugin management is currently in beta
18-
>
19-
> The {{% product-name %}} plugin management tools and the Plugin Library are
20-
> currently in **beta**.
2113
---
2214

2315
{{% 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
4537
- [View installed plugins](#view-installed-plugins)
4638
- [Filter installed plugins](#filter-installed-plugins)
4739
- [Enable or disable a plugin](#enable-or-disable-a-plugin)
48-
- [ View Plugin Logs](#view-plugin-logs)
40+
- [View Plugin Logs](#view-plugin-logs)
41+
- [Edit a plugin](#edit-a-plugin)
4942
- [Delete a plugin](#delete-a-plugin)
5043
- [Use the Plugin Library](#use-the-plugin-library)
5144

@@ -77,13 +70,26 @@ You can also use the **search bar** to filter by plugin name.
7770
- **If the plugin is currently running (enabled)**, click {{< icon "pause" >}} to disable the plugin.
7871
- **If the plugin is currently stopped (disabled)**, click the {{< icon "play" >}} button to enable the plugin.
7972

80-
## View plugin logs
73+
## View plugin logs
8174

8275
1. In the plugin list, locate the desired plugin.
8376
2. Click **Logs** to view the most recent logs output by the plugin.
8477
3. To view more log entries, click **View More**.
8578
4. To export the logs, click **Export**.
8679

80+
## Edit a plugin
81+
82+
1. In the plugin list, locate the desired plugin.
83+
2. Click **Edit**.
84+
3. Edit the plugins settings.
85+
4. Click **Save**.
86+
87+
> [!Note]
88+
> #### Editing a plugin removes and recreates the plugin
89+
>
90+
> When editing an InfluxDB 3 plugin, InfluxDB 3 Explorer removes and recreates
91+
> the plugin using the updated settings.
92+
8793
## Delete a plugin
8894

8995
1. In the plugin list, locate the desired plugin.

content/influxdb3/explorer/manage-plugins/plugin-library.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ To search for plugins in the Plugin library, submit a search term in the search
2525
3. To install a plugin from {{% product-name %}} select **Install Plugin**:
2626
4. Provide the following:
2727

28-
- **Database**: The name of the InfluxDB 3 database to associate the
29-
plugin with.
28+
- **Database**: Select the InfluxDB 3 database to associate the plugin with.
3029
- **Trigger Name**: A unique name for the plugin and trigger combination.
31-
- **Trigger Type**: The trigger type. What trigger types are available
32-
depend on the plugin.
30+
- **Trigger Type**: Select the trigger type. What trigger types are
31+
available depend on the plugin.
3332

3433
_For more information about InfluxDB 3 plugin triggers, see
3534
[Understand trigger types](/influxdb3/enterprise/plugins/#understand-trigger-types)._

data/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ explorer:
129129
list_order: 4
130130
versions: [v1]
131131
latest: explorer
132-
latest_patch: 1.0.0
132+
latest_patch: 1.1.0
133133
ai_sample_questions:
134134
- How do I use InfluxDB 3 Explorer to visualize data?
135135
- How do I create a dashboard in InfluxDB 3 Explorer?

0 commit comments

Comments
 (0)