mirror of https://gitee.com/bigwinds/arangodb
12 lines
1.0 KiB
Plaintext
12 lines
1.0 KiB
Plaintext
shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=10898&chunkSize=400
|
|
|
|
HTTP/1.1 200 OK
|
|
x-arango-replication-lastincluded: 10906
|
|
content-type: application/x-arango-dump; charset=utf-8
|
|
x-arango-replication-checkmore: true
|
|
x-arango-replication-lasttick: 10925
|
|
x-arango-replication-frompresent: true
|
|
x-arango-replication-active: true
|
|
|
|
"{\"tick\":\"10901\",\"type\":2001,\"database\":\"1\",\"cid\":\"10885\",\"data\":{\"id\":\"10885\",\"name\":\"testCollection\"}}\n{\"tick\":\"10903\",\"type\":2000,\"database\":\"1\",\"cid\":\"10902\",\"cname\":\"IndexedCollection1\",\"data\":{\"cid\":\"10902\",\"deleted\":false,\"doCompact\":true,\"indexBuckets\":8,\"isVolatile\":false,\"maximalSize\":33554432,\"name\":\"IndexedCollection1\",\"type\":2,\"version\":5,\"waitForSync\":false}}\n{\"tick\":\"10906\",\"type\":2100,\"database\":\"1\",\"cid\":\"10902\",\"cname\":\"IndexedCollection1\",\"data\":{\"fields\":[\"name\"],\"id\":\"10905\",\"selectivityEstimate\":1,\"sparse\":false,\"type\":\"hash\",\"unique\":false}}\n"
|