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 logging folder creation #41

Closed TheKatarGit closed 6 years ago

TheKatarGit commented 6 years ago

If creating folder before the kibana5_configure resource call, then kibana user would not exist at that moment and we will have to create directory under any other user and then change rights. If creating directory after kibana5_configure call then the resource will fail because it can't create file in non-existent directory.