couchdb


Access CouchDB 2.x stats

After installing CouchDB I wanted to be able to access the /_stats page which is supposed to contain a lot of statistics about the running instance. The thing is that page is now displaying {"error":"not_found","reason":"Database does not exist."} After looking for a long time, the solution came from IRC channel #couchdb, and I need to access /_node/couchdb@127.0.0.1/_stats, where couchdb@127.0.0.1 is the node name you find in vm.args on ArchLinux. # Licensed under the Apache License, Version 2.