-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add Dynamic index #34746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
you meaning |
He is also talking about defining the name of datastream created by the exporter. I'm using that feature to specify the index to write the log to, from the oidc token. Take a look here, please: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/elasticsearchexporter/README.md here is the extract of that:
|
@flenoir did you resolve it? I will need to implement the creation dynamic index on Opensearch. |
+1 on this |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
@flenoir We'll start working on this feature soon as we revive the OpenSearch Exporter. Can you please share some specifics on the feature requirements? This will help us understand how to provide the dynamic index feature along with the existing SS4O support. |
Hello!
|
Hello Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
exporter/opensearch
Is your feature request related to a problem? Please describe.
I was using elasticsearch before but now i moved to opensearch. I wanted to use same dynamic index feature in order to create index per day.
Unfortunately not possible with opensearch exporter. Will it be added in the futur ?
Describe the solution you'd like
adding dynamic index like in elasticsearch exporter
Describe alternatives you've considered
Is there another way to add this daily rotation in order to have index like "my_index-20608-2024" for example
Thanks
Additional context
none
The text was updated successfully, but these errors were encountered: