@@ -49,68 +49,76 @@ Connect
49
49
50
50
When you open |compass-short|, an initial connection dialog appears:
51
51
52
- .. figure:: /images/compass/paste -connection-string .png
52
+ .. figure:: /images/compass/new -connection.png
53
53
:figwidth: 690px
54
- :alt: Connection dialog for pasting your connection string
54
+ :alt: New connection dialog for pasting your connection string
55
55
56
- |compass-short| provides two methods to connect to your deployment,
57
- either providing your deployment connection string or filling in your
58
- deployment information in specific fields.
56
+ You can connect your deployments by either:
59
57
60
- .. tabs::
58
+ - Providing your connection string.
61
59
62
- .. tab:: Paste Connection String
63
- :tabid: paste-connection-string
60
+ - Specifying :guilabel:`Advanced Connection Options`.
61
+ Advanced connection options allow you to specify authentication,
62
+ TLS/SSL, and SSH connection options. To learn more, see
63
+ :ref:`<advanced-connection-options>`.
64
64
65
- When you provide a connection string, |compass-short| supports
66
- most :manual:`Connection String Options
67
- </reference/connection-string/#connection-string-options>`
68
- supported by MongoDB.
65
+ Paste Connection String
66
+ ~~~~~~~~~~~~~~~~~~~~~~~
69
67
70
- By default, |compass-short|'s default
71
- :manual:`socketTimeoutMS </reference/connection-string/#urioption.socketTimeoutMS>`
72
- value is 60000, or 60 seconds. If you are frequently experiencing
73
- timeouts in |compass-short|, consider setting this option to a
74
- higher value in your connection string.
68
+ When you provide a connection string, |compass-short| supports
69
+ most :manual:`Connection String Options
70
+ </reference/connection-string/#connection-string-options>`
71
+ supported by MongoDB.
75
72
76
- For a complete list of the connection string options which
77
- |compass-short| supports, see the
78
- `Compass Connection README
79
- <https://github.com/mongodb-js/connection-model/blob/master/README.md#properties>`__
80
- on GitHub .
73
+ By default, |compass-short|'s default
74
+ :manual:`socketTimeoutMS </reference/connection-string/#urioption.socketTimeoutMS>`
75
+ value is 60000, or 60 seconds. If you are frequently experiencing
76
+ timeouts in |compass-short|, consider setting this option to a
77
+ higher value in your connection string .
81
78
82
- .. include:: /includes/steps/starting-compass-paste-string.rst
79
+ For a complete list of the connection string options that
80
+ |compass-short| supports, see the
81
+ `Compass Connection README
82
+ <https://github.com/mongodb-js/connection-model/blob/master/README.md#properties>`__
83
+ on GitHub.
83
84
84
- .. tab:: Fill in Connection Fields Individually
85
- :tabid: individual-fields
85
+ .. include:: /includes/steps/starting-compass-paste-string.rst
86
86
87
- .. include:: /includes/steps/starting-compass-individual-fields.rst
87
+ .. _advanced-connection-options:
88
88
89
- .. note::
89
+ Advanced Connection Options
90
+ ---------------------------
90
91
91
- |compass| securely stores sensitive information entered in the
92
- connection form using an API that is specific to your operating
93
- system.
92
+ The Advanced Connection Options provide additonal forms of connecting
93
+ |compass-short| deployments.
94
94
95
- For more information on how |compass-short| handles sensitive
96
- data, refer to the
97
- :ref:`FAQ page <compass-faq-confidential-data>`.
95
+ :doc:`/connect/general-connection`
96
+ Learn how to select a Connection String Scheme for your deployment.
98
97
99
- .. _disconnect:
98
+ :doc:`/connect/authentication-connection`
99
+ Learn how to connect deployments that require authentication.
100
100
101
- Disconnect
102
- ----------
101
+ :doc:`/connect/tls-ssl-connection`
102
+ Learn how to connect deployments via TLS/SSL.
103
103
104
- .. include:: /includes/steps/disconnect-compass.rst
104
+ :doc:`/connect/ssh-connection`
105
+ Learn how to connect deployments via an SSH tunnel.
105
106
106
- Disconnecting from a MongoDB instance closes the Compass connection to
107
- the active instance and returns the Compass view to the initial
108
- connection dialog.
107
+ :doc:`/connect/advanced-connection`
108
+ Learn about additional advanced connection options for your deployments.
109
109
110
- .. |home| unicode:: U+2302
110
+ .. seealso::
111
+
112
+ To learn how to disconnect your deployment, see :ref:`<disconnect-tab>`
111
113
112
114
.. toctree::
113
115
:titlesonly:
114
-
116
+
117
+ /connect/general-connection
118
+ /connect/authentication-connection
119
+ /connect/tls-ssl-connection
120
+ /connect/ssh-connection
121
+ /connect/advanced-connection
115
122
/connect/required-access
116
123
/connect/favorite-connections
124
+ /connect/disconnect
0 commit comments