Analytcs Api Exception
Dear after we change Elastic Search Server and config it in nuxeo.conf all analytics Api Return Exception we wrote it below
http://200.200.200.47:8080/nuxeo/site/es/audit/_search body:-{“query”:{“bool”:{“must”:[{“term”:{“eventId”:“download”}},{“range”:{“eventDate”:{“gte”:“2020-10-12”,“lte”:“2020-11-12”}}},{“term”:
{“extended.downloadReason”:“download”}}]}},“aggs”:{“by”:{“terms”:{“field”:“docUUID”,“size”:10}}}} response:- {
"entity-type": "exception",
"status": 500,
"message": "org.apache.http.conn.HttpHostConnectException: Connect to localhost:9200 [localhost/127.0.0.1] failed: Connection refused (Connection refused)"
}
0 votes
0 answers
799 views