I have one question, because I can't find anywhere information which version of elasticsearch is compatible with 1.5.2.RELEASE spring boot app generate by jhipster. Everything works perfectly when I run it on windows with properties in my application-dev.yml
elasticsearch:
cluster-name:
cluster-nodes:
properties:
path:
logs: target/elasticsearch/log
data: target/elasticsearch/data
On production I have only warning that my app cant connect with elasticsearch service. It is normal, because I didn't run it on port 9300... But I have another problem. When I try deploy it to my linux server (debian) I have several errors 'Cannot resolve reference to bean elasticsearchTemplate' and another errors with nested exceptions etc... all errors about elasticsearch and constructor parameters.
I tried download elasticsearch on widows and test it, so I done it. I downloaded elasticsearch version 5.4.1 and configured it... But it is still invisible for my web app.
My actually property for elastic is
elasticsearch:
cluster-name: elasticsearch
cluster-nodes: localhost:9300
Any solutions and suggests?
Thanks
Kay
release in a few months. github.com/spring-projects/spring-data-commons/wiki/… – Jon Ruddell