kibana/examples
Kibana Machine 32ebd0af7b
[Data cleanup] unify serializable state (#107745) (#108020)
* Use Serializable from package

* Rename to align with core

* fix

* more replacements

* docssss

* fix

* Move it to @kbn/utility-types and remove core export

* buildy build

* tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Liza Katz <lizka.k@gmail.com>
2021-08-10 13:33:44 +00:00
..
bfetch_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
dashboard_embeddable_examples [build] Add task to build example plugins (#104194) (#106903) 2021-07-27 18:28:14 -04:00
developer_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
embeddable_examples persistable state migrations (#103680) (#104764) 2021-07-07 18:53:05 -04:00
embeddable_explorer [build] Add task to build example plugins (#104194) (#106903) 2021-07-27 18:28:14 -04:00
expressions_explorer [canvas] Reduce bundle by registering Canvas Plugin API on mount (#104264) (#105289) 2021-07-12 16:47:55 -04:00
index_pattern_field_editor_example Update index patterns/field formatters kibana.json with owner and description (#106705) (#106820) 2021-07-27 06:58:43 -04:00
locator_examples [Data cleanup] unify serializable state (#107745) (#108020) 2021-08-10 13:33:44 +00:00
locator_explorer Redirect endpoint (#103899) (#104412) 2021-07-06 09:06:19 -04:00
preboot_example Introduce preboot lifecycle stage (#103636) (#106194) 2021-07-20 03:11:45 -04:00
routing_example [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
screenshot_mode_example move the example app to be mounted in the developerExamples plugin instead of visible in navbar (#101464) (#102052) 2021-06-14 10:53:25 -04:00
search_examples [7.x] Update @elastic/elasticsearch to 8.0.0-canary13 (#98266) (#101595) 2021-06-08 12:21:59 -04:00
state_containers_examples use IndexPattern instead of IIndexPattern (#107200) (#107275) 2021-07-30 12:40:16 +00:00
ui_action_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
ui_actions_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -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
----