{% extends "webui/search/base.html" %} {% block title %}Admin{% endblock %} {% block breadcrumbs %}{{ block.super }}
  • Admin
  • {% endblock breadcrumbs %} {% block content %}

    Search Admin

    Status

    {% if not ping %}
    No response from Elasticsearch server!
    {% endif %} {% for line in server_info %} {% endfor %}
    {{ line.label }}{{ line.data }}
    {% if no_indices %}
    You have no indices — you need to re-index!
    {% endif %}

    Re-index

    {% csrf_token %}
    {{ indexform.index }}
    {% if dropform %}

    Drop Indexes

    {% csrf_token %}
    {{ dropform.index }} {{ dropform.confirm }} Yes, I want to do this.
    {% endif %}
    {% endblock content %}