Need help on LogStash encryption

Hi Friends,

Is there any way to read public keys from a keyserver & encrypt messages in logstash.

I am not getting how to read key form keyserver.... any suggestions please ......

  • Thanks

Can you elaborate?
What do you want to encrypt, over the wire or the actual message?

I have to encrypt actual message.

I have to connect to keystore to get a key for encryption.

In my case Logstash is a producer to kafka message broker.

any suggestions plz ...

There is nothing that we support here I'm afraid, you'll have to build it yourself.

If you are just using LS to send encrypted data to Kafka then you can probably build your own encryption filter. But if you are wanting to send the data to ES then it's a different story.