kibana/examples
Liza Katz a66749291f
[7.x] [Search] Server strategy example (#71679) (#74805)
* [Search] Server strategy example (#71679)

* Server strategy example

* Add tsconfig
Renamed is_partial to isPartial
Added isPartial and isRunning to OSS response type

* Docs + remove unused sample code

* Fix test naming of arguments

* ts

* ts fix

* Add filters and query input selector

* Update examples/search_examples/public/components/app.tsx

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* Use new service

* exapmle plugin ts

* unsubscribe + use timefilter

* typo

* docs

* Add comments and use agg config

* Added agg configs
Added field selector
Added a custom input param

* Adding getEsQuery to query service (??)

* Add server side example

* docs

* caps

* list plugin in examples page

* fix typo

* Update examples/search_examples/public/application.tsx

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* Update examples/search_examples/public/application.tsx

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* Update examples/search_examples/public/components/app.tsx

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* Update examples/search_examples/public/components/app.tsx

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* Update examples/search_examples/public/components/app.tsx

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* eslint

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

* Update kibana.json

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-08-12 15:39:17 +03:00
..
alerting_example [7.x] Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) (#74384) 2020-08-05 21:45:29 +02:00
bfetch_explorer Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
dashboard_embeddable_examples Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
developer_examples Kibana developer examples landing page (#67049) (#68705) 2020-06-10 07:55:11 -04:00
embeddable_examples Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
embeddable_explorer [Example] Embeddable by Reference and Value (#68719) (#71272) 2020-07-09 14:17:27 -04:00
routing_example Routing example plugin (#69581) (#71901) 2020-07-15 15:00:15 -04:00
search_examples [7.x] [Search] Server strategy example (#71679) (#74805) 2020-08-12 15:39:17 +03:00
state_containers_examples [7.x] [Data] Query Input String manager (#72093) (#73634) 2020-07-29 13:47:55 +03:00
ui_action_examples Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
ui_actions_explorer [uiActions] Support emitting nested triggers and actions (#70602) (#72027) 2020-07-16 14:14:37 +02:00
url_generators_examples [7.x] [kbn/optimizer] share all plugin bundles (#68986) (#69234) 2020-06-16 17:41:32 -07:00
url_generators_explorer Kibana developer examples landing page (#67049) (#68705) 2020-06-10 07:55:11 -04:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----