Connected to: {{ elasticHost }}
| Index Name | Health | Status | Docs Count | Docs Deleted | Store Size | Pri Shards | Rep Shards |
|---|---|---|---|---|---|---|---|
| {{ index.name }} | {% if index.health == 'green' %} Green {% elseif index.health == 'yellow' %} Yellow {% elseif index.health == 'red' %} Red {% else %} {{ index.health }} {% endif %} | {{ index.status }} | {{ index.docs_count|number_format }} | {{ index.docs_deleted|number_format }} | {{ index.store_size }} | {{ index.pri_shards }} | {{ index.rep_shards }} |
No indices found.
{% endif %} {% endif %}