integrations-core icon indicating copy to clipboard operation
integrations-core copied to clipboard

remove duplicate key in elasticsearch.yaml

Open PSeitz-dd opened this issue 9 months ago • 0 comments

What does this PR do?

remove target_type from the remapper step. target_type seems to be there by accident. It also has conflicting content with targetType

Motivation

I use the processor information in the integrations project to generate integrations and tests for CloudPrem. The processor in CloudPrem deserializes from target_type and targetType to be compatible with different APIs.

PSeitz-dd avatar May 27 '25 15:05 PSeitz-dd