anuriq / chef-kibana5

Chef cookbook for installing Kibana 5.x.x
https://supermarket.chef.io/cookbooks/kibana5
Apache License 2.0
5 stars 15 forks source link

Added Ubuntu 14.04 compatibility #27 #28

Closed catalinvr closed 6 years ago

catalinvr commented 6 years ago

This fixes the #27 bug

catalinvr commented 6 years ago

Seems that centos tests fails. When I will have time I will investigate this issue: https://travis-ci.org/anuriq/chef-kibana5/jobs/346752842

anuriq commented 6 years ago

Hi @catalinvr Would you like to use Upstart?

catalinvr commented 6 years ago

Hi,

For ubuntu 14.04 was easier for me to use the init.d template. Do you have any recommendation regarding how I can implement kibana service?

Thanks, Cata

anuriq commented 6 years ago

Hi @catalinvr I am sorry to say this, but I cannot merge this feature. This cookbook was created to support only latest configurations, that's why only systemd is used for service start. You are welcome to fork and use your own version. Thank you very much for your efforts.