ElasticSearchClientOptions
Home > @backstage/plugin-search-backend-module-elasticsearch > ElasticSearchClientOptions
Options used to configure the @elastic/elasticsearch client or the @opensearch-project/opensearch client, depending on the given config. It will be passed as an argument to the ElasticSearchSearchEngine.newClient() method.
Signature:
export type ElasticSearchClientOptions = ElasticSearchElasticSearchClientOptions | OpenSearchElasticSearchClientOptions;
References: ElasticSearchElasticSearchClientOptions, OpenSearchElasticSearchClientOptions