Please tell me, I don't know where to look.
When installing filebeat, I do:
filebeat setup -e -E output.logstash.enabled = false -E output.elasticsearch.hosts = ['remote_ip: 9200'] -E setup.kibana.host = remote_ip: 5601
I get:
Exiting: fail to create the Kibana loader: Error creating Kibana client: Error creating Kibana client: fail to get the Kibana version: HTTP GET request to / api / status fails: fail to execute the HTTP GET request: Get http://remote_ip:5601/api/status: dial tcp remote_ip:5601: connect: connection refused. Response:.
Filebeat setup:
setup.kibana:
host: "remote_ip:5601"
output.elasticsearch:
hosts: ["remote_ip:9200"]
username: "username"
password: "password!"