|
| 1 | +--- |
| 2 | +title: DocKit Monitor and Manage Elasticsearch Cluster |
| 3 | +description: Use DocKit to monitor and manage Elasticsearch including indices and alias management, |
| 4 | + nodes management, shards management, and templates management. This document outlines how to monitor and manage Elasticsearch in DocKit. |
| 5 | +head: |
| 6 | + - - meta |
| 7 | + - name: keywords |
| 8 | + content: DocKit, Elasticsearch GUI client, connect Elasticsearch server, Elasticsearch connection guide, Elasticsearch management tool, Elasticsearch desktop client, Elasticsearch data management, Elasticsearch data analysis, Elasticsearch data visualization, Elasticsearch query tool, Elasticsearch cross-platform client, Elasticsearch open-source client, Elasticsearch Mac client, Elasticsearch Windows client, Elasticsearch Linux client, Elasticsearch AI-powered search, Elasticsearch multiple server support |
| 9 | +--- |
| 10 | + |
| 11 | +# DocKit Monitor and Manage Elasticsearch Cluster |
| 12 | + |
| 13 | +DocKit as a NoSQL GUI client, it supports to monitor and manage Elasticsearch including indices and alias management, |
| 14 | +nodes management, shards management, and templates management. This document outlines how to monitor and manage |
| 15 | +Elasticsearch in DocKit. |
| 16 | + |
| 17 | +## Install and Open DocKit |
| 18 | + |
| 19 | +You can find detailed instructions on how to install and open DocKit in |
| 20 | +the [installation guide](../docs/installation.md). |
| 21 | + |
| 22 | +## Connect to Elasticsearch Server |
| 23 | + |
| 24 | +You can find detailed instructions on how to connect to Elasticsearch |
| 25 | +Server [connection guide](../docs/connect-to-server.md). |
| 26 | + |
| 27 | +## Monitor & Manage Elasticsearch Cluster |
| 28 | + |
| 29 | +### Cluster Management & Monitor |
| 30 | + |
| 31 | +Click the `Manage` panel to monitor and manage the Elasticsearch cluster, you can view the cluster health, indices, |
| 32 | +nodes, and shards information as below: |
| 33 | + |
| 34 | +In Cluster page, you can view the cluster health, nodes number, indices number, shards number, and other cluster |
| 35 | +overview information. |
| 36 | + |
| 37 | +### Nodes Management & Monitor |
| 38 | + |
| 39 | +Click the `Nodes` tab to view the nodes list, you can see the list of nodes, click a node, you can view the node name, |
| 40 | +IP, disk information, memory usage and other useful node information. |
| 41 | + |
| 42 | + |
| 43 | +### Shards Management & Monitor |
| 44 | + |
| 45 | +Click the `Shards` tab to view the shards list, you can view the shard name, index name, state, and other shards related |
| 46 | +information. click the shard item, DocKit will show the selected shard detail information like docs count, size, memory |
| 47 | +and etc. |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | +### Indices Management & Monitor |
| 52 | + |
| 53 | +Click the `Indices` tab to view the indices list, you can view the index name, document count, state, health and other |
| 54 | +index |
| 55 | +information, you can also: |
| 56 | + |
| 57 | +- Create the index by clicking the `New Index` button on the right top, |
| 58 | +- Delete the index by clicking the `...` in the `Actions` column and select the `Delete` option, |
| 59 | +- Close/open the index by clicking the `...` in the `Actions` column and select the `Close`/`Open` option, |
| 60 | +- Refresh the index by clicking the `Refresh` button on the right top. |
| 61 | +- Remove the alias by clicking the icon in the `Aliases` column and select the `Remove Alias` option. |
| 62 | +- Switch the alias by clicking the icon in the `Aliases` column and select the `Switch Alias` option. |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +### Templates Management & Monitor |
| 67 | + |
| 68 | +Click the `Templates` tab to view the templates list, you can view the template name, type, version and other template |
| 69 | +related information. You can also click `Create Template` button on the right top to create a new template. |
| 70 | + |
| 71 | + |
0 commit comments