Skip to content
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

Logs Collection Name renders Logs Inaccessible to Mongo/Meteor DB Shell #27

Open
meawoppl opened this issue Sep 6, 2013 · 2 comments
Open

Comments

@meawoppl
Copy link

meawoppl commented Sep 6, 2013

This isn't really a bug in observatory, but reference this:
https://jira.mongodb.org/browse/SERVER-445

There is no way to hand-admin the logs collection on the shell at the moment. I would encourage switching to a collection name without a leading underscore, as the underscore preface seems to have some downstream semantics that are unclear to me.

@jhoxray
Copy link
Member

jhoxray commented Sep 10, 2013

@meawoppl in the shell do the following: cl = db.getCollection("_observatory_logs") and you are all set :)

In the meantime, we are working hard on proper remote management features to eliminate the need for manual handling!

@meawoppl
Copy link
Author

Much thanks. I crafted a script to hammer out old records in python (it
started to fall over around 9 million entries btw, no fault of yours :)
Ideally this should be a mongo capped collection or some such.

--Matthew Goodman

Check Out My Website: http://craneium.net
Find me on LinkedIn: http://tinyurl.com/d6wlch

On Tue, Sep 10, 2013 at 2:39 PM, jhoxray [email protected] wrote:

@meawoppl https://github.com/meawoppl in the shell do the following: cl
= db.getCollection("_observatory_logs") and you are all set :)

In the meantime, we are working hard on proper remote management features
to eliminate the need for manual handling!


Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-24196930
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants