{% extends "base.html" %} {% block head %} {{ super() }} {% block title %}Elasticsearch Indices Health{% endblock %} {% endblock %} {% block content_body %}
Elasticsearch Indices Health
# Index Name Status Shards Number Replicas Number Active Primary Shards Active Shards Relocating Shards Initializing Shards Unassigned Shards
{% endblock %} {% block script %} {{ super() }} {% endblock %}