MongoDB
Use the MongoDB integration to search and query entries in your MongoDB.
- Category
- Database
- Pack
- MongoDB
Configuration parameters
- credentials — Username (required)
- urls — Server URLs with port (host1.com:27017,host2.com:27017) (required)
- database — Database Name (required)
- auth_source — Auth Source
- use_ssl — Use SSL/TLS secured connection
- insecure — Trust any certificate (not secure)
Commands (10)
- mongodb-bulk-update — Bulk updates entries in a collection.
- mongodb-create-collection — Creates a collection.
- mongodb-delete — Deletes an entry from the database.
- mongodb-drop-collection — Drops a collection from the database.
- mongodb-get-entry-by-id — Gets an entry from the database by the object ID.
- mongodb-insert — Inserts an entry to the database.
- mongodb-list-collections — Lists all collections in the database.
- mongodb-pipeline-query — Searches for items by the specified JSON pipleline query.
- mongodb-query — Searches for items by using the specified JSON query. Search by regex is supported.
- mongodb-update — Updates an entry in a collection.