You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
elasticsearch {
index => "emails"
document_type => "_doc"
hosts => "172.31.27.212:9200"
user => "elastic"
password => "mypasswd"
}
}
'''
Sample Data: None
Steps to Reproduce:
1: ./bin/logstash -f logstash.conf`,run the logstash and monitoring the mail server
2: send a test email to mail address
3: logstash consle print the email info and continue print the same email. meantime, elasticsearch recived many repeat email.
The text was updated successfully, but these errors were encountered:
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
'''
input {
imap {
host => "imap.host.com"
user => "[email protected]"
password => "mypasswd"
content_type => "text/plain"
secure => true
port => 993
check_interval => 10
folder => "Inbox"
}
}
output {
stdout { codec => rubydebug }
}
'''
1: ./bin/logstash -f logstash.conf`,run the logstash and monitoring the mail server
2: send a test email to mail address
3: logstash consle print the email info and continue print the same email. meantime, elasticsearch recived many repeat email.
The text was updated successfully, but these errors were encountered: