kibana/x-pack/plugins/monitoring/server/es_client
Pierre Gayvallet fe1c508d8d
Move and rename legacy elasticsearch client (#69797)
* move last snapshot to inline

* move legacy files to legacy subfolder

* move request types out of legacy

* export Headers from http instead of elasticsearch

* renaming - first pass

* renaming - second pass

* fix core mocks

* adapt new calls

* update generated doc

* fix IT test mocks

* fix new usages
2020-06-29 17:43:31 +02:00
..
__tests__ [Monitoring] Migrate server to NP (#56675) 2020-03-20 14:02:15 -04:00
instantiate_client.ts Move and rename legacy elasticsearch client (#69797) 2020-06-29 17:43:31 +02:00
README.md [Monitoring] Migrate server to NP (#56675) 2020-03-20 14:02:15 -04:00

Note: This folder contains a lot of code copied from Kibana under src/plugins/elasticsearch/lib

Consolidation of the code would require Kibana to expose ES Plugin libs on the server object. TODO.