Opensearch dashboards.opensearchservicesetup
Home > opensearch-dashboards > OpenSearchServiceSetup
OpenSearchServiceSetup interface
Signature:
export interface OpenSearchServiceSetup
Properties
| Property | Type | Description |
|---|---|---|
| legacy | { readonly config$: Observable<OpenSearchConfig>; readonly createClient: (type: string, clientConfig?: Partial<LegacyOpenSearchClientConfig>) => ILegacyCustomClusterClient; readonly client: ILegacyClusterClient; } |