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" : "105496",
"lastUncommittedLogTick" : "105496",
"totalEvents" : 35435,
"time" : "2019-06-24T09:06:48Z"
},
"server" : {
"version" : "3.4.7",
"serverId" : "48476063297804",
"engine" : "mmfiles"
},
"clients" : [ ]
}