mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 14:14:23 +02:00
@@ -144,7 +144,7 @@ func IlmCreate(conf *cfg.Config) *cli.Command {
|
||||
Usage: "hot phase: rollover after",
|
||||
Destination: &conf.Ilm.HotRolloverMaxAge,
|
||||
},
|
||||
&cli.Int64Flag{
|
||||
&cli.StringFlag{
|
||||
Name: "hot-rollover-max-primary-shard-size",
|
||||
Usage: "hot phase: max primary shard size",
|
||||
Destination: &conf.Ilm.HotRolloverMaxPrimaryShardSize,
|
||||
@@ -210,6 +210,11 @@ func IlmCreate(conf *cfg.Config) *cli.Command {
|
||||
Usage: "frozen phase: min age",
|
||||
Destination: &conf.Ilm.FrozenMinAge,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "frozen-searchable-snapshot-repo",
|
||||
Usage: "frozen phase: searchable snapshot repo",
|
||||
Destination: &conf.Ilm.FrozenSearchableSnapshotRepo,
|
||||
},
|
||||
|
||||
// delete
|
||||
&cli.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user