Logstash Huge data import + Fast import

As I said, "multiple file inputs listing a single path each".

input {
  file {
    path => "file1"
  }
  file {
    path => "file2"
  }
  ...
}