You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Legacy Client lib is doesn't support chilld() option. To avoid re-creating lots of client objects for the same endpoint. Re-use is done by passing auth to the clientParams
The text was updated successfully, but these errors were encountered:
Need to do most things similar to opensearch data source client. Register interface, create route context, etc
By adding support for legacy client, I assume the route context for data source will look like this
Ref
Legacy Elasticsearch Client: https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html
Legacy Client lib is doesn't support
chilld()
option. To avoid re-creating lots of client objects for the same endpoint. Re-use is done by passing auth to theclientParams
The text was updated successfully, but these errors were encountered: