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" : "188629",
"lastUncommittedLogTick" : "188629",
"totalEvents" : 188629,
"time" : "2019-10-03T14:18:22Z"
},
"server" : {
"version" : "3.5.1",
"serverId" : "58093674171183",
"engine" : "rocksdb"
},
"clients" : [ ]
}