I’m working with a legacy version of datacollector here v.3.22 and an elastic cluster (7.10.2). I’m getting the following error message:
Record1-Error ELASTICSEARCH_17 - Could not index '10' records: POST https://<ingest_route>:<port>/_bulk: HTTP/1.1 400 Bad Request {"error":{"root_cause":a{"type":"illegal_argument_exception","reason":"Action/metadata line 1] contains an unknown parameter m_type]"}],"type":"illegal_argument_exception","reason":"Action/metadata line 1] contains an unknown parameter m_type]"},"status":400}
I have tried removing the @metadata/type field with a field remover and tried renaming it but I get the same error message.
I also noticed the stage lib I’m using is for elasticsearch 7.9
Is this version of streamsets I’m working with just too outdated and can no longer support more recent version of elasticsearch? Is there any workaround I could try to solve this?