This is an automated email from the ASF dual-hosted git repository. vitalii pushed a commit to branch mongo-formatting in repository https://gitbox.apache.org/repos/asf/drill.git
commit fb00b3794148b8a224817fdaadefab6f58f805c3 Author: Vitalii Diravka <[email protected]> AuthorDate: Mon Jan 18 23:32:52 2021 +0200 Fix formatting on `MongoDB Storage Plugin` page https://drill.apache.org/docs/mongodb-storage-plugin/#configuring-mongodb block has invalid formatting --- _docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 8f41b86..e9ffb2d 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 @@ -33,15 +33,15 @@ Drill must be running in order to access the Web UI to configure a storage plugi 2. In the [Drill Web UI]({{ site.baseurl }}/docs/plugin-configuration-basics/#using-the-drill-web-console), select the **Storage** tab. 4. Under Disabled Storage Plugins, select **Update** to choose the `mongo` storage plugin configuration. 5. In the Configuration window, take a look at the default configuration: - + ```json { "type": "mongo", "connection": "mongodb://localhost:27017/", "enabled": false } - - {% 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 %} + ``` +{% 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
