Back to Kibana

List of Kibana plugins [plugin-list]

docs/extend/plugin-list.md

9.4.057.4 KB
Original Source

% This is an automatically generated file. Please do not edit directly. % Instead, run the following from within the kibana repository: % % node scripts/build_plugin_list_docs % % You can update the template within src/platform/packages/shared/kbn-dev-utils/src/plugin_list/generate_plugin_list.ts

List of Kibana plugins [plugin-list]

src/plugins [_srcplugins]

NameDescription
advancedSettingsThis plugin registers the management settings application allowing users to configure their advanced settings, also known as uiSettings within the code.
aiAssistantManagementSelectionThe aiAssistantManagementSelection plugin manages the Ai Assistant management section.
chartsThe Charts plugin is a way to create easier integration of shared colors, themes, types and other utilities across all Kibana charts and visualizations.
consoleConsole provides the user with tools for storing and executing requests against Elasticsearch.
contentManagementThe content management plugin provides functionality to manage content in Kibana.
controlsThe Controls plugin contains Embeddables which can be used to add user-friendly interactivity to apps.
cpsThis plugin implements the Cross-Project Search (CPS) logic for Kibana. CPS enables users to search data across multiple Elastic projects as if it were local, without needing to manually specify project names in queries.
customIntegrationsRegister add-data cards
dashboard- Registers the dashboard application. - Adds a dashboard embeddable that can be used in other applications.
dashboardMarkdownThis plugin provides a simple Markdown component for embedding editable Markdown content in Kibana dashboards.
dataThe data plugin provides common data access services, such as search and query, for solutions and application developers.
dataViewEditorCreate data views from within Kibana apps.
dataViewFieldEditorThe reusable field editor across Kibana!
dataViewManagementWARNING: Missing or empty README.
dataViewsThe 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 <DocLink id="kibDevTutorialDataSearchAndSessions" section="high-level-search" text="SearchSource" /> for composing queries.
developerToolbarPlugin that enables the developer toolbar in Kibana development mode only. Other plugins can register custom items in the toolbar using the plugin contract.
devToolsThe 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#/<YOUR ID>. This API doesn't support angular, for registering angular dev tools, bootstrap a local module on mount into the given HTML element.
discoverContains the Discover application and the saved search embeddable.
discoverSharedA stateful layer to register shared features and provide an access point to discover without a direct dependency.
embeddableEmbeddables require registration in both server and public.
esqlThe editor accepts the following properties:
esqlDataGridContains a Discover-like table specifically for ES|QL queries:
esUiSharedThis plugin contains reusable code in the form of self-contained modules (or libraries). Each of these modules exports a set of functionality relevant to the domain of the module.
eventAnnotationThe Event Annotation service contains expressions for event annotations
eventAnnotationListingThis plugin contains the library listing page for event annotation groups.
expressionGaugeWARNING: Missing or empty README.
expressionHeatmapWARNING: Missing or empty README.
expressionLegacyMetricVisExpression MetricVis plugin adds a metric renderer and function to the expression plugin. The renderer will display the metric chart.
expressionMetricVisExpression MetricVis plugin adds a metric renderer and function to the expression plugin. The renderer will display the metric chart.
expressionPartitionVisExpression Partition Visualization plugin adds a partitionVis renderer and pieVis, mosaicVis, treemapVis, waffleVis functions to the expression plugin. The renderer will display the pie, waffle, treemap and mosaic charts.
expressionsExpression pipeline is a chain of functions that pipe its output to the input of the next function. Functions can be configured using arguments provided by the user. The final output of the expression pipeline can be rendered using one of the renderers registered in expressions plugin. All the arguments to expression functions need to be serializable, as well as input and output. Expression functions should try to stay 'pure'. This makes functions easy to reuse and also make it possible to serialize the whole chain as well as output at every step of execution. It is possible to add comments to expressions by starting them with a // sequence or by using /* and */ to enclose multi-line comments. Expressions power visualizations in Dashboard and Lens, as well as, every element in Canvas is backed by an expression. This plugin provides methods which will parse & execute an expression pipeline string for you, as well as a series of registries for advanced users who might want to incorporate their own functions, types, and renderers into the service for use in their own application.
expressionTagcloudExpression Tagcloud plugin adds a tagcloud renderer and function to the expression plugin. The renderer will display the Wordcloud chart.
expressionXYExpression XY plugin adds a xy renderer and function to the expression plugin. The renderer will display the xy chart.
fieldFormatsIndex pattern fields formatters
filesThe files service provides functionality to manage, retrieve, share files in Kibana.
filesManagementMinimal interface for admins to manage files in Kibana.
ftrApisThis plugin exposes a set of APIs used internally during functional tests by the FTR.
homeMoves the legacy ui/registry/feature_catalogue module for registering "features" that should be shown in the home page's feature catalogue to a service within a "home" plugin. The feature catalogue refered to here should not be confused with the "feature" plugin for registering features used to derive UI capabilities for feature controls.
imageEmbeddableThis plugin contains image embeddable. Image embeddable allows to embed images into the dashboard. Images can be added either by URL or by uploading the image file via file service.
inputControlVisContains the input control visualization allowing to place custom filter controls on a dashboard.
inspectComponentA developer tool for inspecting React components directly in the Kibana UI. It provides an overlay to highlight component boundaries and a flyout with detailed information and action buttons which let you open the component's source file in your preferred editor (VSCode, WebStorm, Cursor) or on GitHub/GitHub.dev.
inspectorThe inspector is a contextual tool to gain insights into different elements in Kibana, e.g. visualizations. It has the form of a flyout panel.
interactiveSetupThis plugin provides UI and APIs for interactive setup mode a.k.a "enrollment flow".
kibanaOverviewAn overview page highlighting Kibana apps
kibanaReactTools for building React applications in Kibana.
kibanaUsageCollectionThis plugin registers the Platform Usage Collectors in Kibana.
kibanaUtilsUtilities for building Kibana plugins.
kqlThis plugin contains the kql autocomplete service and the UI KQL searchbar.
linksThis plugin adds the Links panel which allows authors to create hard links to navigate on click and bring all context from the source dashboard to the destination dashboard.
managementThis plugins contains the "Stack Management" page framework. It offers navigation and an API to link individual management section into it. This plugin does not contain any individual management section itself.
mapsEmsUtility plugin:
navigationThe Navigation plugin provides essential navigation components and services for Kibana. It serves as a central hub for navigation-related functionality across the application.
newsfeedThe newsfeed plugin adds a NewsfeedNavButton to the top navigation bar and renders the content in the flyout. Content is fetched from the remote (https://feeds.elastic.co) once a day, with periodic checks if the content needs to be refreshed. All newsfeed content is hosted remotely.
noDataPageHelps to globally configure the no data page components
presentationPanelThe Presentation Panel is the point of contact between any React component and any registered UI actions. Components provided to the Presentation Panel should use an imperative handle to expose methods and state.
presentationUtilThe Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas).
savedObjectsNOTE: This plugin is deprecated and will be removed in 8.0. See https://github.com/elastic/kibana/issues/46435 for more information.
savedObjectsFinderThe savedObjectsFinder plugin exposes a UI for finding saved objects on the client side.
savedObjectsManagementThe savedObjectsManagement plugin manages the Saved Objects management section.
savedObjectsTaggingOssBridge plugin for consumption of the saved object tagging feature from oss plugins.
savedSearchContains the saved search saved object definition and helpers. This object is created when a user saves their current session in the Discover app.
screenshotModeThe service exposed by this plugin informs consumers whether they should optimize for non-interactivity. In this way plugins can avoid loading unnecessary code, data or other services.
shareThe share plugin contains various utilities for displaying sharing context menu, generating deep links to other apps using locators, and creating short URLs.
telemetryTelemetry allows Kibana features to have usage tracked in the wild. The general term "telemetry" refers to multiple things:
telemetryCollectionManagerTelemetry's collection manager to go through all the telemetry sources when fetching it before reporting.
telemetryManagementSectionThis plugin adds the Advanced Settings section for the Usage and Security Data collection (aka Telemetry).
uiActionsUI 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.
unifiedDocViewerThis plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer).
unifiedSearchContains all the components of Kibana's unified search experience. Specifically:
urlForwardingThis plugins contains helpers to redirect legacy URLs. It can be used to forward old URLs to their new counterparts.
usageCollectionThe Usage Collection Service defines a set of APIs for other plugins to report the usage of their features. At the same time, it provides necessary the APIs for other services (i.e.: telemetry, monitoring, ...) to consume that usage data.
visDefaultEditorThe default editor is used in most primary visualizations, e.x. Area, Data table, Pie, etc. It acts as a container for a particular visualization and options tabs. Contains the default "Data" tab in public/components/sidebar/data_tab.tsx. The plugin exposes the static DefaultEditorController class to consume.
visTypeGaugeWARNING: Missing or empty README.
visTypeHeatmapWARNING: Missing or empty README.
visTypeMarkdownThe markdown visualization that can be used to place text panels on dashboards.
visTypeMetricWARNING: Missing or empty README.
visTypePieWARNING: Missing or empty README.
visTypeTableContains the data table visualization, that allows presenting data in a simple table format.
visTypeTagcloudWARNING: Missing or empty README.
visTypeTimelionContains the timelion visualization and the timelion backend.
visTypeTimeseriesWARNING: Missing or empty README.
visTypeVegaWARNING: Missing or empty README.
visTypeVislibWARNING: Missing or empty README.
visTypeXyWARNING: Missing or empty README.
visualizationListingThis plugin contains the library listing page for visualizations.
visualizationsWARNING: Missing or empty README.
workflowsExecutionEngineStateless execution engine for workflows.
workflowsExtensionsExtension point registry for workflow extensions. This plugin provides a centralized location for registering custom workflow extensions, including step types.
workflowsManagementThis plugin contains the Workflows management application and APIs.

