Migrate from legacy client to opensearch client #2220
Labels
enhancement
New feature or request
medium priority
needs research
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
Legacy ES client is still used in many places in OSD. E.g.
OpenSearch-Dashboards/src/plugins/index_pattern_management/server/routes/resolve_index.ts
Lines 59 to 64 in 730a75a
Since opensearch js client is available, do we have a plan for OSD core to migrate to use new client, and remove legacy client?
For example the above code in
index_pattern_management
can be migrated to something like below, that uses new client.The text was updated successfully, but these errors were encountered: