kibana/examples
Nathan Reese 1c38891dfc
[embeddable rebuild] change onFetchContextChanged from accepting callback to returning an observable (#180410)
Closes https://github.com/elastic/kibana/issues/180363

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2024-04-11 13:45:22 -06:00
..
bfetch_explorer [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
content_management_examples [Visualizations] legacy vis behavior on serverless (#176935) 2024-02-22 08:44:14 -06:00
controls_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
data_view_field_editor_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
developer_examples Update EUI layout components in dev examples (#163494) 2023-08-10 11:19:06 +02:00
discover_customization_examples [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
embeddable_examples [embeddable rebuild] change onFetchContextChanged from accepting callback to returning an observable (#180410) 2024-04-11 13:45:22 -06:00
embeddable_explorer [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
error_boundary Functional tests for KibanaErrorBoundary (#170569) 2023-11-08 11:23:19 -07:00
eso_model_version_example Replace Encrypted Saved Object AAD exclude list with include list (#167705) 2024-03-08 11:15:02 -05:00
esql_validation_example [ES|QL] Move last packages to the project team (#179538) 2024-03-27 08:25:55 -07:00
expressions_explorer Use rxjs instead of rxjs/operators (#179553) 2024-04-02 11:41:33 -07:00
feature_control_examples async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
field_formats_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
files_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -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 [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
locator_explorer [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
partial_results_example Use rxjs instead of rxjs/operators (#179553) 2024-04-02 11:41:33 -07:00
portable_dashboards_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
preboot_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
resizable_layout_examples [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
response_stream [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
routing_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
screenshot_mode_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
search_examples Use rxjs instead of rxjs/operators (#179553) 2024-04-02 11:41:33 -07:00
share_examples Set correct ownership of older app-services code (#168209) 2023-10-09 18:57:26 +02:00
state_containers_examples [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
ui_action_examples Add overview section to actions and triggers example (#175152) 2024-01-22 09:05:13 -07:00
ui_actions_explorer [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -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 [kbn-dnd-package] Divide draggable and droppable (#177282) 2024-03-21 14:30:14 +01: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
----