kibana/examples
Drew Tate 880f793ccc
[Visualizations] legacy vis behavior on serverless (#176935)
## Summary

Close https://github.com/elastic/kibana/issues/176536
Close https://github.com/elastic/kibana/issues/176742

### Links to legacy visualization editors are once again disabled
<img width="208" alt="Screenshot 2024-02-14 at 10 19 52 AM"
src="711f5372-d7f6-4f0d-88c6-605e528d6f13">

### A better message in the inspector
<img width="685" alt="Screenshot 2024-02-14 at 10 23 25 AM"
src="734a8f6a-0f00-46c7-8d27-2a86a24cf7ab">


### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
2024-02-22 08:44:14 -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] Allow Dashboard to provide references (#176455) 2024-02-12 14:55:16 -05: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 Implements Encrypted Saved Objects Model Version API (#166302) 2023-12-07 16:01:29 -05:00
expressions_explorer [Core] Deprecate nav link status (#176383) 2024-02-16 11:06: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 [Core] Deprecate nav link status (#176383) 2024-02-16 11:06: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 [Core] Deprecate nav link status (#176383) 2024-02-16 11:06: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 [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07: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
----