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" : "105688",
"lastUncommittedLogTick" : "105688",
"totalEvents" : 35494,
"time" : "2019-03-21T16:48:20Z"
},
"server" : {
"version" : "3.4.5",
"serverId" : "204841731266691",
"engine" : "mmfiles"
},
"clients" : [ ]
}