kibana/examples/search_examples
Tim Sullivan 95c3893e28
[Search] Re-enable test on example search app (#139961)
* [Search] Unskip ex-flaky example app test

* comment out flaky test code

* use es.transport.request to downsample the test index

* uncomment blocked test code

* remove browser refresh in beforeEach

* fix ts
2022-09-09 10:25:36 -07:00
..
common fix all violations 2022-04-16 01:37:30 -05:00
public [Search] Re-enable test on example search app (#139961) 2022-09-09 10:25:36 -07:00
server Change ContextContainer to lazily initialize providers (#129896) 2022-04-22 13:15:58 +02:00
kibana.json [search/public] expose showWarnings(inspector) method on search service (#138342) 2022-08-31 11:22:24 -07:00
README.md Migrates search example mountReactNode to kibana-react toMountPoint (#137633) 2022-08-01 07:52:20 -07:00
tsconfig.json [search/public] expose showWarnings(inspector) method on search service (#138342) 2022-08-31 11:22:24 -07:00

search_examples

An awesome Kibana plugin

Small demos of search functionality.

To run this example, ensure you have data to search against (for example, the sample datasets) and start kibana with the --run-examples flag.


Development

See the kibana contributing guide for instructions setting up your development environment.