Skip to content

Commit a96e84b

Browse files
authored
DOCSP-48444 -- Reversed unintended changes during backport (#872)
A previous [backport PR](10gen/docs-ops-manager#869) went ahead with unintended changes and unresolved merge conflicts. This new PR removes them. - [DOCSP-48444](https://jira.mongodb.org/browse/DOCSP-48444) - [STAGING](paste the link to staging here) - [LATEST BUILD LOG](paste the build here) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 5c349a9 commit a96e84b

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

source/admin/admin-tab-general.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ messages, and other information.
2424
API Keys </admin/general/api-keys-page>
2525
Global Access List </admin/general/global-access-list-page>
2626
Projects </admin/general/projects-page>
27-
Backup Logs </admin/general/logs-page>
27+
Logs </admin/general/logs-page>
2828
Version Manifest </admin/general/version-manifest-page>
2929
Messages </admin/general/messages-page>
3030
MongoDB Usage </admin/general/mongodb-usage-page>

source/admin/backup/logs-page.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
<<<<<<< HEAD
2-
====
3-
Logs
4-
====
5-
=======
61
=======================
72
System Logs
83
=======================
94

105
.. meta::
116
:description: Explore Ops Manager system logs by job and class, with message counts for the last two hours, day, and three days.
12-
>>>>>>> 3f5b03c9 (DOCSP-48444 -- Changed duplicated headings. Modified further headings under the Administration Console->General section in the nav bar for parallelism)
137

148
.. default-domain:: mongodb
159

source/admin/general/logs-page.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
.. _admin-console-general-logs:
22

3-
<<<<<<< HEAD
4-
====
5-
Logs
6-
====
7-
=======
83
============
94
Logs Page
105
============
116

127
.. meta::
138
:description: Explore backup logs by job and class, with messages grouped and counted over different time periods.
14-
>>>>>>> 3f5b03c9 (DOCSP-48444 -- Changed duplicated headings. Modified further headings under the Administration Console->General section in the nav bar for parallelism)
159

1610
.. default-domain:: mongodb
1711

source/includes/steps-admin-add-s3-blockstore.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ content: |
3030
3131
* - S3 Bucket Name
3232
- Required
33-
- Enter the name of the |s3| bucket where you want to host the the S3-compatible
34-
snapshot or oplog store. In case of Amazon S3 using the |uri| name, use the
35-
following format: ``s3:// {BUCKET-NAME}``.
33+
- Type the name of the |s3| bucket where you want to host the
34+
the |s3ss|.
3635
3736
* - Region Override
3837
- Conditional
@@ -44,17 +43,15 @@ content: |
4443
4544
* - S3 Endpoint
4645
- Required
47-
- Enter the URL for this |s3| bucket. If AWS needs to comply with Amazon S3 regular
48-
endpoints, use the following format: ``https://\{Region}.amazonaws.com`` as the
49-
:aws:`AWS S3 documentation </general/latest/gr/s3.html>` shows.
46+
- Type the |url| for this |s3| bucket.
5047
5148
* - S3 Max Connections
5249
- Required
5350
- Type a positive integer indicating the maximum number of
5451
connections to this |s3| bucket.
5552
5653
* - Path Style Access
57-
- Required
54+
- Optional
5855
- Select if you want your |s3| bucket
5956
to use a path-style |url| endpoint
6057
(``s3.amazonaws.com/<bucket>``) instead of a

0 commit comments

Comments
 (0)