Installing the ES plugin
Marvel
Marvel is an ES developer's free-to-use management tool with a built-in console called sense, which is run in a browser and is easily communicated with ES based on sense. Many of the demos in the official documentation have a link to the view in sense, and if the plugin is installed, click View in sense to run the demo you are interested in.
Installation mode:./bin/plugin -i elasticsearch/Marvel/latest
View Way: http://realtime.goodow.com:9200/_plugin/marvel/
If you don't want Marvel to automatically monitor your local cluster after installation, you can turn it off by configuring it
echo ' Marvel.agent.enabled:false '>>./config/elasticsearch. Yml
Head
Head is an ES management tool similar to Marvel, and head is lighter than marvel. The installation and access methods are similar to marvel.
Install Marvel and head plugin for Ealsticsearch