kibana --version shouldn't produce permission error #13053
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
Kibana version: 5.2.0, 5.4.0
Elasticsearch version: 5.2.0, 5.4.0
Server OS version: CentOS 6.9
Browser version: N/A
Browser OS version: N/A
Original install method (e.g. download page, yum, from source, etc.): yum
Description of the problem including expected versus actual behavior:
When I run
kibana --version
as a user other thankibana
, I get a "permission denied" message. Very minor, but confusing.Steps to reproduce:
kibana
user:sudo -u kibana bin/kibana-plugin install x-pack
/usr/share/kibana/bin/kibana --version
as a user other than root or kibana.Errors in browser console (if relevant): N/A
Provide logs and/or server output (if relevant):
Result is:
If I run
sudo -u kibana /usr/share/kibana/bin/kibana --version
, I don't get this error.The permissions on the directory seem correct:
although I ran
sudo chown -R kibana:kibana /usr/share/kibana/optimize/
just to be sure.Related to #8818 and other issues. But I think I'm doing things the way the documentation recommends. And I'm not having errors in Kibana itself.
The text was updated successfully, but these errors were encountered: