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
parent
41f863f310
commit
b0de478972
|
|
@ -10,14 +10,6 @@ cascade:
|
||||||
related:
|
related:
|
||||||
- /influxdb3/core/plugins/, InfluxDB 3 Core Processing engine plugins
|
- /influxdb3/core/plugins/, InfluxDB 3 Core Processing engine plugins
|
||||||
- /influxdb3/enterprise/plugins/, InfluxDB 3 Enterprise 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.
|
{{% 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)
|
- [View installed plugins](#view-installed-plugins)
|
||||||
- [Filter installed plugins](#filter-installed-plugins)
|
- [Filter installed plugins](#filter-installed-plugins)
|
||||||
- [Enable or disable a plugin](#enable-or-disable-a-plugin)
|
- [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)
|
- [Delete a plugin](#delete-a-plugin)
|
||||||
- [Use the Plugin Library](#use-the-plugin-library)
|
- [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 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.
|
- **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.
|
1. In the plugin list, locate the desired plugin.
|
||||||
2. Click **Logs** to view the most recent logs output by the plugin.
|
2. Click **Logs** to view the most recent logs output by the plugin.
|
||||||
3. To view more log entries, click **View More**.
|
3. To view more log entries, click **View More**.
|
||||||
4. To export the logs, click **Export**.
|
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
|
## Delete a plugin
|
||||||
|
|
||||||
1. In the plugin list, locate the desired plugin.
|
1. In the plugin list, locate the desired plugin.
|
||||||
|
|
|
||||||
|
|
@ -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**:
|
3. To install a plugin from {{% product-name %}} select **Install Plugin**:
|
||||||
4. Provide the following:
|
4. Provide the following:
|
||||||
|
|
||||||
- **Database**: The name of the InfluxDB 3 database to associate the
|
- **Database**: Select the InfluxDB 3 database to associate the plugin with.
|
||||||
plugin with.
|
|
||||||
- **Trigger Name**: A unique name for the plugin and trigger combination.
|
- **Trigger Name**: A unique name for the plugin and trigger combination.
|
||||||
- **Trigger Type**: The trigger type. What trigger types are available
|
- **Trigger Type**: Select the trigger type. What trigger types are
|
||||||
depend on the plugin.
|
available depend on the plugin.
|
||||||
|
|
||||||
_For more information about InfluxDB 3 plugin triggers, see
|
_For more information about InfluxDB 3 plugin triggers, see
|
||||||
[Understand trigger types](/influxdb3/enterprise/plugins/#understand-trigger-types)._
|
[Understand trigger types](/influxdb3/enterprise/plugins/#understand-trigger-types)._
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ explorer:
|
||||||
list_order: 4
|
list_order: 4
|
||||||
versions: [v1]
|
versions: [v1]
|
||||||
latest: explorer
|
latest: explorer
|
||||||
latest_patch: 1.0.0
|
latest_patch: 1.1.0
|
||||||
ai_sample_questions:
|
ai_sample_questions:
|
||||||
- How do I use InfluxDB 3 Explorer to visualize data?
|
- How do I use InfluxDB 3 Explorer to visualize data?
|
||||||
- How do I create a dashboard in InfluxDB 3 Explorer?
|
- How do I create a dashboard in InfluxDB 3 Explorer?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue