i have logstash running on a different machine and want to read csv files from anothere mechine.
Is there a way to set the ip in file input of config file?
i have logstash running on a different machine and want to read csv files from anothere mechine.
Is there a way to set the ip in file input of config file?
No, the file
input only works for local files on the same machine that is running Logstash.
In your case you may use filebeat to read the file in the remote machine and send it to the logstash machine.
Hi Leandro,
what about this;
Hi @ibra_013
Well yes (maybe) .. if you can mount remote filesystems to the local machine then yes / maybe (with a lot of cautions as the doc you linked to speaks to) ... but I don't think that was what the OP was asking.
As @leandrojmp was describing ...
Filebeat (1 to Many Remote) -> Logstash -> Elasticsearch
is a pretty common architecture
Hi Stephen,
it can be used but at your own risk, not recommended, understood.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.