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
i am currently setting up OpenTelemetry nad OpenSearch integration and I have run into a problem. When I create a data stream template I get an error from data prepper upon startup and I can not seem to find an answer to my problem:
WARN org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSink - Failed to initialize OpenSearch sink, retrying: org.opensearch.client.opensearch._types.OpenSearchException: Request failed: [illegal_argument_exception] cannot create index with name [ss4o_metrics-otel], because it matches with template [metrics] that creates data streams only, use create data stream api instead
I have tried adding action:create in to data prepper configuration, but it doesn't work. I would really appreciate some help here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
i am currently setting up OpenTelemetry nad OpenSearch integration and I have run into a problem. When I create a data stream template I get an error from data prepper upon startup and I can not seem to find an answer to my problem:
I have tried adding
action:create
in to data prepper configuration, but it doesn't work. I would really appreciate some help here.Configuration:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions