Use Filebeat for CSV logs?

I am new to elastic. I have many gigabytes of csv logs that I want to load into elastic. I assume that I use filebeat.

What do I need to configure in filebeat apart from the path to the logs (/home/assessor/Desktop/auditlogs/*csv) to get it to work?

I've seen mentioned an ingestion pipeline, but as I am not familiar with ELK I'm not sure that is something that applies. Any help would be appreciated.

U can use the filebeat csv processor, Decode CSV fields | Filebeat Reference [7.14] | Elastic, or the elasticsearch ingest pipeline csv processor, CSV processor | Elasticsearch Guide [7.14] | Elastic to parse the fields.

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