Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-42973-compass-nested-components #671

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ the upper right of the pipeline builder to open the :guilabel:`Settings` panel.
:pipeline:`$bucket`, and :pipeline:`$bucketAuto` pipeline stages. Lower
limits improve pipeline run time but might result in missing documents.

.. note::

This setting is only applied to document previews. It is not applied
when the pipeline is run.
This setting is only applied to document previews. It is not applied
when the pipeline is run.
- 100000

Learn More
Expand Down
73 changes: 35 additions & 38 deletions source/connect/advanced-connection-options/general-connection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,56 +38,53 @@ Procedure

.. step:: Click the :guilabel:`General` tab.

.. procedure::
:style: connected
a) Select a connection string scheme.

.. step:: Select a connection string scheme.
You can select one of the following options:

You can select one of the following options:
.. list-table::
gmiller-mdb marked this conversation as resolved.
Show resolved Hide resolved
:header-rows: 1
:class: border-table

.. list-table::
:header-rows: 1
:class: border-table
* - Connection String Scheme
- Definition

* - Connection String Scheme
- Definition
* - mongodb
- :manual:`Standard Connection String Format </reference/connection-string/>`.
The standard format of the MongoDB connection URI is used to
connect to a MongoDB deployment by specifying its hosts directly.

* - mongodb
- :manual:`Standard Connection String Format </reference/connection-string/>`.
The standard format of the MongoDB connection URI is used to
connect to a MongoDB deployment by specifying its hosts directly.
* - mongodb+srv
- :manual:`DNS Seed List Connection Format
</reference/connection-string/#dns-seed-list-connection-format>`.
The ``+srv`` indicates to |compass| that the hostname that follows
corresponds to a DNS SRV record.

* - mongodb+srv
- :manual:`DNS Seed List Connection Format
</reference/connection-string/#dns-seed-list-connection-format>`.
The ``+srv`` indicates to |compass| that the hostname that follows
corresponds to a DNS SRV record.
b) Enter a Hostname.

.. step:: Enter a Hostname.
In the :guilabel:`Host` field, enter the hosts or hostname of the server
where the deployment is running.

In the :guilabel:`Host` field, enter the hosts or hostname of the server
where the deployment is running.
If you are running your deployment locally, this value is ``localhost``.
If you are connecting to an Atlas cluster, see
:atlas:`Connect to Database Deployment </connect-to-database-deployment/>`
for Atlas-specific guidance on how to connect with |compass-short|.

If you are running your deployment locally, this value is ``localhost``.
If you are connecting to an Atlas cluster, see
:atlas:`Connect to Database Deployment </connect-to-database-deployment/>`
for Atlas-specific guidance on how to connect with |compass-short|.
If you are not sure of your hostname, contact your Database
Administrator for information.

If you are not sure of your hostname, contact your Database
Administrator for information.
c) (Optional) Enable Direct Connection.

.. step:: (Optional) Enable Direct Connection.
When you use the ``mongodb`` Connection String Scheme, you have the
option to enable a :driver:`Direct Connection
</node/current/fundamentals/connection/#direct-connection>`. When you
enable this setting, |compass-short| runs all operations on the specified
host.

When you use the ``mongodb`` Connection String Scheme, you have the
option to enable a :driver:`Direct Connection
</node/current/fundamentals/connection/#direct-connection>`. When you
enable this setting, |compass-short| runs all operations on the specified
host.

.. important::
When you specify ``directConnection`` and connect to a secondary member
of a replica set, your write operations fail because it is not the
primary member.
.. important::
When you specify ``directConnection`` and connect to a secondary member
of a replica set, your write operations fail because it is not the
primary member.

.. step:: (Optional) For advanced connection configuration options, click the :ref:`Advanced <advanced-connection-tab>` tab.

Expand Down
Loading
Loading