Logstash Parse Error

If i try to parse the Log file with Logstash which basically takes input from Filebeat.
But, am getting the following Error.
FYI, It parses few and it ignores the other.
Example: if a file has 100 records it parse(consumes) around 5 records and it shows error for the rest (95) of the records.

←[31mMultiline: flush downstream error {:exception=>#LogStash::Inputs::Beats::InsertingToQueueTakeTooLong:LogStash::Inputs::Beats::InsertingToQueueTakeTooLong>, :level=>:error}←[0m

Can anyone please help me with this issue, asap ??

Thanks
Pramod

Can you gist/pastebin/etc your config?