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!

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...