Skip to content

Commit 22fca29

Browse files
committed
*
1 parent ff403ab commit 22fca29

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

source/includes/fact-viewing-favorite-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
Clicking the :icon-lg:`OpenNewTab` icon opens the bulk
3737
update statement and the filter criteria in the
3838
:guilabel:`Update Documents` modal. For details on bulk
39-
update statements in |compass-short|, see
39+
update statements in Compass, see
4040
:ref:`compass-bulk-update`.

source/settings/command-line-options.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ When you use the command line to set configuration options, the options are
2323
set at startup. Settings configured using command line options cannot be
2424
modified on the |compass-short| interface.
2525

26-
|compass-short| Executable Location
27-
-----------------------------------
26+
Compass Executable Location
27+
---------------------------
2828

2929
.. include:: /includes/compass-executable.rst
3030

@@ -74,10 +74,10 @@ configuration file.
7474
- Provides an example |compass-short| configuration file.
7575

7676
* - .. option:: --trustedConnectionString
77-
- Suppresses warnings about disallowed connection string properties and
78-
allows automatic connection. |compass-short| inspects the connection
79-
string passed in the command line, and verifies whether the connection
80-
string contains parameters that can result in a security risk.
77+
- Suppresses warnings about disallowed connection string properties and allows
78+
automatic connection. Compass inspects the connection string passed in the
79+
command line, and verifies whether the connection string contains parameters
80+
that can result in a security risk.
8181

8282
Only set this option if you pass a known trusted connection string to
8383
|compass-short|.
@@ -158,8 +158,8 @@ value in the :guilabel:`Settings` panel.
158158
To learn more, see :ref:`compass-configure-network-traffic`.
159159

160160
* - .. option:: --password
161-
- Specifies a password for authentication to |compass-short| and the
162-
MongoDB deployment provided in the connection string.
161+
- Specifies a password for authentication to Compass and the MongoDB
162+
deployment provided in the connection string.
163163

164164
Use in conjunction with :option:`--username`.
165165

@@ -216,8 +216,8 @@ value in the :guilabel:`Settings` panel.
216216
To learn more, see :ref:`compass-telemetry`.
217217

218218
* - .. option:: --username
219-
- Specifies a username for authentication to |compass-short| and the
220-
MongoDB deployment provided in the connection string
219+
- Specifies a username for authentication to Compass and the MongoDB
220+
deployment provided in the connection string
221221

222222
Optionally, use in conjuction with :option:`--password`.
223223

source/settings/settings-reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ You can configure the following settings on the |compass| interface:
184184
* - Enable AI Features
185185
- Artificial Intelligence
186186
- Enables :ref:`natural language querying <compass-query-natural-language>`
187-
and allows the use of AI features in |compass-short| which make requests
187+
and allows the use of AI features in Compass which make requests
188188
to 3rd party services.
189189

190190
* - Enable sending sample field values

source/troubleshooting/connection-errors.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _compass-connection-errors:
22

3-
=================================
4-
|compass-short| Connection Errors
5-
=================================
3+
=========================
4+
Compass Connection Errors
5+
=========================
66

77
.. default-domain:: mongodb
88

@@ -18,7 +18,7 @@ The sections on this page list common errors seen when connecting to
1818
MongoDB Not Running on the Provided Host and Port
1919
-------------------------------------------------
2020

21-
Your connection failed when |compass-short| attempted to connect to your
21+
Your connection failed when Compass attempted to connect to your
2222
database on the specified host and port.
2323

2424
Likely Causes
@@ -181,17 +181,17 @@ replica set name using the following procedure:
181181

182182
.. include:: /includes/fact-get-replica-set-name-steps.rst
183183

184-
Check Your |compass-short| Edition
185-
``````````````````````````````````
184+
Check Your Compass Edition
185+
``````````````````````````
186186

187187
You cannot perform write operations in :guilabel:`Compass Readonly`
188-
edition. You can check your |compass-short| edition by opening the
189-
top-level |compass-short| dropdown menu and selecting
188+
edition. You can check your Compass edition by opening the
189+
top-level Compass dropdown menu and selecting
190190
:guilabel:`About MongoDB Compass`.
191191

192192
To perform write operations, you must download a different edition
193-
of |compass|. For more information on the differences between
194-
|compass-short| editions, see
193+
of MongoDB. For more information on the differences between
194+
Compass editions, see
195195
:ref:`Capabilities of Compass Editions <compass-feature-table>`.
196196

197197
Connection to Cluster Shard Closed
@@ -271,8 +271,8 @@ replica set name using the following procedure:
271271

272272
.. include:: /includes/fact-get-replica-set-name-steps.rst
273273

274-
Allow |compass-short| to Connect to the Secondary
275-
`````````````````````````````````````````````````
274+
Allow Compass to Connect to the Secondary
275+
`````````````````````````````````````````
276276
Another approach to resolving this error is to allow |compass-short| to
277277
connect to a secondary cluster member. Change your
278278
:guilabel:`Read Preference` to either :guilabel:`Primary Preferred` or
@@ -339,8 +339,8 @@ Solutions
339339
- Verify that your selected authentication mechanism is supported by
340340
your MongoDB database.
341341

342-
Check the |compass-short| Logs
343-
------------------------------
342+
Check the Compass Logs
343+
----------------------
344344

345345
The |compass-short| logs can provide additional information on
346346
connection errors. You may find more detailed error messages to help

source/troubleshooting/logs.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _compass-logs:
22

3-
=============================
4-
Retrieve |compass-short| Logs
5-
=============================
3+
=====================
4+
Retrieve Compass Logs
5+
=====================
66

77
.. default-domain:: mongodb
88

@@ -20,8 +20,8 @@ help diagnose errors.
2020

2121
|compass| redacts credentials from the logs.
2222

23-
View |compass-short| Logs
24-
-------------------------
23+
View Compass Logs
24+
-----------------
2525

2626
.. procedure::
2727
:style: normal
@@ -42,8 +42,8 @@ View |compass-short| Logs
4242

4343
- Extract the log file and view it as a text file.
4444

45-
|compass-short| Log Location
46-
----------------------------
45+
Compass Log Location
46+
--------------------
4747

4848
|compass-short| maintains one log file per session, compressed into a
4949
gzip archive file. The corresponding session ID is included in the log

0 commit comments

Comments
 (0)