Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imap plugin continued read a lot of repeat email #52

Open
sunyaxiong opened this issue Nov 21, 2020 · 0 comments
Open

imap plugin continued read a lot of repeat email #52

sunyaxiong opened this issue Nov 21, 2020 · 0 comments

Comments

@sunyaxiong
Copy link

sunyaxiong commented Nov 21, 2020

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:

  • Version:7.8.0
  • Operating System: CentO S
  • Config File (if you have sensitive info, please remove it):
    '''
    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 }

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant