fix #49: add ilm policy to index+index-template create+modify (#50)

This commit is contained in:
T. von Dein
2026-06-25 07:52:54 +02:00
parent 75a94fade3
commit 825b3ce5d1
5 changed files with 64 additions and 43 deletions

View File

@@ -28,7 +28,7 @@ import (
)
const (
Version string = `v0.0.21`
Version string = `v0.0.22`
)
var (
@@ -51,6 +51,7 @@ type Config struct {
Failed, Partials bool // index: flags
Shards, Replicas int // index create+allocation: -s -r
Wait bool // index create: -w
Policy string // index create: -p
Primary bool // index allocation: -p
Searchable bool // index fields: -s
Aggretable bool // index fields: -a