I've been trying to use Bonsai Elasticsearch with my Grails application, but I can't get it to work using the Elasticsearch plugin. What I understood from the configuration manual, it should be just:
elasticSearch.client.mode = 'transport'
elasticSearch.client.hosts = [
[host:'https://ixaav0lo:n98bya6pyh9rdaiu@ginkgo-1003161.us-east-1.bonsai.io', port:443]
]
Yet it's not working for me. Also, it doesn't HAVE to be with Bonsai, it could be with SearchBox Elasticsearch also, whatever works.
Thanks in advance