Getting Kibana Up and Running

Hi
I am using Elasticsearch 2.1.1 on CENTOS. I want to install Kibana 4.3.1

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 can't install .tar.gz files with yum. Either download the RPM or follow the .tar.gz installation instructions: https://www.elastic.co/guide/en/kibana/current/setup.html#install

There's no RPMs unfortunately

There's no RPMs unfortunately

Ah, right. And no Debian packages. The issue for at least Debian packaging was closed months ago (4.1 timeframe IIRC) yet no packages have been made available. This is very hard to understand.

ok I installed
ES 2.1.1
Marvel 2.1.1. (license and marvel-agent)
Kİbana 4.3.1.
Thank you:)

I have question. I was using marvel 1.3.1 sense. Now I installed Marvel 2.1.1.
Is the sense editor in the Marvel 2.1.1.?

I found it;)

bin/kibana plugin --install elastic/sense

Thank you for everything.