Hi folks,
running v 2.6.4. Logged in users have no issues - everything works fine.
Anonymous users get elasticsearch errors when trying one of these:
-advanced search
-accessing any of the "Browse by" options on the left navigation menu
-clicking the "Browse' button on the top menu bar.
I have repopulated the search index but no luck. Issue persists.
I tried looking at the elasticsearch logs but they do not seem to be human readable.
I checked the cluster health and ti looks good to me:
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "elasticsearch",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 4,
"active_shards" : 4,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 4,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_s
Text of elasticsearch rrror:
Search error encountered
Elasticsearch error: Elastica\Exception\ResponseException
What else can I do... ?