Using elasticsearch as jaeger storage with a fixed index #5009
-
Hi, I'm currently attempting to use elasticsearch as my storage solution for Jaeger, as my cloud service provider supports es in Serverless form, with pricing based on the number of documents in a fixed index. However, when I tried to configure Elasticsearch as my Jaeger storage, I encountered an error. This issue arose when the Jaeger collector attempted to create a template or index (after I disabled the
So, I'm wondering whether there's a way to configure Jaeger to use a predefined, fixed index for storage, without the need to create new indexes or templates. Thanks for help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not a supported mode. What would you do once the index gets too large? The create templates option is different from create indices. |
Beta Was this translation helpful? Give feedback.
It's not a supported mode. What would you do once the index gets too large?
The create templates option is different from create indices.