{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set time = collector.time ? '%0.0f'|format(collector.time) : 'n/a' %} {% set icon %} {{ include('@Elasticsearch/Collector/icon.svg') }}
{% endset %} {% set text %} {% if collector.enabled %} {% else %} {% endif %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }} {% endblock %} {% block menu %} {{ include('@Elasticsearch/Collector/icon.svg') }} Elasticsearch {% endblock %} {% block panel %} {% if collector.enabled %}No queries were performed.
#▲ | Execution Time | Info |
---|---|---|
{{ loop.index }} | {{ '%0.2f'|format(query.time * 1000) }} ms |
Request:
{{ query.request|json_encode }}
Item count: {{ query.response.hits.total.value }}
{% if query.backtrace is defined %}
{% endif %}
View formatted request View formatted response {% if query.backtrace is defined %} View query backtrace {% endif %} |
{{ collector.clusterInfo|json_encode(constant('JSON_PRETTY_PRINT')) }}
Name▲ | Status | Replication (pri, rep) | Doc Count |
---|---|---|---|
{{ index.index }} | {{ index.status }} | {{ index.pri }}, {{ index.rep }} | {{ index['docs.count'] }} |
Elasticsearch was not enabled in this request.