Skip to content

Commit

Permalink
Fix misleading use-alias help doc (#2692)
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <albert.teoh@logz.io>
  • Loading branch information
albertteoh authored Dec 15, 2020
1 parent 34cf3ed commit cfcb937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/es/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func addFlags(flagSet *flag.FlagSet, nsConfig *namespaceConfig) {
nsConfig.UseReadWriteAliases,
"Use read and write aliases for indices. Use this option with Elasticsearch rollover "+
"API. It requires an external component to create aliases before startup and then performing its management. "+
"Note that "+nsConfig.namespace+suffixMaxSpanAge+" is not taken into the account and has to be substituted by external component managing read alias.")
"Note that "+nsConfig.namespace+suffixMaxSpanAge+" will influence trace search window start times.")
flagSet.Bool(
nsConfig.namespace+suffixCreateIndexTemplate,
nsConfig.CreateIndexTemplates,
Expand Down

0 comments on commit cfcb937

Please sign in to comment.