Skip to content

Commit

Permalink
Add more explanation to options
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Jan 15, 2019
1 parent e837afe commit cfeed61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/storage/es/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ func addFlags(flagSet *flag.FlagSet, nsConfig *namespaceConfig) {
flagSet.Bool(
nsConfig.namespace+suffixReadAlias,
nsConfig.UseReadWriteAliases,
"Use read and write aliases for indices. Use this option with rollover API. It requires to create aliases before startup.")
"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.")
}
}

Expand Down

0 comments on commit cfeed61

Please sign in to comment.