From cfcb9375996d959c30872a5c8878d8e8ab79fcf0 Mon Sep 17 00:00:00 2001 From: Albert <26584478+albertteoh@users.noreply.github.com> Date: Tue, 15 Dec 2020 17:25:32 +0000 Subject: [PATCH] Fix misleading use-alias help doc (#2692) Signed-off-by: albertteoh --- plugin/storage/es/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/storage/es/options.go b/plugin/storage/es/options.go index b0f212670d6..a18f3d0e4d4 100644 --- a/plugin/storage/es/options.go +++ b/plugin/storage/es/options.go @@ -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,