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

Cipher filter does not decrypt all messages #27

Open
murangoo opened this issue May 6, 2019 · 3 comments
Open

Cipher filter does not decrypt all messages #27

murangoo opened this issue May 6, 2019 · 3 comments

Comments

@murangoo
Copy link

murangoo commented May 6, 2019

Hi,

I have problem with decrypting all sent messages via logstash. I've already worked out different algorithms. Errors that occurred:

[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x52e0f039, :error=>#<OpenSSL::Cipher::CipherError: No message available>}
[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x793feb6d, :error=>#<OpenSSL::Cipher::CipherError: last block incomplete in decryption>}
[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x2d396dcb, :error=>#<OpenSSL::Cipher::CipherError: pad block corrupted>}
[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x481459f2, :error=>#<OpenSSL::Cipher::CipherError: last block incomplete in decryption>}
[2019-05-02T13:57:55,676][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x2e2cb2bc, :error=>#<OpenSSL::Cipher::CipherError: pad block corrupted>}
[2019-05-02T13:57:55,676][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x66e491, :error=>#<OpenSSL::Cipher::CipherError: Cipher not initialized>}
The effect is that not all messages are correctly decoded.
You have an idea where these errors come from?

@pdanysz
Copy link

pdanysz commented May 13, 2019

Is this plugin still alive ?

@MorrieAtElastic
Copy link

Please subscribe to #24; when that code fix becomes available it should fix the errors referenced above.

@kabilankabi
Copy link

Is this issue is fixed ??

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

4 participants