Jaeger with ES: would modifying the shards/replica impact the new indices? #7372
Replies: 1 comment 2 replies
-
If you change the shards and replicas in your Jaeger Elasticsearch config and restart Jaeger, the new settings will only affect new indices created after the change—existing indices will keep their original shard/replica counts. However, since you have both To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I am using Jaeger v2 with Elasticsearch as the storage backend.
This is how I have configured the storage:
As mentioned here, the shards and replicas are configured at startup. Also, the create_mappings generates the mappings on the index templates.
My doubt was: If I change the shards count to 5 and the replicas count to 2 and restart the Jaeger deployment, would the Jaeger collector make the changes on the index template? Or it would still remain the count set during the first time.
Beta Was this translation helpful? Give feedback.
All reactions