You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,12 +56,12 @@ func (o *Options) AddFlags(command *cobra.Command) {
56
56
7,
57
57
"The major Elasticsearch version")
58
58
command.Flags().Int64Var(
59
-
&deprecatedNumShards,
59
+
&deprecatedOptions.TemplateNumShards,
60
60
shardsFlag,
61
61
5,
62
62
"(deprecated, will be replaced with num-shards-span,num-shards-service,num-shards-sampling,num-shards-dependencies, if .num-shards set, it will be used as global settings for span,service,sampling,dependencies index) The number of shards per index in Elasticsearch")
63
63
command.Flags().Int64Var(
64
-
&deprecatedReplicaShards,
64
+
&deprecatedOptions.TemplateNumReplicas,
65
65
replicasFlag,
66
66
1,
67
67
"(deprecated, will be replaced with num-replicas-span,num-replicas-service,num-replicas-sampling,num-replicas-dependencies, if .num-replicas set, it will be used as global settings for span,service,sampling,dependencies index) The number of replicas per index in Elasticsearch")
@@ -122,20 +122,20 @@ func (o *Options) AddFlags(command *cobra.Command) {
122
122
"jaeger-ilm-policy",
123
123
"The name of the ILM policy to use if ILM is active")
0 commit comments