Elasticsearch status
Indices
| Name | Start date | Count |
|---|---|---|
| {{ item.name }} | {{ item.start_date }} | {{ item.count }} |
Mapping ({{ latest_index }})
{{ mapping }}
{% extends 'admin/base_site.html' %} {% load i18n admin_urls static admin_list %} {% block extrastyle %} {{ block.super }} {% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block content %}| Name | Start date | Count |
|---|---|---|
| {{ item.name }} | {{ item.start_date }} | {{ item.count }} |
{{ mapping }}