Marvel 2.1.1

Hi,
I've updated the ES from 2.1.0 to 2.1.1 and I install Marvel 2.1.1.
I writed http://localhost:9200/_plugins/marvel-agent but ı have error.
My error :

{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No feature for name [marvel-agent]"}],"type":"illegal_argument_exception","reason":"No feature for name [marvel-agent]"},"status":400}

What can I do?

Hi,

Marvel 2.x user interface is provided with a Kibana application. You can follow the instruction here:
https://www.elastic.co/guide/en/marvel/current/getting-started.html

Thank you. I am using Centos and I tried but I have a problem with Kibana.
I downloaded kibana

wget https://download.elastic.co/kibana/kibana/kibana-4.3.1-linux-x64.tar.gz

after

yum install kibana-4.3.1-linux-x64.tar.gz

My error:

Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile

What is the problem?

You cannot install tar.gz packages using yum. You must extract the tar.gz archive, install the marvel plugin and then and start kibana.

See Set up | Kibana Guide [8.11] | Elastic