Elasticsearch Node to Node TLS & basic Kibana login

Hi,

I don’t require TLS between Logstash & Elasticsearch or Kibana and Elasticsearch. I’ll probably be using a NginX for that.

But can SearchGaurd be setup to only enable TLS between Elasticsearch nodes?

Also can SearchGaurd be setup to enable https & a basic username/password login for Kibana?

Thanks

For TLS configuration please refer to:

TLS is mandatory on transport level, but can be disabled for REST by configuring:

searchguard.ssl.http.enabled: false

This can be configured for each node individually.

For a login dialogue in Kibana you need to install the Search Guard Kibana plugin:

Complete docs can be found here:

···

On Friday, July 28, 2017 at 12:08:02 PM UTC+2, MT wrote:

Hi,

I don’t require TLS between Logstash & Elasticsearch or Kibana and Elasticsearch. I’ll probably be using a NginX for that.

But can SearchGaurd be setup to only enable TLS between Elasticsearch nodes?

Also can SearchGaurd be setup to enable https & a basic username/password login for Kibana?

Thanks