{% extends "base.html" %} {% block head %} {{ super() }} {% block title %}Elasticsearch Cluster Stats{% endblock %} {% endblock %} {% block content_body %}

Nodes Stats

  • Failed
  • Successful
  • Total
  • Coordinating only
  • Data
  • Ingest
  • Master
  • Total
  • Available in bytes
  • Free in bytes
  • Total in bytes
  • Allocated processors
  • Available processors
Memory info
  • Free in bytes
  • Free percent
  • Total in bytes
  • Used in bytes
  • Used percent
Names
  • Max uptime in millis
  • Threads
Memory info
  • Heap max in bytes
  • Heap used in bytes
Versions
  • Http types
  • Transport types
  • Cpu percent
Open file descriptors
  • Avg
  • Max
  • Min
Plugins
Versions

Indices Stats

  • Completion bytes size
  • Indices count
  • Documents count
  • Deleted documents
  • Field data evictions
  • Field data memory bytes size
  • Indices store bytes size
  • Cache count
  • Cache size
  • Evictions
  • Hit count
  • Memory size in bytes
  • Miss count
  • Total count
  • Count
  • Document values memory in bytes
  • Fixed bit set memory in bytes
  • Index writer memory in bytes
  • Max unsafe auto id timestamp
  • Memory in bytes
  • Norms memory in bytes
  • Points memory in bytes
  • Stored fields memory in bytes
  • Term vectors memory in bytes
  • Terms memory in bytes
  • Version map memory in bytes
File sizes
  • Primaries count
  • Replication count
  • Total count
Primaries
  • Avg
  • Max
  • Min
Replication
  • Avg
  • Max
  • Min
Shards
  • Avg
  • Max
  • Min
0%

Free memory

0%

Used memory

0%

Available cpu processor

0%

Used jvm heap memory

{% endblock %} {% block script %} {{ super() }} {% endblock %}