I am installing logstash 6.3.0 in Ubuntu with the following commands
curl -L -O https://artifacts.elastic.co/downloads/logstash/logstash-6.3.0.deb sudo dpkg -i logstash-6.3.0.deb
Although the installation is completed, Still no logstash file will be created in /etc/init.d directory and therefore having issues in starting logstash
But when I install a lower version with the following URL and it creates the file successfully https://download.elastic.co/logstash/logstash/packages/debian/logstash_2.3.4-1_all.deb
What is the exact reason for that and are there any place to get an .deb file of 6.3 logstash ??