You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
Is there an update on this? We're trying to use the Elasticsearch sink itself to push to an Opensearch instance but that doesn't seem to be working
We're getting the following error
{"level":"error","time":"2022-04-20T11:33:58Z","caller":"/app/pkg/sinks/elasticsearch.go:144","message":"Indexing failed: {\"error\":{\"root_cause\":[{\"type\":\"mapper_parsing_exception\",\"reason\":\"object mapping for [involvedObject.labels.istio] tried to parse field [istio] as object, but found a concrete value\"}],\"type\":\"mapper_parsing_exception\",\"reason\":\"object mapping for [involvedObject.labels.istio] tried to parse field [istio] as object, but found a concrete value\"},\"status\":400}"}
Recently Opendistro for Elasticsearch continued as OpenSearch. This project has it's own go client.
Requesting for an Opensearch sink based on elasticsearch client using https://github.com/opensearch-project/opensearch-go . The es7 sink will work for now, but this is unsure looking forward.
The text was updated successfully, but these errors were encountered: