Boaz Leskes 0e6bb1f28b [Rest] Add the cluster name to the "/" endpoint
The root endpoint returns basic information about this node, like it's name and ES version etc. The cluster name is an important information that belongs in that list.

Closes #7524
2014-09-01 10:05:11 +02:00

10 lines
212 B
YAML

---
"Info":
- do: {info: {}}
- match: {status: 200}
- is_true: name
- is_true: cluster_name
- is_true: tagline
- is_true: version
- is_true: version.number