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

install.php: default MongoDB database name and table/collection name mismatch #4

Open
dpocock opened this issue Mar 6, 2014 · 1 comment

Comments

@dpocock
Copy link

dpocock commented Mar 6, 2014

For MongoDB, the default values from install.php are:

database name: loganalyzer
table name: systemevents

In ommongo, README.Debian suggests the defaults are

database name: syslog
table name: log

In the web site article:
http://loganalyzer.adiscon.com/articles/using-mongodb-with-rsyslog-and-loganalyzer/

database name: logs
table name: syslog

This is all a little inconsistent and may even be confusing for some users, especially if this is their first experience of MongoDB.

I would suggest that both LogAnalyzer (install.php) and the article from Adiscon should use the default values coded into ommongo

@alorbach
Copy link
Member

alorbach commented Mar 6, 2014

I think we can change the defaults in install.php with the next reelase.

@alorbach alorbach added this to the MongoDB rework milestone Oct 12, 2016
@kishchan kishchan mentioned this issue Sep 13, 2022
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