MrAtheist
(MrAtheist)
April 27, 2022, 9:33am
1
Hello,
Not sure if anyone has got the cipher filter plugin to work with kms? would love some assistance on it if there is any hack for this...
opened 08:20AM - 26 Apr 22 UTC
<!--
Please search existing issues. The issue may already exist.
-->
#### T… ell us about the issue
Lack of documentation around kms
<!--
What's the problem? Is information missing? Inaccurate? Just not clear?
Please include a link to the page (if applicable).
-->
**Description:**
I have wired up rds logs --> kinesis via [database activity stream](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.Enabling.html), which is then streamed to elk via a "logstash pipeline". One tiny problem here is that the rds logs are all just a giant blob of mess getting spammed to elk.
There seems to be this [plugin](https://github.com/onfido/logstash-filter-cipher_kms) (looks to be deprecated...) that deals with kms. Are there any documentation within this repo around integration specifically with kms?
```
cipher {
algorithm => "aes-128-cbc"
cipher_padding => 1
iv_random_length => 16
key => "WHATS_IN_HERE?" <----
key_size => 16
mode => "decrypt"
source => "message"
target => "message"
base64 => true
}
```
**Anything else?**
system
(system)
Closed
May 25, 2022, 9:33am
2
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.