Manage you elasticsearch Cluster through KOPF

Manage you elasticsearch Cluster through KOPF





1. install KOPF. The kopf plugin provides a GUI for Elasticsearch. You can find out the Version details from here.


[root@elk ~]# /usr/share/elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/v2.1.1
-> Installing lmenezes/elasticsearch-kopf/v2.1.1...
Trying https://download.elastic.co/lmenezes/elasticsearch-kopf/elasticsearch-kopf-v2.1.1.zip ...
Trying https://search.maven.org/remotecontent?filepath=lmenezes/elasticsearch-kopf/v2.1.1/elasticsearch-kopf-v2.1.1.zip ...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/lmenezes/elasticsearch-kopf/v2.1.1/elasticsearch-kopf-v2.1.1.zip ...
Trying https://github.com/lmenezes/elasticsearch-kopf/archive/v2.1.1.zip ...
Downloading ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Verifying https://github.com/lmenezes/elasticsearch-kopf/archive/v2.1.1.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
Installed kopf into /usr/share/elasticsearch/plugins/kopf
[root@elk ~]#


2. Access the KOPF here
http://<Your IP here>:9200/_plugin/kopf/#!/cluster

3. Elasticsearch System Information.


4.  Close, optimize and Delete Index.

Before:


After:






0 Comments