kibana/examples/demo_search
2020-01-08 19:20:07 +03:00
..
common
public
server add examples/ to no-restricted-path config (#54252) 2020-01-08 19:20:07 +03:00
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.