shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-state
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"state" : {
"running" : true,
"lastLogTick" : "186281",
"lastUncommittedLogTick" : "186281",
"totalEvents" : 186281,
"time" : "2019-08-14T09:55:15Z"
},
"server" : {
"version" : "3.5.0",
"serverId" : "250507068661880",
"engine" : "rocksdb"
},
"clients" : [ ]
}