Is there a way to enable login access to kibana and create users and assign roles to them without configuring the TLS?
There is a load balancer in front of the cluster and the IT admin is not very supportive of enabling TLS. He says that it will mess up things performance wise. The cluster is never exposed to outer world. Only people from within the company network access kibana.
There is no requirement to configure TLS for the HTTP port (9200) of your nodes.
You must enable TLS for the traffic within the cluster that runs on the "transport" port (9300). That will not affect your load balancer.
Thanks for the info. Somehow I missed it in the documentation.
Just to make sure that I have understood it right:
We send the data via serilog shipper to the loadbalancer.
This is how the relevant section settings.json for the serilog looks like.
Current setup still remains as it is after ssl enabling internally.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.