Logstash output to FTP

Hello,

We have a use case, where our admins would like to receive Logstash's json output files directly to their FTP using non-standard ftp port.
I tried using file output plugin with below path, but it fails.

ftp://logstash:password@10.10.10.10:652/test.json

Connecting normally via browser, works.
The error:

[ERROR] 2019-05-31 10:12:02.977 [[main]>worker9] WorkerLoop - Exception in pipelineworker, the pipeline stopped processing new events, please check your filter configuration and restart Logstash.
org.jruby.exceptions.SystemCallError: (ENOTDIR) Not a directory - ftp:

Any idea how to tackle this topic? Thanks!

Hello.
Probably it is not possible with the file output to accomplish that. If you would like to do that, you could use the NFS. Mount the external partition locally and save the file there. Or just use RSYNC or other tool to synchronize the data between servers.

Another options would be:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.