Hi,
I follow Set up basic security for the Elastic Stack plus secured HTTPS traffic | Elasticsearch Guide [7.13] | Elastic and am stuck at Set up basic security for the Elastic Stack plus secured HTTPS traffic | Elasticsearch Guide [7.13] | Elastic
The kibana.yml consists of:
server.host: "192.168.58.82"
server.name: "Elastic-Agent Demo"
elasticsearch.hosts: ["https://localhost:9200"]
elasticsearch.username: "kibana_system"
logging.verbose: true
elasticsearch.ssl.certificateAuthorities: ["/etc/kibana/elasticsearch-ca.pem"]
After the start of kibana I see:
kibana[20546]: FATAL Error: [config validation of [xpack.security].http]: definition for this key is missing
What am I missing?
Elasticsearch is reachable under https://localhost:9200
Kibana and Elasticsearch are in version 7.13.1.
Best regards,
Robert