mirror of https://gitee.com/bigwinds/arangodb
13 lines
2.0 KiB
Plaintext
13 lines
2.0 KiB
Plaintext
shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=10586
|
|
|
|
HTTP/1.1 200 OK
|
|
x-arango-replication-active: true
|
|
x-content-type-options: nosniff
|
|
x-arango-replication-frompresent: true
|
|
x-arango-replication-lasttick: 10598
|
|
x-arango-replication-lastincluded: 10598
|
|
x-arango-replication-checkmore: false
|
|
content-type: application/x-arango-dump; charset=utf-8
|
|
|
|
"{\"tick\":\"10588\",\"type\":2000,\"database\":\"1\",\"cid\":\"10587\",\"cname\":\"products\",\"data\":{\"allowUserKeys\":true,\"cid\":\"10587\",\"count\":0,\"deleted\":false,\"doCompact\":true,\"id\":\"10587\",\"indexBuckets\":8,\"indexes\":[{\"fields\":[\"_key\"],\"id\":\"0\",\"selectivityEstimate\":1,\"sparse\":false,\"type\":\"primary\",\"unique\":true}],\"isSmart\":false,\"isSystem\":false,\"isVolatile\":false,\"journalSize\":33554432,\"keyOptions\":{\"allowUserKeys\":true,\"type\":\"traditional\"},\"name\":\"products\",\"numberOfShards\":1,\"planId\":\"10587\",\"replicationFactor\":1,\"shardKeys\":[\"_key\"],\"shards\":{},\"status\":3,\"type\":2,\"version\":6,\"waitForSync\":false}}\n{\"tick\":\"10591\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"10587\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p1\",\"_key\":\"p1\",\"_rev\":\"_V_qEIcG---\",\"name\":\"flux compensator\"}}\n{\"tick\":\"10593\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"10587\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_V_qEIcG--_\",\"hp\":5100,\"name\":\"hybrid hovercraft\"}}\n{\"tick\":\"10595\",\"type\":2302,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"10587\",\"cname\":\"products\",\"data\":{\"_key\":\"p1\",\"_rev\":\"_V_qEIcK---\"}}\n{\"tick\":\"10597\",\"type\":2300,\"tid\":\"0\",\"database\":\"1\",\"cid\":\"10587\",\"cname\":\"products\",\"data\":{\"_id\":\"_unknown/p2\",\"_key\":\"p2\",\"_rev\":\"_V_qEIcK--_\",\"hp\":5100,\"name\":\"broken hovercraft\"}}\n{\"tick\":\"10598\",\"type\":2001,\"database\":\"1\",\"cid\":\"10587\",\"cname\":\"products\",\"data\":{\"id\":\"10587\",\"name\":\"products\"}}\n"
|