I have a project running in the latest Laravel Homestead environment. I would like to make use of Elasticsearch which is running on my local computer where Homestead is installed.
It seems that I can't connect from the Homestead to the Elasticsearch (localhost:9200) because homestead will search on it's own 9200 port.
Any ideas?
Thanks!