Problem input file version 2.2.0

@chicco_95 @DaanCreemers

Folks,

Please try putting the value beginning in double quote for start position in input config.

Eg.

input {
  file {
    path => "/home/data/your-log-file.txt"
    start_position => "beginning"
  }
}

I spent 6 hours pulling my hair for this. It works after I added start_position the value in the double quotes. Hope it works for you.

Cheers.