http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Juan Romay Sieira <juan.sieira@xercode.es> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juan.sieira@xercode.es --- Comment #62 from Juan Romay Sieira <juan.sieira@xercode.es> --- I'm testing ES. My problem is that Koha is always trying to connect to localhost:9200, but my koha-conf.xml has: <elasticsearch> <server>192.168.0.213:9200</server> <index_name>core</index_name> </elasticsearch> my instance of ES it not in localhost. Do I have to do something to force to connect to 192.168.0.213 and not to localhost? This is the error: [NoNodes] ** No nodes are available: [http://localhost:9200], called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /usr/local/share/perl/5.10.1/Catmandu/Store/ElasticSearch.pm line 61 -- You are receiving this mail because: You are watching all bug changes.