Elasticsearch to csv through logstash - basic question

I want to use logstash to process data stored in elasticsearch and write output to csv. Do I need to install logstash on the server where elastic runs or I can install it locally only and connect to the server? Or I can do either one?

Hi!

You can do either one. If you're using this sporadically/manually, I would suggest you install it on your local machine. If it has to run as a service and produce files continuously, install it on a server as a service.

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