mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* eslint-plugin-import should resolve *.ts files * no_restricted_paths adc support filename exclusion * fix linter errors * update autogenerateds docs * export directly
992 B
992 B
Home > kibana-plugin-server > ElasticsearchServiceSetup
ElasticsearchServiceSetup interface
Signature:
export interface ElasticsearchServiceSetup
Properties
Property | Type | Description |
---|---|---|
adminClient$ | Observable<ClusterClient> |
|
createClient | (type: string, config: ElasticsearchClientConfig) => ClusterClient |
|
dataClient$ | Observable<ClusterClient> |
|
legacy | { |