Automatic Index alias and template creation on ES output for ISM usage #5508
Unanswered
tingeltangelthomas
asked this question in
Q&A
Replies: 1 comment
-
No answer yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using EKS + elasticsearch 7.10 running on AWS opensearch.
We would like to use a more flexible way to create our indices automatically by fluentbit.
Based on the value of a kubernetes label an index (
<label-value>-000001
), an index alias (<label-value>
) and an index template (with<label-value>
as rollover alias) should be created.We do not want to add any date information to the index name. The indices will be rolled over via ISM.
Fluentbit should send log data to the created index alias (
<label-value>
), which always points to the current write-index.This should be a fully automated process.
I found a possibility to do that with fluentd, but not with fluentbit:
I saw couple of issues but not a real automated solution.
e. g. #1670 (comment)
Is there any way to accomplish this with fluentbit?
Thank you for your help!
Regards
Thomas
Beta Was this translation helpful? Give feedback.
All reactions