kibana/examples
Kibana Machine 4ca503295b
Redirect endpoint compression (#111471) (#112451)
* add ability to lz-encode redirect url params

* move redirect param utils to /common

* improve error message

* add getRedirectUrl() to locators

* wire in version into locator redirect method

* make redirect url default to compressed

* fix typescript errors

* pass throuh initialization context to share plugin

* fix test mocks

* improve locators mocks usage

* fix typescript types

* use getRedirectUrl in example plugin

* make redirect url options optional

* add locator tests

* deprecate geturl

* load redirect app UI on demand

Co-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>
2021-09-16 15:15:08 -04:00
..
bfetch_explorer Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
dashboard_embeddable_examples Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
developer_examples [7.x] Make owner attribute required on kibana.json (#108231) (#110215) 2021-08-31 16:19:52 -04:00
embeddable_examples Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
embeddable_explorer Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
expressions_explorer Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
field_formats_example [FieldFormats] Example plugin (#108070) (#108663) 2021-08-16 08:38:26 -04:00
hello_world Clean up Developer Guide (#108259) (#108683) 2021-08-16 10:56:07 -04:00
index_pattern_field_editor_example Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
locator_examples Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
locator_explorer Redirect endpoint compression (#111471) (#112451) 2021-09-16 15:15:08 -04:00
preboot_example Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
routing_example Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
screenshot_mode_example Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
search_examples Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
state_containers_examples Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
ui_action_examples Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
ui_actions_explorer Add more information on kibana.json properties, update example plugins (#107600) (#110261) 2021-08-26 17:36:17 -04:00
README.asciidoc

[[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
----