com.sksamuel.elastic4s.TcpClient$ - No cluster.name was specified in the settings for the client.”
Add the cluster name as a parameter on the connection URI:
http://<elasticsearch_host>:9200
cluster_name
value and add it as a parameter to the connection URI: elasticsearch://<elasticsearch_host>:9300?cluster.name=<cluster_name_value