Logstash 5.4 , i installed freshly in my ubuntu 16.04 server , after starting the logstash there is no logstash file in init.d directory

Since Ubuntu 16.04 uses systemd instead of init, you should try:

sudo systemctl start logstash.service

which is described in the same doc.