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