Springboot with local elasticsearch instance not working

I've written a very elaborated question in 'stackoverflow' which i would like to refer you guys to it , maybe u can help :slight_smile:

Thanks !

You need spring boot 2.

Look at this demo project :

1 Like

its working now ! thank you !

Where do I find a summary of all Client configuration details ?
For example :
client.transport.ignore_cluster_name
client.transport.ping_timeout
client.transport.nodes_sampler_interval
and so forth .
Like a list of all of those available properties ?
and do I have to set it through TransportClient and Setting classes ? Or can I set these properties through Springs boots' application.properties
?

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