I'm just updated my Kibana to 4.4 and I have encounter some problems:
[fadzhli@elk ~]$ sudo service kibana start
chown: invalid user: 'kibana:root'
kibana started
[fadzhli@elk ~]$ sudo service kibana status
[sudo] password for fadzhli:
kibana is not running
As you can see I start the service, the service is running but on the status is not running. How to resolve this problem,
Thank you