Hi, I m using Logstash 5.1.1 in Windows operating system.
I am trying to receive logstash input fron FTP server with the below filter:
input {
exec {
command => "curl ftp://servername/apacheLog.log"
interval => 300
}
}
And getting the error: " 'curl' is not recognized as an internal or external command,operable program or batch file. "
Please suggest.