realityforge/chef-kibana

document root incorrect when using nginx and install from release

dpippenger opened this issue · 4 comments

When using install from release on kibana 3.1.2 the document root should be /opt/kibana/current. But the nginx.rb hard codes appending 'current' and 'src' to the document root. Since kibana upstream seems to be somewhat inconsistent with the structure of the git repo and released package contents it may make the most sense for the document root to be a configurable value.

Just came across same issue, had to update nginx config file and remove src subfolder from path. Is there a better way to fix this?

👍

Can you release a new version to have this bug corrected please?

new version 0.1.10 was release.