-1

Can anyone please advise, what is the address if I am trying connect to an ElasticSearch node that is in-memory(just using the default config) while using Spring boot ? I am looking at something like localhost:port.

Thanks!

Robert Varga
  • 321
  • 2
  • 4
  • 10

1 Answers1

-3

Ok, so it is localhost:9200, same as if running it externally.

Robert Varga
  • 321
  • 2
  • 4
  • 10