Welcome to the new Splunkbase! To return to the old Splunkbase, click here.
Warning

This app is archived. Learn more

MongoDB Commands app icon

MongoDB Commands

This app supply a set of commands to search data from MongoDB

splunk product badge

Latest Version 0.0.1 dev
July 10, 2017
Compatibility
Not Available
Rating

0

(0)

Log in to rate this app
Support
MongoDB Commands support icon
Not Supported
This app supply a set of commands to search data from MongoDB The app supply presente the following commands: - mongoshowdb - lists all databases in MongoDb - mongoshowcol db= - list all collection in specified database in MongDB - mongofind db= collection= [''] - presents data in specified database and collection meet optional filter in json format Example: | mongoshowdb lists all databases | mongoshowcol db=school list collections in database 'school' | mongofind db=school collection=scores "{'score': { '$gt': 70 , '$lt': 90} }" list results whit score grather than 70 and less than 90 in collection scores in database school. Limits: - it use only database without authentication - the filter is in json format - it use only one MongoDB instance To Do: - connect to more MongoDb instance - configure and use authentication - accept filter in bson format - accept filter in SQL format

Categories

Created By

Roberto Barison

Type

app

Downloads

417

Resources

Log in to report this app listing