Kibana 7.0.0 - FATAL ValidationError: child "elasticsearch" fails because ["url" is not allowed]

Hello Team,

I am trying to install elasticserach and kibana 7.0.0 on a new machine with Ubuntu server 18.04 on it, My elasticsearch is running fine which I was able to confirm by running "curl -X GET "192.168.x.xxx:9200" " but when try to start kibana it gives me an error as below

Apr 27 23:50:03 kibana[5105]: FATAL ValidationError: child "elasticsearch" fails because ["url" is not allowed]
Apr 27 23:50:03 systemd[1]: kibana.service: Main process exited, code=exited, status=1/FAILURE
Apr 27 23:50:03 systemd[1]: kibana.service: Failed with result 'exit-code'.
Apr 27 23:50:04 systemd[1]: kibana.service: Service hold-off time over, scheduling restart.
Apr 27 23:50:04 systemd[1]: kibana.service: Scheduled restart job, restart counter is at 3.
Apr 27 23:50:04 systemd[1]: Stopped Kibana.
Apr 27 23:50:04 systemd[1]: kibana.service: Start request repeated too quickly.
Apr 27 23:50:04 systemd[1]: kibana.service: Failed with result 'exit-code'.
Apr 27 23:50:04 systemd[1]: Failed to start Kibana.Preformatted text

My Kibana.yml config file as follows

server.port: 5601
server.host: "192.168.x.xxx"
server.name: "xxxxxxxx"
elasticsearch.url: "https://192.168.x.xxx:9200"
elasticsearch.username: "kibanaserver"
elasticsearch.password: "kibanaserver"

What am I missing? Thanks in Advance.

You want elasticsearch.hosts as per Configuring Kibana | Kibana Guide [7.0] | Elastic

2 Likes

Thank You.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.