mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 06:34:18 +02:00
fix typoe indicies to indices
This commit is contained in:
10
README.md
10
README.md
@@ -216,7 +216,7 @@ Pending Tasks 0
|
||||
Nodes 3
|
||||
Red Indices 0
|
||||
Long Running Tasks 2
|
||||
Indicies 221
|
||||
indices 221
|
||||
Docs 9854777
|
||||
Total Size 3.4 GB
|
||||
Total Queries 4210411
|
||||
@@ -534,7 +534,7 @@ cluster - manage cluster[s]
|
||||
allocate-empty-primary - allocate an empty primary shard to a node
|
||||
allocate-stale-primary - allocate a stale primary shard to a node
|
||||
datastream - manage data streams
|
||||
list - list indicies
|
||||
list - list indices
|
||||
show - show details about an data stream
|
||||
create - create a new data stream
|
||||
delete - delete a data stream
|
||||
@@ -554,8 +554,8 @@ ilm - manage index lifecycle
|
||||
list - list index rollover config
|
||||
show - show rollover forecast over all indices
|
||||
explain - explain ilm condition of an index
|
||||
index - manage indicies
|
||||
list - list indicies
|
||||
index - manage indices
|
||||
list - list indices
|
||||
show - show details about an index
|
||||
create - create a new index
|
||||
update - update an index
|
||||
@@ -564,6 +564,7 @@ index - manage indicies
|
||||
fields - show info about field capabilities
|
||||
ilm - show ilm status
|
||||
du - show index disk usage
|
||||
copy - copy (reindex) documents from one index to another
|
||||
alias - manage index aliases
|
||||
create - create an index alias
|
||||
list - list index aliases
|
||||
@@ -587,6 +588,7 @@ role - manage roles
|
||||
show - show details about a role
|
||||
diff - show differences between roles and CSV baseline
|
||||
search - search within an index
|
||||
searchql - search using ES/QL language
|
||||
shard - manage shards
|
||||
list - list shards
|
||||
show - show details about a shard
|
||||
|
||||
Reference in New Issue
Block a user