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" : "105402",
"lastUncommittedLogTick" : "105402",
"totalEvents" : 35391,
"time" : "2018-10-23T21:03:00Z"
},
"server" : {
"version" : "3.4.0-rc.3",
"serverId" : "280752357615217",
"engine" : "mmfiles"
},
"clients" : [ ]
}