Vladimir
(Vladimír Čamaj)
June 23, 2021, 4:29pm
1
I have Kibana installed under the sudo user. As I try to run
/usr/share/kibana/bin/kibana -c /etc/kibana/kibana.yml
I get an error:
Error: EACCES: permission denied, open '/etc/kibana/kibana.yml'
kibana.yml chmod is 660 and chown is root:kibana
The user is in the kibana group.
Can somebody tell me please what is wrong with that?
rashmi
(kulkarni)
June 23, 2021, 6:07pm
2
Can you please check ls -l /etc/kibana/
for permissions again ?
Vladimir
(Vladimír Čamaj)
June 23, 2021, 6:14pm
3
Result is
-rwxrwx--- 1 root kibana 130 Jun 23 16:55 kibana.keystore
-rw-rw---- 1 root kibana 5066 Jun 23 18:10 kibana.yml
-rw-r--r-- 1 root kibana 216 Jun 10 22:24 node.options
I did it according this video tutorial where he calls
/usr/share/kibana/bin/kibana -c /etc/kibana/kibana.yml
BUT
as I start the Kibana according Digital ocean tutorial
sudo systemctl enable kibana
sudo systemctl start kibana
it works. Now I am not sure what is the difference and if the config file is that one I set up.
warkolm
(Mark Walkom)
June 23, 2021, 11:16pm
4
If you've installed the package, then please use systemctl
to manage the process.
system
(system)
Closed
July 22, 2021, 6:44am
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.