All Apps and Add-ons

MongoDB Monitoring: Is mongo authentication supported?

lraynal
Explorer

Hi,

I tried:

[mongo_admin://top]
index = mongodb
disabled = 0
interval = 30
commands = top ping
server = localhost
port = 27017
username = <user>
password = <password>
database = admin

with a valid username and password on the admin database, but it's giving me"

OperationFailure: not authorized on admin to execute command { top: 1 }

The other sourcetype="mongo:admin:ping" is working

0 Karma
1 Solution

conner_swann
Engager

In case anyone encountered this, I found the solution!

In short, YES, authentication is natively supported as this app uses pymongo. I sourced my solution from the pymongo docs here: http://api.mongodb.com/python/current/examples/authentication.html

In the host field, enter a string of this form:

mongodb://user:password@<hostname or ip>

And pymongo will handle authentication for you. If your password contains special characters, you will need to URL-Escape them. Follow the link to the pymongo docs for more details on that.

Would be nice if the app developer included this in the documentation!

View solution in original post

conner_swann
Engager

In case anyone encountered this, I found the solution!

In short, YES, authentication is natively supported as this app uses pymongo. I sourced my solution from the pymongo docs here: http://api.mongodb.com/python/current/examples/authentication.html

In the host field, enter a string of this form:

mongodb://user:password@<hostname or ip>

And pymongo will handle authentication for you. If your password contains special characters, you will need to URL-Escape them. Follow the link to the pymongo docs for more details on that.

Would be nice if the app developer included this in the documentation!

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...