My server version is:
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 6.6 (Santiago)
Release: 6.6
Codename: Santiago
How can I change my server from HTTP to HTTPS ? What are my options ?
@Rinat that's awesome! X-Pack isn't required for Kibana to use SSL, but it does add a bunch of other stuff including security so you can limit who has access.
You should be able to set the following two settings in your kibana.yml to enable SSL:
# SSL for outgoing requests from the Kibana Server (PEM formatted)
server.ssl.key: /path/to/your/server.key
server.ssl.cert: /path/to/your/server.crt
then if you restart Kibana, you should be good to go!
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.