File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ Collections
45
45
.. code-block:: javascript
46
46
47
47
{
48
- "_id" : "d.local -2012-12-11T14:09:21-0",
49
- "server" : "<hostanme >:<port>",
48
+ "_id" : "hostname -2012-12-11T14:09:21-0",
49
+ "server" : "<hostname >:<port>",
50
50
"clientAddr" : "127.0.0.1:63381",
51
51
"time" : ISODate("2012-12-11T14:09:21.039Z"),
52
52
"what" : "split",
@@ -88,18 +88,15 @@ Collections
88
88
Each document in the :data:`changelog` collection contains the
89
89
following fields:
90
90
91
- .. What? commenting out because the description isn't clear and it
92
- doesn't appear in the example above.
91
+ .. data:: changelog._id
93
92
94
- .. data:: changelog.changeID
95
-
96
- hostname-time-increment
93
+ hostname-ISO-8601-time-increment
97
94
98
95
.. data:: changelog.server
99
96
100
97
The hostname of the server that holds this data.
101
98
102
- .. FACTCHECK above.
99
+ .. FACTCHECK above. -verified-
103
100
104
101
.. data:: changelog.clientAddr
105
102
You can’t perform that action at this time.
0 commit comments