x-pack/plugins [_x_packplugins]

NameDescription
actionsThe Kibana actions plugin provides a framework to create executable actions. You can:
agentBuilderHome of the Agent Builder framework.
agentBuilderPlatformContains the platform-owned agent builder entities
aiopsThe plugin provides APIs and components for AIOps features, including the “Log rate analysis” UI, maintained by the ML team.
alertingThe Kibana Alerting plugin provides a common place to set up rules. You can:
alertingVTwoPlugin for the v2 alerting engine.
anonymizationHome of the platform-owned anonymization policy service used by inference-related workflows.
apmThis plugin provides access to App Monitoring features provided by Elastic. It allows you to monitor your software services and applications in real-time; visualize detailed performance information on your services, identify and analyze errors, and monitor host-level and APM agent-specific metrics like JVM and Go runtime metrics.
apmDataAccessWARNING: Missing or empty README.
apmSourcesAccessExposes services to access APM sources.
automaticImportTeam owner: Security Integration Experience
bannersAllow to add a header banner that will be displayed on every page of the Kibana application
canvas"Never look back. The past is done. The future is a blank canvas." ― Suzy Kassem, Rise Up and Salute the Sun
casesThis plugin provides cases management in Kibana
cloudThe cloud plugin exposes Cloud-specific metadata to Kibana.
cloudChatThe plugin was meant to integrate with DriftChat in order to provide live support to our Elastic Cloud users. It was removed, but the plugin was left behind to register no longer used config keys.
cloudConnectThis plugin allows self-managed users to connect their cluster to an Elastic Cloud account, enabling cloud-managed services and features for self-managed deployments.
cloudDataMigrationStatic migration page where self-managed users can see text/copy about migrating to Elastic Cloud
cloudDefendThis plugin currently only exists to provide custom fleet policy UX for a set of new BPF LSM features. The first feature being container "drift prevention".
cloudExperiments[!NOTE] This plugin no-longer exposes any evaluation APIs. Refer to <DocLink id="kibFeatureFlagsService" /> for more information about how to interact with feature flags.
cloudFullStoryIntegrates with FullStory in order to provide better product analytics, so we can understand how our users make use of Kibana. This plugin should only run on Elastic Cloud.
cloudLinksAdds all the links to the Elastic Cloud console.
cloudSecurityPostureCloud Posture automates the identification and remediation of risks across cloud infrastructures
contentConnectorsThis plugin contains common assets and endpoints for the use of connectors in Kibana. Primarily used by the enterprise_search and serverless_search plugins.
crossClusterReplicationYou can run a local cluster and simulate a remote cluster within a single Kibana directory.
customBrandingThis is a plugin to configure custom branding. Plugin server-side only. Plugin has three main functions:
dashboardAgentServer-side plugin that provides dashboard tools and a dashboard-management skill for the default AI agent via the AgentBuilder framework.
dataQualityPage where users can see the quality of their log data sets.
datasetQualityIn order to make ongoing maintenance of log collection easy we want to introduce the concept of data set quality, where users can easily get an overview on the data sets they have with information such as integration, size, last activity, among others.
dataUsageServerless-only plugin for users to view data usage. Available in all 3 solutions.
dataVisualizerThe data_visualizer plugin enables you to explore the fields in your data.
discoverEnhancedContains the enhancements to the OSS discover app.
ecsDataQualityDashboardThis plugin implements (server) APIs used to render the content of the Data Quality dashboard.
elasticAssistantThis plugin implements server APIs for the Elastic AI Assistant. Furthermore, it registers the Elastic Assistant in the navigation bar.
elasticAssistantSharedStateThis plugin acts as a reactive bridge between the elastic assistant plugin and other plugins. It exposes an RxJS-based interface where:
elasticConsoleExperimental — this feature is under active development and may change without notice.
embeddableAlertsTableEmbeddable wrapper for the alerts table
encryptedSavedObjectsThe purpose of this plugin is to provide a way to encrypt/decrypt attributes on the custom Saved Objects that works with security and spaces filtering.
enterpriseSearchThis plugin provides Kibana user interfaces for managing the Enterprise Search solution and its products, App Search and Workplace Search.
entityManagerThis plugin provides access to observed entity data, such as information about hosts, pods, containers, services, and more.
entityStoreCentral place for Entities management and logs extraction.
evalsThe Evals plugin provides an in-Kibana UI for browsing LLM evaluation run results, per-evaluator statistics, and OpenTelemetry traces produced by the @kbn/evals evaluation framework.
eventLogThe event log plugin provides a persistent history of alerting and action activities.
exploratoryViewA shared component for visualizing observability data types via lens embeddable. For further details.
featuresThe features plugin enhance Kibana with a per-feature privilege system.
feedbackUniversal way of giving feedback about Elastic in Kibana.
fieldsMetadataThe @kbn/fields-metadata-plugin is designed to provide a centralized and asynchronous way to consume field metadata across Kibana. This plugin addresses the need for on-demand retrieval of field metadata from static ECS/Metadata definitions and integration manifests, with the flexibility to extend to additional resolution sources in the future.
fileUploadWARNING: Missing or empty README.
fleetFleet provides a web-based UI in Kibana for centrally managing Elastic Agents and their policies.
genAiSettingsThis plugin provides a management interface for configuring generative AI settings within Kibana's Stack Management section.
globalSearchThe GlobalSearch plugin provides an easy way to search for various objects, such as applications or dashboards from the Kibana instance, from both server and client-side plugins
globalSearchBarThe GlobalSearchBar plugin provides a search interface for navigating Kibana. (It is the UI to the GlobalSearch plugin.)
globalSearchProvidersThe globalSearchProviders plugin provides Kibana default search providers for the GlobalSearch plugin.
graphThis is the main source folder of the Graph plugin. It contains all of the Kibana server and client source code. x-pack/platform/test/functional/apps/graph contains additional functional tests.
grokdebuggerThis plugin helps users define Grok patterns, which are particularly useful for ingesting logs.
indexLifecycleManagementYou can test that the Frozen badge, phase filtering, and lifecycle information is surfaced in Index Management by running this series of requests in Console:
indexManagementThis service is exposed from the Index Management setup contract and can be used to add content to the indices list and the index details page.
indicesMetadataPlugin for managing and retrieving metadata about indices in Kibana. This plugin collects and processes metadata from Elasticsearch indices, data streams, ILM policies, and index templates.
inferenceThe inference plugin is a central place to handle all interactions with the Elasticsearch Inference API and external LLM APIs. Its goals are:
inferenceEndpointA Kibana plugin
infraThis is the home of the infra plugin, which aims to provide a solution for the infrastructure monitoring use-case within Kibana.
ingestHubCross-solution onboarding page for adding data sources and integrations. Gated behind the ingestHub.enabled feature flag.
ingestPipelinesThe ingest_pipelines plugin provides Kibana support for Elasticsearch's ingest pipelines.
interceptsContains business logic and orchestration for displaying the intercept dialog suited to the needs of Kibana, and is made available so that other solution teams might leverage this to register and schedule an intercept of their choosing
kubernetesSecurityThis plugin provides interactive visualizations of your Kubernetes workload and session data.
lensLens is a visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads.
licenseApiGuardThis plugin is used by ES UI plugins to reject API requests when the plugin is unsupported by the user's license.
licenseManagementThis plugin enables users to activate a trial license, downgrade to Basic, and upload a new license.
licensingThe licensing plugin retrieves license data from Elasticsearch at regular configurable intervals.
listsREADME.md for developers working on the backend lists on how to get started using the CURL scripts in the scripts folder.
llmTasksThis plugin contains various LLM tasks.
logsDataAccessExposes services to access logs data.
logsSharedExposes the shared components and APIs to access and visualize logs.
logstashWARNING: Missing or empty README.
maintenanceWindowsA Kibana plugin providing functionalities to manage maintenance windows.
mapsVisualize geo data from Elasticsearch or 3rd party geo-services.
metricsDataAccessExposes utilities to access metrics data.
mlThis plugin provides access to the machine learning features provided by Elastic.
monitoringThis plugin provides the Stack Monitoring kibana application.
monitoringCollectionThis plugin allows for other plugins to add data to Kibana stack monitoring documents.
notificationsThe Notifications plugin provides a set of services to help Solutions and plugins send notifications to users.
observabilityThis plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.
observabilityAgentBuilderThis plugin provides an observability agent, observability tools and attachments for Agent Builder.
observabilityAIAssistantThis document gives an overview of the features of the Observability AI Assistant at the time of writing, and how to use them. At a high level, the Observability AI Assistant offers contextual insights, and a chat functionality that we enrich with function calling, allowing the LLM to hook into the user's data. We also allow the LLM to store things it considers new information as embeddings into Elasticsearch, and query this knowledge base when it decides it needs more information, using ELSER.
observabilityAIAssistantAppThis app registers defaults functions. It exists as a separate plugin to avoid cyclical dependencies.
observabilityAiAssistantManagementThe observabilityAiAssistantManagement plugin manages the Ai Assistant for Observability and Search management section.
observabilityLogsExplorerThis plugin provides an app based on the LogsExplorer component from the logs_explorer plugin, but adds observability-specific affordances.
observabilityOnboardingThis plugin provides an onboarding framework for observability solutions: Logs and APM.
observabilitySharedA plugin that contains components and utilities shared by all Observability plugins.
osqueryThis plugin adds extended support to Security Solution Fleet Osquery integration
painlessLabThis plugin helps users learn how to use the Painless scripting language.
productDocBaseThis plugin provides APIs to install, update, and uninstall knowledge base artifacts for AI Assistants. It supports two resource types:
productInterceptThis is a standalone plugin that leverages the intercept plugin to display product intercept used to gather information that is turn used to compute CSAT about user's experience of Kibana.
profilingUniversal Profiling provides fleet-wide, whole-system, continuous profiling with zero instrumentation. Get a comprehensive understanding of what lines of code are consuming compute resources throughout your entire fleet by visualizing your data in Kibana using the flamegraph, stacktraces, and top functions views.
profilingDataAccessWARNING: Missing or empty README.
queryActivityA Kibana plugin for viewing and managing currently running queries.
reindexServiceReindexing as a service
remoteClustersThis plugin helps users manage their remote clusters, which enable cross-cluster search and cross-cluster replication.
reportingAn awesome Kibana reporting plugin
rollupWelcome to the Kibana rollup plugin! This plugin provides Kibana support for Elasticsearch's rollup feature. Please refer to the Elasticsearch documentation to understand rollup indices and how to create rollup jobs.
ruleRegistryThe rule registry plugin aims to make it easy for rule type producers to have their rules produce the data that they need to build rich experiences on top of a unified experience, without the risk of mapping conflicts.
runtimeFieldsWelcome to the home of the runtime field editor and everything related to runtime fields!
sampleDataIngestA service for creating and managing sample data sets in Elasticsearch indices. Supports sample types and automated data ingestion.
savedObjectsTaggingAdd tagging capability to saved objects
screenshottingThis plugin provides functionality to take screenshots of the Kibana pages. It uses Chromium and Puppeteer underneath to run the browser in headless mode.
searchAssistantThis holds the Search AI Assistant which targets Search users and Serverless Elasticsearch.
searchGettingStartedWARNING: Missing or empty README.
searchHomepageThe Search Homepage is a shared homepage for elasticsearch users.
searchInferenceEndpointsThe Inference Endpoints is a tool used to manage inference endpoints
searchNavigationThe Search Navigation plugin is used to handle navigation for search solution plugins across both stack and serverless.
searchNotebooksThis plugin contains endpoints and components for rendering search python notebooks in the persistent dev console.
searchPlaygroundThe Search Playground is a tool for developers to experiment with their own data using LLMs.
searchprofilerThe search profiler consumes the Profile API by sending a search API with profile: true enabled in the request body. The response contains detailed information on how Elasticsearch executed the search request. People use this information to understand why a search request might be slow.
searchQueryRulesA plugin to manage Query Rules in Elasticsearch through Query Rules API
searchSynonymsA plugin to manage synonyms in Elasticsearch through Synonyms APIs through Kibana.
securitySee Configuring security in Kibana.
securitySolutionWelcome to the Kibana Security Solution plugin! This README will go over getting started with development and testing.
securitySolutionEssThe security_solution_ess plugin is an internal plugin for Kibana's Security Solution, designed to encapsulate ESS-specific logic. This plugin is only enabled when the application is built for stateful deployments (ESS or on-prem), keeping the main security_solution plugin clean and agnostic of the offering model.
securitySolutionServerlessThe security_solution_serverless plugin is an internal plugin for Kibana's Security Solution, designed to encapsulate serverless-specific logic. This plugin is only enabled when the application is built for serverless project, keeping the main security_solution plugin clean and agnostic of the offering model.
serverlessWARNING: Missing or empty README.
serverlessObservabilityThis plugin contains configuration and code used to create a Serverless Observability project. It leverages universal configuration and other APIs in the serverless plugin to configure Kibana.
serverlessSearchThis plugin contains configuration and code used to create a Serverless Search project. It leverages universal configuration and other APIs in the serverless plugin to configure Kibana.
serverlessWorkplaceAIThe serverlessWorkplaceAI plugin is an internal plugin for Kibana's Workplace AI Solution.
sessionViewSession View is meant to provide a visualization into what is going on in a particular Linux environment where the agent is running. It looks likes a terminal emulator; however, it is a tool for introspecting process activity and understanding user and service behaviour in your Linux servers and infrastructure. It is a time-ordered series of process executions displayed in a tree over time.
sloA Kibana plugin
sloSharedThis plugin provides shared SLO functionality that can be consumed by multiple plugins (e.g., SLO, Fleet).
snapshotRestoreor
spacesSee Configuring Kibana Spaces.
stackAlertsThis plugin provides alertTypes shipped with Kibana for use with the the alerting plugin. When enabled, it will register the alertTypes by the Stack in the alerting plugin, register associated HTTP routes, etc.
stackConnectorsThe stack_connectors plugin provides connector types shipped with Kibana, built on top of the framework provided in the actions plugin.
streamsThis plugin provides an interface to manage streams
streamsAppHome of the Streams app plugin, which allows users to manage Streams via the UI.
syntheticsThe purpose of this plugin is to provide users of Heartbeat more visibility of what's happening in their infrastructure.
taskManagerThe task manager is a generic system for running background tasks.
taskManagerDependenciesThis plugin is used as a temporary sidecar plugin to enable the task manager plugin access to the encrypted saved objects client and the security plugin start contract as there is a circular dependency if the task manager were to require the encrypted saved objects plugin directly.
telemetryCollectionXpackGathers all usage collection, retrieving them from both: OSS and X-Pack plugins.
timelinesTimelines is a plugin that provides a grid component with accompanying server side apis to help users identify events of interest and perform root cause analysis within Kibana.
transformThis plugin provides access to the transforms features provided by Elasticsearch. It follows Kibana's standard plugin architecture, originally the plugin boilerplate code was taken from the snapshot/restore plugin.
translationsContains Elastic-supported translations. Owned by the Localizations team. For adding localizations and instrument a ui to support translated content, see https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-i18n
triggersActionsUiThe Kibana alerts and actions UI plugin provides a user interface for managing alerts and actions. As a developer you can reuse and extend built-in alerts and actions UI functionality:
upgradeAssistantUpgrade Assistant helps users prepare their Stack for being upgraded to the next version of the Elastic stack.
uptimeThe purpose of this plugin is to provide users of Heartbeat more visibility of what's happening in their infrastructure.
urlDrilldownNOTE: This plugin contains implementation of URL drilldown.
usageApiThis plugin is used to report Usage metrics to our Cloud internal Usage API.
uxhttps://docs.elastic.dev/kibana-dev-docs/welcome
watcherThis plugins adopts some conventions in addition to or in place of conventions in Kibana (at the time of the plugin's creation):
workplaceAIAppWorkplace AI application plugin