-
Notifications
You must be signed in to change notification settings - Fork 313
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
InfluxDB 3 Explorer 1.1 #6235
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
17da7e4
WIP content changes and updated exporer version
sanderson fba3685
Merge branch 'master' into explorer-1.1
sanderson eb7138d
fixed many bugs, added netlify badge
sanderson 8b17adb
Merge branch 'master' into explorer-1.1
sanderson 7021a3a
Apply suggestions from code review
sanderson 359ae29
Update content/influxdb3/explorer/manage-plugins/_index.md
sanderson f6ccfcb
Merge branch 'master' into explorer-1.1
jstirnaman 5d19023
Merge branch 'master' into explorer-1.1
sanderson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. Slick **Save**. | ||
|
||
> ![Note] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should use GitHub callout syntax instead of the custom markdown syntax. Replace '> ![Note]' with '> [!NOTE]' to follow the documentation guidelines. Copilot generated this review using guidance from copilot-instructions.md. Positive FeedbackNegative Feedback
sanderson marked this conversation as resolved.
Show resolved
Hide resolved
|
||
> #### 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. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.