{% extends "rules/base.html" %} {% block content %}
{% if elasticsearch %}

Data shards

  • Active primary shards:N/A
  • Active shards:N/A
  • Relocating shards:N/A
  • Initializing shards:N/A
  • Unassigned shards:N/A

Filesystems info

  • Size of stored data: N/A
  • FS total size: N/A
  • FS free space: N/A

Documents/entries info

  • Nb of documents: N/A
  • Nb of deletions: N/A

Nodes info

  • Number of nodes: N/A
  • Number of data nodes: N/A
{% if logstash_stats %}

Logstash event insertion speed (last {{ date }})

Fetching data...
{% endif %}
Fetching data
{% else %}
Nothing to see here if you don't enable elasticsearch.
{% endif %}
{% endblock %} {% block sidebar %}

Elasticsearch

{% endblock %}