Can we schedule and run multiple conf files simultaneously for Logstash?

Hi All,

Can i schedule my logstash config files and run them ? Is there any tool for such purposes ?
Please reply if you have a solution.
Thanks in advance !

On Unix systems, cron is the standard tool for running tasks periodically. Windows also has a task scheduler.

Why would you want to do this? Logstash is typically set up to run continuously.

In linux logstash can read all configuration files under the /etc/logstash/conf.d/ directory automatically.
but there is no such option available in windows, how do i reload the configuration file in windows automatically.
I'm running logstash 5.0.1

@gauravkb, please start a new thread for your unrelated question.