mirror of https://gitee.com/bigwinds/arangodb
12 lines
885 B
Plaintext
12 lines
885 B
Plaintext
shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=795482834&chunkSize=400
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/x-arango-dump; charset=utf-8
|
|
x-arango-replication-active: true
|
|
x-arango-replication-checkmore: true
|
|
x-arango-replication-frompresent: true
|
|
x-arango-replication-lastincluded: 795941586
|
|
x-arango-replication-lasttick: 796728018
|
|
|
|
"{\"tick\":\"795613906\",\"type\":2000,\"database\":\"72402\",\"cid\":\"795548370\",\"collection\":{\"cid\":\"795548370\",\"deleted\":false,\"doCompact\":true,\"indexBuckets\":8,\"isVolatile\":false,\"maximalSize\":1048576,\"name\":\"products\",\"type\":2,\"version\":5,\"waitForSync\":false}}\n{\"tick\":\"795941586\",\"type\":2300,\"database\":\"72402\",\"cid\":\"795548370\",\"tid\":\"0\",\"key\":\"p1\",\"rev\":\"795876050\",\"data\":{\"_key\":\"p1\",\"_rev\":\"795876050\",\"name\":\"flux compensator\"}}\n"
|