mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* Add top level examples folder and command to run, `--run-examples`. * Add comment explaining reason --run-examples flag turns off base path. |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
kibana.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Demo search strategy
This example registers a custom search strategy that simply takes a name string in the request and returns the
string Hello {name}
To see the demo search strategy in action, navigate to the Search explorer
app.
To run these examples, use the command yarn start --run-examples
.