# Csv files from FIlebeat to Elasticsearch

**URL:** https://discuss.elastic.co/t/csv-files-from-filebeat-to-elasticsearch/229492
**Category:** Elasticsearch
**Created:** [April 23, 2020, 2:43pm UTC](https://discuss.elastic.co/t/csv-files-from-filebeat-to-elasticsearch/229492 "2020-04-23T14:43:34Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [April 23, 2020, 3:23pm UTC](https://discuss.elastic.co/t/csv-files-from-filebeat-to-elasticsearch/229492/2 "2020-04-23T15:23:05Z")

</div>

Welcome!

1. Logstash is an ETL (Extract Transform and Load) tool. Used for complex use cases. You don't need it here. You can directly stream the CSV to Elasticsearch with filebeat and use [https://www.elastic.co/guide/en/elasticsearch/reference/7.6/csv-processor.html](https://www.elastic.co/guide/en/elasticsearch/reference/7.6/csv-processor.html) to transform the data.

2. Here is one:

> <https://github.com/dadoonet/bano-elastic/blob/master/filebeat-config/filebeat-cloud.yml>

And the associated ingest pipeline:

> <https://github.com/dadoonet/bano-elastic/blob/master/cloud/ingest-bano.json>

---

_[View the full topic](https://discuss.elastic.co/t/csv-files-from-filebeat-to-elasticsearch/229492)._
