kibana/examples
Stacey Gammon 543481ba53
Add direct access link registry and dashboard impl and use in ML (#57496)
* Add direct access link registry and dashboard impl and use in ML

* Add example plugin with migration example

* address code review comments

* Fixes, more code review updates

* Readme clean up

* add tests

* remove else

* Rename everything from DirectAccessLinkGenerator to the much short UrlGenerator. also fix the ml # thing and return a relative link from dashboard genrator

* add important text in bold

* Move url generators into share plugin

* add correct i18n prefix

* Fix timeRange url name

* make share plugin optional for dashboard

* fix code owners

* Use base UrlGeneratorState type, add comments

* Fix hash bug and add test that would have caught it
2020-03-04 12:43:09 -05:00
..
bfetch_explorer bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00
demo_search [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
embeddable_examples Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05:00
embeddable_explorer Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05:00
search_explorer [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
state_containers_examples [State Management] State syncing helpers for query service I (#56128) 2020-02-27 12:08:08 +01:00
ui_action_examples Further improve type checking for actions and triggers (#58765) 2020-03-04 10:27:14 -05:00
ui_actions_explorer Further improve type checking for actions and triggers (#58765) 2020-03-04 10:27:14 -05:00
url_generators_examples Add direct access link registry and dashboard impl and use in ML (#57496) 2020-03-04 12:43:09 -05:00
url_generators_explorer Add direct access link registry and dashboard impl and use in ML (#57496) 2020-03-04 12:43:09 -05:00
README.md bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00

Example plugins

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

yarn start --run-examples