@@ -10,14 +10,6 @@ cascade:
10
10
related :
11
11
- /influxdb3/core/plugins/, InfluxDB 3 Core Processing engine plugins
12
12
- /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**.
21
13
---
22
14
23
15
{{% 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
45
37
- [ View installed plugins] ( #view-installed-plugins )
46
38
- [ Filter installed plugins] ( #filter-installed-plugins )
47
39
- [ 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 )
49
42
- [ Delete a plugin] ( #delete-a-plugin )
50
43
- [ Use the Plugin Library] ( #use-the-plugin-library )
51
44
@@ -77,13 +70,26 @@ You can also use the **search bar** to filter by plugin name.
77
70
- ** If the plugin is currently running (enabled)** , click {{< icon "pause" >}} to disable the plugin.
78
71
- ** If the plugin is currently stopped (disabled)** , click the {{< icon "play" >}} button to enable the plugin.
79
72
80
- ## View plugin logs
73
+ ## View plugin logs
81
74
82
75
1 . In the plugin list, locate the desired plugin.
83
76
2 . Click ** Logs** to view the most recent logs output by the plugin.
84
77
3 . To view more log entries, click ** View More** .
85
78
4 . To export the logs, click ** Export** .
86
79
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
+
87
93
## Delete a plugin
88
94
89
95
1 . In the plugin list, locate the desired plugin.
0 commit comments