Complete the fix for bulk indexing on Elasticsearch endpoint

Created on 9 August 2024, 5 months ago

Problem/Motivation

A previous issue ( https://www.drupal.org/project/data_pipelines/issues/3385068 🐛 Change bulk indexing on Elasticsearch endpoint to aim at a single index Fixed ) addressed the need to change bulk indexing on the Elasticsearch endpoint to aim at a single index. The main part of this issue was resolved, an additional change was overlooked in the ElasticSearchDestination class.

The processCleanup method still uses the old approach of specifying the index in the body of each delete operation, rather than setting it at the top level of the bulk request.

Steps to reproduce

Proposed resolution

Update the processCleanup method in the ElasticSearchDestination class to specify the index at the top level of the bulk request, consistent with the changes made in the previous fix.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

🇦🇺Australia yovince Melbourne

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024