I am trying to ingest data into remote elastic search 6.3.2 with index [es_historic_dev] like
es.net.proxy.http.host - https://xyz.com
es.net.proxy.http.port - 443 (port for https endpoint)
I am facing below issue:
ERROR NetworkClient: Node [https://xyz.com:9200] failed (Connection timed out: connect); no other nodes left - aborting...
Exception in thread "main" org.elasticsearch.hadoop.EsHadoopIllegalArgumentException: Cannot detect ES version - typically this happens if the network/Elasticsearch cluster is not accessible or when targeting a WAN/Cloud instance without the proper setting 'es.nodes.wan.only'
at org.elasticsearch.hadoop.rest.InitializationUtils.discoverEsVersion(InitializationUtils.java:327)