hi there, this is my first message, i hope someone ca help me I am using Ubuntu 12.04 as guest OS on Vmware. I have rsyslog 7.3.8(came back from 7.3.9 thinking it may be a stabilization issue). I've followed the installation path in rsyslog.com. I can log into rsyslog into myself. I can use mongodb on its own. Mongod is working(restarted in case somethings wrong), libs are present such as imtcp or ommongodb.so, ports are not blockated by firewall or anything.
Mongodb.conf is at its default settings. For rsyslog.conf i am using the most basic values and tried many combinations but the view is as below-other parts are at default. After every change i restarted the rsyslog service. $ModLoad imtcp $InputTCPServerRun 10514 --tried this one as 514 or 27017 or disabled it module (load="ommongodb") *.* action(type="ommongodb" server="127.0.0.1" serverport="27017" db="syslog" collection="log") --used only type and server or all the settings together or i predefined db and collection in mongodb incase ommongodb can not create it, or added a user and password in mongo i also created /data/db or deleted mongod.lock if necessary. i can ping to 127.0.0.1 or my local ip I just want to send a simple log entry to the mongodatabase through rsyslog. No matter what i've done there is no movement. Unfortunately system's log files does not show any error or warning, not in syslog or mongodb.log seems like everything is working but something is missing. So again i would reaaly appreciate if you can suggest me a solution. Thank you all. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

