How to read csv files from another machine /server and How define path in logstash config file or in filebeat yml file?

input {
file {
path => "/home/bhaveshk/.*csv"    (How to define path here to read csv file from another machine/server)
start_position => "beginning"
sincedb_path => "/dev/null"
}

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