kibana/examples
Devon Thomson 6827db46d5
[Embeddable rebuild] Allow Dashboard to provide references (#176455)
Adds the ability for the Dashboard to provide references for its React Embeddable children to inject, and adds the ability for the React Embeddable children to provide extracted references back to the Dashboard.
2024-02-12 14:55:16 -05:00
..
bfetch_explorer async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
content_management_examples [shared-ux] no-data analytics page package code cleanup (#172416) 2023-12-04 13:07:59 -07:00
controls_example [Tech Debt] Remove deprecated EuiLoadingContent (#156316) 2023-05-03 08:01:37 -06:00
data_view_field_editor_example Assign functional tests and example plugins code ownership to Data Discovery (#162740) 2023-08-04 17:21:13 -03:00
developer_examples Update EUI layout components in dev examples (#163494) 2023-08-10 11:19:06 +02:00
discover_customization_examples [UnifiedDocViewer] Redesign header and make actions responsive (#173780) 2024-01-10 13:28:52 -07:00
embeddable_examples [Embeddable rebuild] Allow Dashboard to provide references (#176455) 2024-02-12 14:55:16 -05:00
embeddable_explorer Clean up saved object based embeddable examples (#162987) 2023-08-03 03:14:36 -07:00
error_boundary Functional tests for KibanaErrorBoundary (#170569) 2023-11-08 11:23:19 -07:00
eso_model_version_example Implements Encrypted Saved Objects Model Version API (#166302) 2023-12-07 16:01:29 -05:00
expressions_explorer Remove legacy kibana react code editor (#171047) 2024-01-05 14:35:09 +01:00
feature_control_examples async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
field_formats_example Update Kibana code editor dependencies (#171720) 2024-01-25 10:30:02 +01:00
files_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
guided_onboarding_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
hello_world [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
locator_examples Set correct ownership of older app-services code (#168209) 2023-10-09 18:57:26 +02:00
locator_explorer Set correct ownership of older app-services code (#168209) 2023-10-09 18:57:26 +02:00
partial_results_example [Discover] Replace deprecated page components (#162836) 2023-08-02 20:08:17 +02:00
portable_dashboards_example [SO] remove some plugin dependencies (#174282) 2024-01-10 10:34:00 -05:00
preboot_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
resizable_layout_examples [Discover] Add resize support to the Discover field list sidebar (#167066) 2023-09-27 21:52:25 -03:00
response_stream Upgrade EUI to v92.2.1 (#175849) 2024-01-30 08:54:10 -08:00
routing_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
screenshot_mode_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
search_examples async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
share_examples Set correct ownership of older app-services code (#168209) 2023-10-09 18:57:26 +02:00
state_containers_examples [Kibana] New "Saved Query Management" privilege to allow saving queries across Kibana (#166937) 2023-09-29 11:52:39 +02:00
ui_action_examples Add overview section to actions and triggers example (#175152) 2024-01-22 09:05:13 -07:00
ui_actions_explorer Add overview section to actions and triggers example (#175152) 2024-01-22 09:05:13 -07:00
unified_doc_viewer [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00
unified_field_list_examples [Discover] Redesign for the grid, panels and sidebar v1 (#165866) 2023-09-12 08:51:34 +02:00
user_profile_examples async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
v8_profiler_examples async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
README.asciidoc Adds run without basepath configured to examples readme (#173086) 2023-12-12 11:22:02 -07:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag (without a basepath), via

[source,bash]
----
yarn start --run-examples
----