Hi
I am trying to evaluate ECE and configured a cluster and am trying to set up a issue with metric beat to send performance information to ECE cloud.
I keep getting error showing that the connection is refused. Firewall is disabled on the ECE.
./metricbeat --setup -e -E 'cloud.id=ecenonprd:MTAuMjUwLjIxLj' -c /etc/metricbeat/metricbeat.yml
2018-08-24T13:44:36.964+0200 INFO instance/beat.go:492 Home path: [/usr/share/metricbeat/bin] Config path: [/usr/share/metricbeat/bin] Data path: [/usr/share/metricbeat/bin/data] Logs path: [/usr/share/metricbeat/bin/logs]
2018-08-24T13:44:41.805+0200 INFO [monitoring] log/log.go:133 Uptime: 4.887001536s
2018-08-24T13:44:41.805+0200 INFO [monitoring] log/log.go:110 Stopping metrics logging.
2018-08-24T13:44:41.805+0200 INFO instance/beat.go:306 metricbeat stopped.
2018-08-24T13:44:41.805+0200 ERROR instance/beat.go:691 Exiting: Error importing Kibana dashboards: fail to create the Elasticsearch loader: Error creating Elasticsearch client: Couldn't connect to any of the configured Elasticsearch hosts. Errors: [Error connection to Elasticsearch https://containerinfo.myip.ip.es.io:443: Get https://containerinfo.myip.ip.es.io:443: dial tcp 10.250.21.12:443: getsockopt: connection refused]
Exiting: Error importing Kibana dashboards: fail to create the Elasticsearch loader: Error creating Elasticsearch client: Couldn't connect to any of the configured Elasticsearch hosts. Errors: [Error connection to Elasticsearch https://containerinfo.myip.ip.es.io:443: Get https://containerinfo.myip.ip.es.io:443: dial tcp myip:443: getsockopt: connection refused]
As I understand it should be trying to connect on 9243 which is the port on which elasticsearch and kibana is listening
Any ideas ?
Thanks
Cheriyan