I am using Windows OS as a source in which Logstash is installed and run Logstash using the following command on PowerShell:
logstash -f logstash.conf
Now as I am working in an industrial setting, manually running this command after every reboot is not feasible and I want to configure it in such a way that whenever system reboots, Logstash runs automatically.
Please suggest me a way to do this.