Skip to content

Opensearch dashboards.icustomclusterclient

Home > opensearch-dashboards > ICustomClusterClient

ICustomClusterClient interface

See IClusterClient

Signature:

export interface ICustomClusterClient extends IClusterClient 

Extends: IClusterClient

Properties

Property Type Description
close () => Promise<void> Closes the cluster client. After that client cannot be used and one should create a new client instance to be able to interact with OpenSearch API.