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

are you sure we don't need nginx configuration? #6

Closed gmmurugan closed 7 years ago

anuriq commented 7 years ago

Hi @gmmurugan My original intention was to provide resources/recipes for configuration of nginx, apache, etc. But then 2 things came to my mind:

There is an example of configuration alongside nginx in test/fixtures. As you can see, it is a lot cleaner this way, when we do just kibana part, and nginx part is done by chef_nginx for example.

anuriq commented 7 years ago

anyway, thanks for suggestion.