Skip to content

Opensearch dashboards.opensearchservicesetup.legacy

Home > opensearch-dashboards > OpenSearchServiceSetup > legacy

OpenSearchServiceSetup.legacy property

Warning: This API is now obsolete.

Use OpenSearchServiceStart.legacy instead.

Signature:

legacy: {
        readonly config$: Observable<OpenSearchConfig>;
        readonly createClient: (type: string, clientConfig?: Partial<LegacyOpenSearchClientConfig>) => ILegacyCustomClusterClient;
        readonly client: ILegacyClusterClient;
    };