Skip to content

Commit

Permalink
Remove experimental flag from rollover (#2290)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Jun 11, 2020
1 parent 3f6f3a7 commit 6929183
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 @@ -216,7 +216,7 @@ func addFlags(flagSet *flag.FlagSet, nsConfig *namespaceConfig) {
flagSet.Bool(
nsConfig.namespace+suffixReadAlias,
nsConfig.UseReadWriteAliases,
"(experimental) Use read and write aliases for indices. Use this option with Elasticsearch rollover "+
"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.")
flagSet.Bool(
Expand Down

0 comments on commit 6929183

Please sign in to comment.