integrations-core
integrations-core copied to clipboard
remove duplicate key in elasticsearch.yaml
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.