ELASTICsearch and Kibana as a service in 6.3

How to set up ES and Kibana as a service in 6.3 version? I didn't find it in documentation for 6.3? HELP

On which OS?

@waqark3389 Unix
I found the below commands. Will they suffice?
sudo /bin/systemctl daemon-reload
sudo /bin/systemctl enable elasticsearch.service
sudo /bin/systemctl start elasticsearch.service

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.