This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 22ecdb3 Update 090-mongodb-storage-plugin.md
22ecdb3 is described below
commit 22ecdb3897554593c49ce88bc18156df35e91738
Author: gfilipiak <[email protected]>
AuthorDate: Tue Nov 6 17:15:00 2018 +0100
Update 090-mongodb-storage-plugin.md
Adding information about possible authentication settings in connection URL
for mongodb
---
_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
b/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
index 1d3e757..c83773c 100644
--- a/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
@@ -41,6 +41,7 @@ Drill must be running in order to access the Web Console to
configure a storage
}
{% include startnote.html %}27017 is the default port for `mongodb`
instances.{% include endnote.html %}
+ {% include startnote.html %}In some cases you will need an authentication
to perform certain `mongodb` queries. You can add login and password directly
to connection URL: 'mongodb://root:password@localhost:27017/'{% include
endnote.html %}
6. Click **Enable** to enable the storage plugin.
## Querying MongoDB