How to upload csv files with high speed to Elasticsearch ( bulk copy , block copy )

How to upload csv files with high speed / best performance to Elasticsearch ( bulk copy , block copy ) ?
we have got csv format files every with 1TB size .

regards

Welcome!

In this talk, I'm using filebeat for that with some ingest processors to extract from each line the meaningful information.

Filebeat config

Ingest pipeline

HTH