Replies: 1 comment 2 replies
-
Changing this would not effect the created templates. That is never recommended for a product environment. If you need to adjust the template about anything, change that on your Elasticsearch server side. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Assign superDatasetIndexShardsFactor = 5 and superDatasetIndexReplicasNumber = 0, then index need to be modified , adjust superDatasetIndexShardsFactor superDatasetIndexShardsFactor = 3, after restart skywalking, configuration take effect in application.yml But the super size dataset record index is calculated according to superDatasetIndexShardsFactor = 5,NOT superDatasetIndexShardsFactor = 3. why? skywalking version:9.2.0
Beta Was this translation helpful? Give feedback.
All reactions