{% extends "base.html" %} {% block head %} {{ super() }} {% block title %}Elasticsearch Nodes Info{% endblock %} {% endblock %} {% block content_body %}
# Name Process ID Http Address Version Running Java Version Total Disk Space Used Disk Space Percentage Used Heap(JVM) Used Heap Percentage(JVM) Used Total Memory Used Total Memory Percentage Node Uptime Node Role Stats Info
{% endblock %} {% block script %} {{ super() }} {% endblock %}