Hello. I want to store data in OpenSearch internally, but I keep getting the following error.
ELASTICSEARCH_17 - Could not index '1000' records: POST https://testpate.net/_bulk: HTTP/1.1 400 Bad Request {"error":{"root_cause"::{"type":"illegal_argument_exception","reason":"Action/metadata line 1] contains an unknown parameter _type]"}],"type":"illegal_argument_exception","reason":"Action/metadata line 1] contains an unknown parameter _type]"},"status":400}
I tried configuring the pipeline with the latest version of StreamSets, but I'm still encountering the same issue. I've tested both version 7.9.0 and 8.1.0, and I used _doc
for all mapping values. Does this mean I can't use OpenSearch?