ElasticSearch (authorityserver&biblioserver) path
Hello All, We would like to know the alternative path of (authorityserver&biblioserver) in koha-conf.xml file for ElasticSearch instead of the following Zebra path here <listen id="biblioserver" >unix:/var/run/koha/zebradb/bibliosocket</listen> <listen id="authorityserver"
unix:/var/run/koha/zebradb/authoritysocket</listen>
Thanks in advance.
Hi Abdulsalam You don't need to touch those lines at all. ElasticSearch in Koha doesn't use those lines for config (in fact you shouldn't touch them we keep updating zebra as well as elastic currently) Just add this to your config <elasticsearch> <server>localhost:9200</server> <!-- may be repeated to include all servers on your cluster --> <index_name>koha_robin</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. --> </elasticsearch> Below all the zebra stuff. Also, ElasticSearch is still expiremental in 16.11 and 16.05, only use it in production if you are sure you know what you are doing. It will be more supported in 17.05, also 17.05 supports Elastic 5.0+, Earlier versions only work with Elastic 1.7 Chris On 18/04/17 08:29, Abdulsalam Yousef wrote:
Hello All,
We would like to know the alternative path of (authorityserver&biblioserver) in koha-conf.xml file for ElasticSearch instead of the following Zebra path here
<listen id="biblioserver" >unix:/var/run/koha/zebradb/bibliosocket</listen> <listen id="authorityserver"
unix:/var/run/koha/zebradb/authoritysocket</listen> Thanks in advance.
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
So, How can we use scripts like (link_bibs_to_authorities.pl) with ElasticSearch? When using it, We get this error oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM On Mon, Apr 17, 2017 at 11:29 PM, Abdulsalam Yousef <ayousef@kwareict.com> wrote:
Hello All,
We would like to know the alternative path of (authorityserver&biblioserver) in koha-conf.xml file for ElasticSearch instead of the following Zebra path here
<listen id="biblioserver" >unix:/var/run/koha/zebradb/ bibliosocket</listen> <listen id="authorityserver" >unix:/var/run/koha/zebradb/ authoritysocket</listen>
Thanks in advance.
You can't yet. As I said, you should leave Zebra running. Koha will update Elastic and Zebra. Zebra still provides the Z3950 engine, and scripts that haven't been ported to Elastic yet like the one you mention still need zebra Chris On 18/04/17 14:06, Abdulsalam Yousef wrote:
So, How can we use scripts like (link_bibs_to_authorities.pl <http://link_bibs_to_authorities.pl>) with ElasticSearch?
When using it, We get this error
oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM
On Mon, Apr 17, 2017 at 11:29 PM, Abdulsalam Yousef <ayousef@kwareict.com <mailto:ayousef@kwareict.com>> wrote:
Hello All,
We would like to know the alternative path of (authorityserver&biblioserver) in koha-conf.xml file for ElasticSearch instead of the following Zebra path here
<listen id="biblioserver" >unix:/var/run/koha/zebradb/bibliosocket</listen> <listen id="authorityserver" >unix:/var/run/koha/zebradb/authoritysocket</listen>
Thanks in advance.
participants (2)
-
Abdulsalam Yousef -
Chris Cormack