inveniosoftware / invenio-records-rest

Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4 stars 62 forks source link

How to connect to elasticsearch running on a server other than localhost. #222

Closed PSvishnu93 closed 6 years ago

PSvishnu93 commented 6 years ago

I am trying to connect to elasticsearch running in a server other than localhost for eg: 10.9.9.12:9200. Which fields needs to be updated to access the elasticsearch.

slint commented 6 years ago

Elasticsearch connections are configured via the invenio-search package. You can have a look at the module's config docs: https://invenio-search.readthedocs.io/en/latest/configuration.html

PSvishnu93 commented 6 years ago

Yes, I got it.