I am trying to write data into ES from databricks.
This is the official documentation. As you can see it uses the ES hadoop package. I have correctly installed the jar for spark into databricks and now I need to pass some parameters in order to establish the connection with Elasticsearch. The things I need are, as reported by the documentation:
Important: In the following cells, replace
<ip-address>
and<port>
with your Elasticsearch configuration and<my>
with your Elasticsearch URL.
I know what the Ip address and the port are, but I do not get what is the Elasticsearch URL, could someone explain it to me?