I have install latest version of kibana in my Ubuntu 20.04. But while i start the kibana it get stops after few seconds. I got this in kibana logs "error":{"message":"[config validation of [xpack.security].http]: definition for this key is missing"
Here is my kibana configuration file.
"server.port: 5601
server.host: 0.0.0.0
elasticsearch.hosts: ["http://x.x.x.x:9200"]
elasticsearch.username: "elastic"
elasticsearch.password: "LXNnOukXUzgahppmFVK"
logging:
appenders:
file:
type: file
fileName: /var/log/kibana/kibana.log
layout:
type: json
root:
appenders:
- default
- file
pid.file: /run/kibana/kibana.pid"