Skip to content

Cipher filter does not decrypt all messages #27

@murangoo

Description

@murangoo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions