kibana/examples/README.asciidoc
Christiane (Tina) Heiligers 13434dc28e
Adds run without basepath configured to examples readme (#173086)
Kibana crashes when running the examples with a basepath configured with
too many redirects during auth.
This PR warns about that in the examples/README

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-12-12 11:22:02 -07:00

9 lines
221 B
Text

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