``` curl localhost:8055/indexer/2019-11-01/_status...
# ktor
n
Copy code
curl localhost:8055/indexer/2019-11-01/_status
{
  "redis" : "OK",
  "elasticSearchService" : "OK"
}

curl -I localhost:8055/indexer/2019-11-01/_status
HTTP/1.1 404 Not Found
Date: Fri, 01 Nov 2019 23:31:56 GMT
Server: Application/debug ktor/debug
Content-Length: 0