-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deb package does not have correct permissions for directory #6085
Comments
Also this #6091 |
@robin13 Did your install process deviate from https://www.elastic.co/guide/en/kibana/4.4/setup.html at all? The post install script should chown the optimize folder to kibana. |
I resolve this issue with running command 'chmod 666 .babelcache.json' |
Process to reproduce: Install deb package, then install marvel plugin (need to be root to do this).
Of course it can be fixed by chown-ing back to kibana user after
In addition - if Kibana has been run once (as kibana user), then the This state occurred when automating kibana install with Ansible, so I guess I can add the |
@robin13 Is this fixed in master? |
@nikolay This is not fixed, and IMO cannot be fixed from Kibana - this is an (unavoidable?) side effect of installing plugins with a configuration management system running as root. The workaround is to chown the babelcache file as part of your deployment process after installing plugins. |
Installed with debian package - kibana likes to write to
/opt/kibana/optimize/.babelcache.json
, but the file is owned by root...The text was updated successfully, but these errors were encountered: