Skip to content

Minor typo cleanup and uncomment _id #496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions source/reference/config-database.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Collections
.. code-block:: javascript

{
"_id" : "d.local-2012-12-11T14:09:21-0",
"server" : "<hostanme>:<port>",
"_id" : "hostname-2012-12-11T14:09:21-0",
"server" : "<hostname>:<port>",
"clientAddr" : "127.0.0.1:63381",
"time" : ISODate("2012-12-11T14:09:21.039Z"),
"what" : "split",
Expand Down Expand Up @@ -88,18 +88,15 @@ Collections
Each document in the :data:`changelog` collection contains the
following fields:

.. What? commenting out because the description isn't clear and it
doesn't appear in the example above.
.. data:: changelog._id

.. data:: changelog.changeID

hostname-time-increment
hostname-ISO-8601-time-increment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this:

<hostanme>-<timestamp>-<increment>? 

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sorry. Wasn't sure whether to keep it a strict example output or mix in variable notation like and


.. data:: changelog.server

The hostname of the server that holds this data.

.. FACTCHECK above.
.. FACTCHECK above. -verified-

.. data:: changelog.clientAddr

Expand Down