Azure Marketplace Elasticsearch service failed

Hi all,

In our application we are using Azure Marketplace Elasticsearch. Around two weeks ago, the service is failed:

And in the application we can´t connect to this:
elasticsearch-error

{"name":"TimeoutError","meta":{"body":null,"statusCode":null,"headers":null,"warnings":null,"meta":{"context":null,"request":{"params":{"method":"PUT","path":"/_template/derived-timeseries","body":"{\"index_patterns\":[\"derived-*\"],\"settings\":{\"number_of_shards\":1,\"number_of_replicas\":0},\"mappings\":{\"dynamic\":false,\"_source\":{\"includes\":[\"value\",\"@timestamp\",\"name\",\"coords.x\",\"coords.y\",\"coords.z\",\"sequence\",\"labels.key\",\"labels.value\",\"meta\",\"dependencies\"]},\"properties\":{\"value\":{\"type\":\"double\"},\"@timestamp\":{\"type\":\"date\"},\"name\":{\"type\":\"keyword\"},\"coords\":{\"type\":\"object\",\"dynamic\":false,\"properties\":{\"x\":{\"type\":\"double\"},\"y\":{\"type\":\"double\"},\"z\":{\"type\":\"double\"}}},\"sequence\":{\"type\":\"integer\"},\"labels\":{\"type\":\"nested\",\"dynamic\":false,\"properties\":{\"key\":{\"type\":\"keyword\"},\"value\":{\"type\":\"keyword\"}}},\"meta\":{\"type\":\"object\",\"enabled\":false},\"dependencies\":{\"type\":\"keyword\"}}}}","querystring":"create=false","headers":{"User-Agent":"elasticsearch-js/7.6.0 (linux 5.4.0-1073-azure-x64; Node.js v12.18.4)","Content-Type":"application/json","Content-Length":"700"},"timeout":30000},"options":{"warnings":null},"id":1},"name":"elasticsearch-js","connection":{"url":"http://172.30.2.4:9200/","id":"http://172.30.2.4:9200/","headers":{},"deadCount":0,"resurrectTimeout":0,"_openRequests":0,"status":"alive","roles":{"master":true,"data":true,"ingest":true,"ml":false}},"attempts":3,"aborted":false}},"level":"error","message":"TimeoutError: Request timed outRequest timed out","stack":"TimeoutError: Request timed out\n at ClientRequest.<anonymous> (/app/node_modules/@elastic/elasticsearch/lib/Connection.js:89:18)\n at ClientRequest.emit (events.js:315:20)\n at ClientRequest.EventEmitter.emit (domain.js:483:12)\n at Socket.emitRequestTimeout (_http_client.js:709:9)\n at Object.onceWrapper (events.js:421:28)\n at Socket.emit (events.js:327:22)\n at Socket.EventEmitter.emit (domain.js:483:12)\n at Socket._onTimeout (net.js:482:8)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)"}

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

What is the issue?
Is something releated to the deprecation of the service?

Thanks and advice

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.