{% extends "admin/base.html" %} {% block title %}Elastic Search {{ super() }}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Mappings

{{ csrf() }}
{{ csrf() }} Choices:
{% for index, mapping in mappings %}

{{ index }}

{{ mapping|dictsort|pprint }}
{% endfor %}

Health

{{ health|pprint }}

State

{{ state|pprint }}

Nodes

{{ nodes|pprint }}
{% endblock %}