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" : "105401",
"lastUncommittedLogTick" : "105401",
"totalEvents" : 35391,
"time" : "2018-12-19T15:55:21Z"
},
"server" : {
"version" : "3.4.1",
"serverId" : "168672934209715",
"engine" : "mmfiles"
},
"clients" : [ ]
}