rijinmp
(Rijin)
August 30, 2019, 2:58pm
1
Hi All ,
After the installation of kibana 7.3.1 rpm (Cent Os) , when I am running the binary by command
./bin/kibana
its showing an error messsage
"Kibana should not be run as root. Use --allow-root to continue."
When I am tried with this command "./bin/kibana --allow-root" , issue was solved . Kibana run successfully ?
Is there any changes in Kibana 7.3.1 ? Why this error message comes ?
lukeelmers
(Luke Elmers)
August 30, 2019, 4:58pm
2
Hi @rijinmp -
Yep, what you are running into is expected and was introduced in this PR that landed in 7.2
As the PR explains,
Kibana shouldn't need root access to run - generally it's a good practice to run with the least amount of privileges
We would recommend instead using service kibana start
to run as the kibana user, since running as root can cause issues.
rijinmp
(Rijin)
September 1, 2019, 8:42am
3
Do we need to create a user "kibana" in centos ?
system
(system)
Closed
September 29, 2019, 8:42am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.