Index attachements files of Email using ELK

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?

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