Hi everyone;
I try to index attachement files of Email using logstash and Imap plugin of logstash, but i can get attachement files of emails.
imap {
host => "mydom.mydomain.com"
user => "test-search@mydomain.com"
password => "myPass`Preformatted text`word"
port => 143
secure => false
check_interval => 1
strip_attachments => true
content_type => "multipart/mixed"
}
someone can help?