kibana/examples
Yulia Čech d1e7f50426
[Guided onboarding] Update guide IDs (#147348)
## Summary

Fixes https://github.com/elastic/kibana/issues/144452

This PR updates the guide IDs used in guided onboarding from generic
values (`observability` and `security`) to more specific values
(`kubernetes` and `siem`) which will allow us to add more guides for
observability and security in the future.


### Checklist

- [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
2022-12-14 15:51:51 +01:00
..
bfetch_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
controls_example [controls] complete control input builder API (#146764) 2022-12-01 16:38:43 -07:00
dashboard_embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
data_view_field_editor_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
developer_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
expressions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
field_formats_example [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
files_example [Files] Move <FileUpload /> and <FilePicker /> 👉🏻 packages/shared-ux/file (#146284) 2022-11-29 08:48:23 +01:00
guided_onboarding_example [Guided onboarding] Update guide IDs (#147348) 2022-12-14 15:51:51 +01:00
hello_world [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
locator_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
locator_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
partial_results_example [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
preboot_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
response_stream [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
routing_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
screenshot_mode_example [i18n] Fix ja-JP locale causing FATAL error when starting kibana (#146704) 2022-11-30 21:28:28 +03:00
search_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
share_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
state_containers_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_action_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_actions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
user_profile_examples Add the ability to limit the number of users you can select (#144618) 2022-11-07 12:39:30 +00:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

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