Welcome to the elasticsearch plugin: gui. With this plugin you can do a number of things.

  • Connect to each elasticsearch instance you have (html based) access to
  • Search the connected elasticsearch instance. This is how a search box on a website could work.
  • Construct a query and learn about the constructed query
  • Experiment with a few graphs

Basic cluster information

Cluster name {{health.cluster_name}}
Number of nodes {{health.number_of_nodes}}
Number of data nodes {{health.number_of_data_nodes}}
Active primary shards {{health.active_primary_shards}}
Active shards {{health.active_shards}}
Relocating shards {{health.relocating_shards}}
Initializing shards {{health.initializing_shards}}
Unassigned shards {{health.unassigned_shards}}

Indexes information

Index Size #docs #shards
{{key}} {{value.index.primary_size}} {{value.docs.num_docs}} {{value.shards.size()}}

Information about the nodes.

Node name Version Client Actions
{{value.name}} {{value.version}} (data: {{value.attributes.data}}) More info