Indexing emails to elasticsearch

hello everyone .. finally my indexing code worked just there is an error when the messages are transmitted from gmail to kibana they do not pass all i found just a few

input {
imap {
host => "imap.gmail.com"
password => "xxxxxxxxxx"
user => "rouchad767@gmail.com"
port => 993
check_interval => 50
folder => "Inbox"
}
}
output {
elasticsearch {
index => "firsttest"
document_type => "email"
hosts => "localhost:9200"
}

}

what i need to do

You will need to show the error in full :slight_smile:

thank you ... i don't know there no error when i check kibana i found only few emails
i don't know if logstash takes more time to to transmit all of data

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