shell> curl --dump - http://localhost:8529/_api/replication/logger-state
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"state" : {
"running" : true,
"lastLogTick" : "13437",
"lastUncommittedLogTick" : "13437",
"totalEvents" : 4498,
"time" : "2018-07-11T09:51:53Z"
},
"server" : {
"version" : "3.4.devel",
"serverId" : "265613711104796"
},
"clients" : [ ]
}