EsHero

Nodes

<% @nodes.each do |node| %> <% end %>
Node CPU Connections
<%= node[:name] %> <%= node[:cpu] %>% <%= node[:connections] %>

Indices

<% @indices.each do |index| %> <% end %>
Index Documents Size
<%= index[:name] %>
<% if index[:aliases].any? %>aliased as <%= index[:aliases].join(", ") %><% else %> <% end %>
<%= number_with_delimiter(index[:docs]) %> <%= number_to_human_size(index[:size]) %>