Chelseawillrecover
Chelseawillrecover

Reputation: 2654

Run Kibana 4.1.1 as a service on CentOS 6.5

I recently upgraded our Elasticsearch server to 1.7.0 and now tried to upgrade Kibana to 4.1.1 but stuck with the service startup.

I have not seen any documentation on how to start the kibana 4.1.x as a service on CentOs 6.5 but only seen for CentOS7

Anyone done this install on CentOS 6.5?

Update

See post for tutorial I had to put together on how to install Elasticsearch 1.7.x and Kibana 4.1.x on CentOS 6.5

Upvotes: 2

Views: 4559

Answers (2)

mathakoot
mathakoot

Reputation: 1742

EDIT: This is for CentOS 7

Check this wonderful step by step tutorial for installing ELK on CentOS. It has steps to run all three components Elasticsearch, Logstash and Kibana - as services. I used the Ubuntu variant of the tutorial and works just fine for me.

Upvotes: -1

Yuvraj Gupta
Yuvraj Gupta

Reputation: 2475

For Kibana use this repository:- https://github.com/cjcotton/init-kibana

Upvotes: 4

Related Questions