13 lines
154 B
YAML
13 lines
154 B
YAML
|
---
|
||
|
"Indices status test":
|
||
|
- do:
|
||
|
indices.status: {}
|
||
|
|
||
|
- is_true: ok
|
||
|
|
||
|
- do:
|
||
|
catch: missing
|
||
|
indices.status:
|
||
|
index: not_here
|
||
|
|