Disable embedded elastic search

i have all my log data in an external elasticsearch but everytime i configure spring data elasticsearch it create an embadded elastic search and ignore the external one, please how to configure it so connects to my installed local version of elasticsearch because i configured logstash to send data there

This seems to be more of an issue with Spring Data framework configuration then Elasticsearch itself.

I suggest that you reach out Spring Data forum instead.

i think it's version problem because i use elasticsearch 6.2 and spring boot 1.5.10

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.