mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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>
9 lines
221 B
Text
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
|
|
----
|