Будьте добры, подскажите пожалуйста, не знаю куда уже смотреть.
При установке filebeat делаю:
filebeat setup -e -E output.logstash.enabled=false -E output.elasticsearch.hosts=['remote_ip:9200'] -E setup.kibana.host=remote_ip:5601
Получаю:
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.kibana:
host: "remote_ip:5601"
output.elasticsearch:
hosts: ["remote_ip:9200"]
username: "username"
password: "password!"