ElasticStack/Troubleshooting
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'
닉의네임
2023. 4. 24. 16:27
반응형
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'
es.nodes.wan.only = true
위의 옵션 해도 안되는 ...
다음 구성 속성도 추가해야 했습니다.
es.net.ssl = true
반응형