I am using logstash for ETL purpose and have 3 indexes in the Elastic search .Can I insert documents into my 3 indexes through 3 different logtash processes at the same time to improve the parallelization or should I insert documents into 1 index at a time.
My elastic search cluster configuration looks like: 3 data nodes 1 client node
3 data nodes - 64 GB RAM, SSD Disk 1 client node - 8 GB RAM
Shards - 20 Shards Replica - 1 Thanks