Imap input plugin error: Error: syntax: expecting '(', found '\' on win2012

Hi, I am setting up the imap input plugin. It works but after read several emails (fetch_count). It give me the error "Error: syntax: expecting '(', found ''". Anyone have the same problem ? Thanks in advance.

My env : Win2012
My config :
input {
imap {
check_interval => 20
host => "imap.zoho.com"
password => "xxxxxxx"
port => 993
user => "tony@prowill.com"
strip_attachments => true
fetch_count => 2
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.