kibana/docs/development/core/server/kibana-plugin-server.elasticsearchservicesetup.createclient.md
Mikhail Shustov c618751bb8
[New platform] Restrict import from core&plugin internals for ts files (#34688)
* eslint-plugin-import should resolve *.ts files

* no_restricted_paths adc support filename exclusion

* fix linter errors

* update autogenerateds docs

* export directly
2019-04-10 14:56:09 +02:00

433 B

Home > kibana-plugin-server > ElasticsearchServiceSetup > createClient

ElasticsearchServiceSetup.createClient property

Signature:

readonly createClient: (type: string, config: ElasticsearchClientConfig) => ClusterClient;