Re: How to configure elasticsearch

2017-11-17 Thread neoremi
Create a test ticket and do this: # zammad run rails r "Setting.set('es_url', 'http://localhost:9200')" # zammad run rails r "Setting.set('es_index', 'zammad')" # zammad run rake searchindex:rebuild On Friday, November 17, 2017 at 3:54:51 AM UTC-5, Gunnar Maronde wrote: > > You are right, there

Re: How to configure elasticsearch

2017-11-17 Thread neoremi
OK. What is output of # curl http://localhost:9200 ? What java version do you have? Do you see a listener on port 9200? On Friday, November 17, 2017 at 3:10:58 PM UTC-5, Gunnar Maronde wrote: > > hello neoremi, > as you told me, I created a test ticket and there are already sev