kibana/x-pack/plugins/global_search_providers
Mikhail Shustov ee84e0b0b7
Merge tsconfig and x-pack/tsconfig files (#94519)
* merge all the typings at root level

* merge x-pack/tsconfig into tsconfig.json

* fix tsconfig after changes in master

* remove unnecessary typings

* update paths to the global typings

* update paths to the global elaticsearch typings

* fix import

* fix path to typings/elasticsearch in fleet plugin

* remove file deleted from master

* fix lint errors
2021-03-16 15:13:49 +01:00
..
public Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
server Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json
README.md Add platform's missing READMEs (#82268) 2020-11-05 10:40:15 +01:00
tsconfig.json Merge tsconfig and x-pack/tsconfig files (#94519) 2021-03-16 15:13:49 +01:00

Kibana GlobalSearchProviders plugin

The globalSearchProviders plugin provides Kibana default search providers for the GlobalSearch plugin.

Server-side providers

SavedObjects

This provider returns results for all saved object types that are searchable.

Client-side providers

Applications

This provider returns results for the applications that are currently registered on the client-side.