You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extend/plugin-list.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ mapped_pages:
24
24
|[contentManagement](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/content_management/README.md)| The content management plugin provides functionality to manage content in Kibana. |
25
25
|[controls](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/controls/README.mdx)| The Controls plugin contains Embeddables which can be used to add user-friendly interactivity to apps. |
|[dashboard](kibana-dashboard-plugin.md)| - Registers the dashboard application.<br>- Adds a dashboard embeddable that can be used in other applications. |
27
+
|[dashboard](kibana-dashboard-plugin.md)| - Registers the dashboard application.- Adds a dashboard embeddable that can be used in other applications. |
28
28
|[data](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/data/README.mdx)| The data plugin provides common data access services, such as search and query, for solutions and application developers. |
29
29
|[dataViewEditor](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/data_view_editor/README.md)| Create data views from within Kibana apps. |
30
30
|[dataViewFieldEditor](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/data_view_field_editor/README.md)| The reusable field editor across Kibana! |
31
31
|[dataViewManagement](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/data_view_management)| WARNING: Missing or empty README. |
32
-
|[dataViews](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/data_views/README.mdx)| The data views API provides a consistent method of structuring and formatting documents and field lists across the various Kibana apps. It's typically used in conjunction with `SearchSource` for composing queries. |
32
+
|[dataViews](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/data_views/README.mdx)| The data views API provides a consistent method of structuring and formatting documents and field lists across the various Kibana apps. It's typically used in conjunction with <DocLinkid="kibDevTutorialDataSearchAndSessions"section="high-level-search"text="SearchSource" /> for composing queries. |
33
33
|[devTools](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/dev_tools/README.md)| The ui/registry/dev_tools is removed in favor of the devTools plugin which exposes a register method in the setup contract. Registering app works mostly the same as registering apps in core.application.register. Routing will be handled by the id of the dev tool - your dev tool will be mounted when the URL matches /app/dev_tools#/<YOURID>. This API doesn't support angular, for registering angular dev tools, bootstrap a local module on mount into the given HTML element. |
34
34
|[discover](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/discover/README.md)| Contains the Discover application and the saved search embeddable. |
35
35
|[discoverShared](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/discover_shared/README.md)| A stateful layer to register shared features and provide an access point to discover without a direct dependency. |
@@ -85,7 +85,7 @@ mapped_pages:
85
85
|[telemetry](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/telemetry/README.md)| Telemetry allows Kibana features to have usage tracked in the wild. The general term "telemetry" refers to multiple things: |
86
86
|[telemetryCollectionManager](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/telemetry_collection_manager/README.md)| Telemetry's collection manager to go through all the telemetry sources when fetching it before reporting. |
87
87
|[telemetryManagementSection](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/telemetry_management_section/README.md)| This plugin adds the Advanced Settings section for the Usage and Security Data collection (aka Telemetry). |
88
-
| [uiActions](uiactions-plugin.md) | UI Actions plugins provides API to manage *triggers* and *actions*. *Trigger* is an abstract description of user's intent to perform an action (like user clicking on a value inside chart). It allows us to do runtime binding between code from different plugins. For, example one such trigger is when somebody applies filters on dashboard; another one is when somebody opens a Dashboard panel context menu. *Actions* are pieces of code that execute in response to a trigger. For example, to the dashboard filtering trigger multiple actions can be attached. Once a user filters on the dashboard all possible actions are displayed to the user in a popup menu and the user has to chose one.<br>In general this plugin provides:<br>- Creating custom functionality (actions).<br>- Creating custom user interaction events (triggers).<br>- Attaching and detaching actions to triggers.<br>- Emitting trigger events.<br>- Executing actions attached to a given trigger.<br>- Exposing a context menu for the user to choose the appropriate action when there are multiple actions attached to a single trigger. |
88
+
| [uiActions](uiactions-plugin.md) | UI Actions plugins provides API to manage *triggers* and *actions*. *Trigger* is an abstract description of user's intent to perform an action (like user clicking on a value inside chart). It allows us to do runtime binding between code from different plugins. For, example one such trigger is when somebody applies filters on dashboard; another one is when somebody opens a Dashboard panel context menu. *Actions* are pieces of code that execute in response to a trigger. For example, to the dashboard filtering trigger multiple actions can be attached. Once a user filters on the dashboard all possible actions are displayed to the user in a popup menu and the user has to chose one. In general this plugin provides: - Creating custom functionality (actions). - Creating custom user interaction events (triggers). - Attaching and detaching actions to triggers. - Emitting trigger events. - Executing actions attached to a given trigger. - Exposing a context menu for the user to choose the appropriate action when there are multiple actions attached to a single trigger. |
89
89
|[uiActionsEnhanced](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/ui_actions_enhanced/README.md)| Registers commercially licensed generic actions like per panel time range and contains some code that supports drilldown work. |
90
90
|[unifiedDocViewer](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/unified_doc_viewer/README.md)| This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). |
91
91
|[unifiedHistogram](https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/unified_histogram/README.md)| Unified Histogram is a UX Building Block including a layout with a resizable histogram and a main display. It manages its own state and data fetching, and can easily be dropped into pages with minimal setup. |
0 commit comments