10 lines
136 B
YAML
10 lines
136 B
YAML
|
---
|
||
|
"Indices status test":
|
||
|
- do:
|
||
|
indices.status: {}
|
||
|
|
||
|
- do:
|
||
|
catch: missing
|
||
|
indices.status:
|
||
|
index: not_here
|