16 Oct
2015
16 Oct
'15
11:44 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #176 from kohayu <long_sam.tw@yahoo.com.tw> --- (In reply to Jonathan Druart from comment #175)
What is the return of curl -X GET http://localhost:9200/ ?
Dear Jonbathan, output as follow, root@debian:~# curl -X GET http://localhost:9200/ { "status" : 200, "name" : "Zero", "cluster_name" : "elasticsearch", "version" : { "number" : "1.7.2", "build_hash" : "e43676b1385b8125d647f593f7202acbd816e8ec", "build_timestamp" : "2015-09-14T09:49:53Z", "build_snapshot" : false, "lucene_version" : "4.10.4" }, "tagline" : "You Know, for Search" } -- You are receiving this mail because: You are watching all bug changes.