Skip to content

Commit

Permalink
Add note about mongodb username/password escapes (Graylog2#596)
Browse files Browse the repository at this point in the history
Reflect Graylog2/graylog2-server#5764 in the online documentation.
  • Loading branch information
Marius Sturm authored and jalogisch committed Mar 14, 2019
1 parent a4d350e commit d943fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/configuration/server.conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ MongoDB
* ``mongodb_uri = mongodb://...``
* MongoDB connection string. Enter your MongoDB connection and authentication information here.
* See https://docs.mongodb.com/manual/reference/connection-string/ for details.
* Take notice that ``+``-signs in the username or password need to be replaced by ``%2B``.
* Examples:
- Simple: ``mongodb://localhost/graylog``
- Authenticate against the MongoDB server: ``mongodb_uri = mongodb://grayloguser:secret@localhost:27017/graylog``
Expand Down

0 comments on commit d943fcd

Please sign in to comment.