add ilm forecast show

This commit is contained in:
2026-06-25 13:29:24 +02:00
parent 5f60696b01
commit e1291d1d92
3 changed files with 116 additions and 33 deletions

View File

@@ -480,14 +480,17 @@ ilm - manage index lifecycle
list - list index lifecycle policies
show - show details about an index lifecycle policy
create - create a index lifecycle policy
forecast - calculate index phase movements
list - list index rollover config
show - show rollover forecast over all indices
index - manage indicies
list - list indicies
show - show details about an index
create - create a new index
modify - modify anindex
delete - delete an index
close - close an index
allocation - explain index allocation
modify - modify an index
fields - show info about field capabilities
ilm - show ilm status
alias - manage index aliases
@@ -522,10 +525,10 @@ version - show esctl version information
debug - developer only
help-jsonpath - show jsonpath help
completion - Output shell completion script for bash, zsh, fish, or Powershell
pwsh - Output pwsh completion script
bash - Output bash completion script
zsh - Output zsh completion script
fish - Output fish completion script
pwsh - Output pwsh completion script
```
# Development