Encryption used by Logstash to talk to Elastic Search

How do you ensure data processing between logstash on premise is secured while in transit to Elasticsearch

Hi @Pooja, this might not be the right forums for you as we deal mostly with Elastic endpoint and security operations server side, but this is easy enough to answer for you here:

This should help you out if you haven't found them yet. It's going to be your typical Authentication and Authorization models for your security needs and you can use TLS/https to encrypt the data and then user based roles for authorization through "basic auth" or through API keys:


Good luck :shamrock:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.