Sending EXCEL data to Logstash & Kibana - EMC Data Storage - Chat Analysis Project

Hello Team,

I have installed ELK stack on one of the window server.
All 3 products are up and running fine! However, I need to send a simple excel file into logstash & get it displayed in Kibana.
I am not sure about the steps to be executed for this scenario. Can someone help me on the same?

I have only installed logstash on windows server at this moment. Do we need to install logstash agents and other softwares?

Please help us on the same!
Raghavendra Guttur
EMC Data Storage Systems
EMC Bangalore, India
+91 9901900122

Logstash doesn't support XLS, you will need to export that to CSV.

Thanks for your reply!
Do you have a sample format of CSV data that can be pumped into logstash?
Meanwhile, I am planning to leverage options available in Kibana tool for uploading this CSV data. Is that ok?
If commands are useful, do you mind sharing the command line?

Just export the XLS as a CSV, then you have your data.

There are no tools in Kibana to upload data to ES, that's what Logstash is for.

Sure! Let me give it a try.

Mark,

Was able to design an input, filter, output conf file and was able to pump the data!
Also referred below site for more information:
https://kevinkirsche.com/2014/08/25/using-logstash-to-import-csv-files-into-elasticsearch/

Fantastic! Thanks for all your help!