Skip to content

Commit 5e469fd

Browse files
1 parent 745b53c commit 5e469fd

14 files changed

+98
-84
lines changed

openapi/v2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
233233
"title": "MongoDB Atlas Administration API",
234234
"version": "2.0",
235-
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
235+
"x-xgen-sha": "ecc67f65d9b5a5199175facaab8a2dc97afe2911"
236236
},
237237
"paths": {
238238
"/api/atlas/v2": {
@@ -40518,10 +40518,10 @@
4051840518
"type": "boolean"
4051940519
},
4052040520
"redactClientLogData": {
40521-
"description": "Enable or disable log redaction.",
40521+
"description": "Enable or disable log redaction.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.\n\n*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.",
4052240522
"externalDocs": {
40523-
"description": "This options corresponds to the ``security.redactClientLogData`` cluster parameter.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.",
40524-
"url": "https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData"
40523+
"description": "Log Redaction",
40524+
"url": "https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction"
4052540525
},
4052640526
"type": "boolean"
4052740527
},

openapi/v2.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8188,15 +8188,17 @@ components:
81888188
url: https://docs.atlas.mongodb.com/backup/cloud-backup/overview/
81898189
type: boolean
81908190
redactClientLogData:
8191-
description: Enable or disable log redaction.
8192-
externalDocs:
8193-
description: |-
8194-
This options corresponds to the ``security.redactClientLogData`` cluster parameter.
8191+
description: |-
8192+
Enable or disable log redaction.
81958193

8196-
This setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
8194+
This setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
81978195

8198-
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8199-
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData
8196+
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8197+
8198+
*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.
8199+
externalDocs:
8200+
description: Log Redaction
8201+
url: https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction
82008202
type: boolean
82018203
replicaSetScalingStrategy:
82028204
default: WORKLOAD_TYPE
@@ -32884,7 +32886,7 @@ info:
3288432886
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532887
title: MongoDB Atlas Administration API
3288632888
version: "2.0"
32887-
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
32889+
x-xgen-sha: ecc67f65d9b5a5199175facaab8a2dc97afe2911
3288832890
openapi: 3.0.1
3288932891
paths:
3289032892
/api/atlas/v2:

openapi/v2/openapi-2023-01-01.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
201201
"title": "MongoDB Atlas Administration API",
202202
"version": "2.0",
203-
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
203+
"x-xgen-sha": "ecc67f65d9b5a5199175facaab8a2dc97afe2911"
204204
},
205205
"paths": {
206206
"/api/atlas/v2": {
@@ -32837,10 +32837,10 @@
3283732837
"type": "boolean"
3283832838
},
3283932839
"redactClientLogData": {
32840-
"description": "Enable or disable log redaction.",
32840+
"description": "Enable or disable log redaction.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.\n\n*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.",
3284132841
"externalDocs": {
32842-
"description": "This options corresponds to the ``security.redactClientLogData`` cluster parameter.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.",
32843-
"url": "https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData"
32842+
"description": "Log Redaction",
32843+
"url": "https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction"
3284432844
},
3284532845
"type": "boolean"
3284632846
},

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8188,15 +8188,17 @@ components:
81888188
url: https://docs.atlas.mongodb.com/backup/cloud-backup/overview/
81898189
type: boolean
81908190
redactClientLogData:
8191-
description: Enable or disable log redaction.
8192-
externalDocs:
8193-
description: |-
8194-
This options corresponds to the ``security.redactClientLogData`` cluster parameter.
8191+
description: |-
8192+
Enable or disable log redaction.
81958193

8196-
This setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
8194+
This setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
81978195

8198-
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8199-
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData
8196+
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8197+
8198+
*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.
8199+
externalDocs:
8200+
description: Log Redaction
8201+
url: https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction
82008202
type: boolean
82018203
replicaSetScalingStrategy:
82028204
default: WORKLOAD_TYPE
@@ -32884,7 +32886,7 @@ info:
3288432886
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532887
title: MongoDB Atlas Administration API
3288632888
version: "2.0"
32887-
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
32889+
x-xgen-sha: ecc67f65d9b5a5199175facaab8a2dc97afe2911
3288832890
openapi: 3.0.1
3288932891
paths:
3289032892
/api/atlas/v2:

openapi/v2/openapi-2023-02-01.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205
"title": "MongoDB Atlas Administration API",
206206
"version": "2.0",
207-
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
207+
"x-xgen-sha": "ecc67f65d9b5a5199175facaab8a2dc97afe2911"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -33892,10 +33892,10 @@
3389233892
"type": "boolean"
3389333893
},
3389433894
"redactClientLogData": {
33895-
"description": "Enable or disable log redaction.",
33895+
"description": "Enable or disable log redaction.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.\n\n*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.",
3389633896
"externalDocs": {
33897-
"description": "This options corresponds to the ``security.redactClientLogData`` cluster parameter.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.",
33898-
"url": "https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData"
33897+
"description": "Log Redaction",
33898+
"url": "https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction"
3389933899
},
3390033900
"type": "boolean"
3390133901
},

openapi/v2/openapi-2023-02-01.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8188,15 +8188,17 @@ components:
81888188
url: https://docs.atlas.mongodb.com/backup/cloud-backup/overview/
81898189
type: boolean
81908190
redactClientLogData:
8191-
description: Enable or disable log redaction.
8192-
externalDocs:
8193-
description: |-
8194-
This options corresponds to the ``security.redactClientLogData`` cluster parameter.
8191+
description: |-
8192+
Enable or disable log redaction.
81958193

8196-
This setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
8194+
This setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
81978195

8198-
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8199-
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData
8196+
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8197+
8198+
*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.
8199+
externalDocs:
8200+
description: Log Redaction
8201+
url: https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction
82008202
type: boolean
82018203
replicaSetScalingStrategy:
82028204
default: WORKLOAD_TYPE
@@ -32884,7 +32886,7 @@ info:
3288432886
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532887
title: MongoDB Atlas Administration API
3288632888
version: "2.0"
32887-
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
32889+
x-xgen-sha: ecc67f65d9b5a5199175facaab8a2dc97afe2911
3288832890
openapi: 3.0.1
3288932891
paths:
3289032892
/api/atlas/v2:

openapi/v2/openapi-2023-10-01.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205
"title": "MongoDB Atlas Administration API",
206206
"version": "2.0",
207-
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
207+
"x-xgen-sha": "ecc67f65d9b5a5199175facaab8a2dc97afe2911"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -33887,10 +33887,10 @@
3388733887
"type": "boolean"
3388833888
},
3388933889
"redactClientLogData": {
33890-
"description": "Enable or disable log redaction.",
33890+
"description": "Enable or disable log redaction.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.\n\n*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.",
3389133891
"externalDocs": {
33892-
"description": "This options corresponds to the ``security.redactClientLogData`` cluster parameter.\n\nThis setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.\n\nUse ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.",
33893-
"url": "https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData"
33892+
"description": "Log Redaction",
33893+
"url": "https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction"
3389433894
},
3389533895
"type": "boolean"
3389633896
},

openapi/v2/openapi-2023-10-01.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8188,15 +8188,17 @@ components:
81888188
url: https://docs.atlas.mongodb.com/backup/cloud-backup/overview/
81898189
type: boolean
81908190
redactClientLogData:
8191-
description: Enable or disable log redaction.
8192-
externalDocs:
8193-
description: |-
8194-
This options corresponds to the ``security.redactClientLogData`` cluster parameter.
8191+
description: |-
8192+
Enable or disable log redaction.
81958193

8196-
This setting configures the ``mongod`` or ``mongos`` to redact any message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
8194+
This setting configures the ``mongod`` or ``mongos`` to redact any document field contents from a message accompanying a given log event before logging. This prevents the program from writing potentially sensitive data stored on the database to the diagnostic log. Metadata such as error or operation codes, line numbers, and source file names are still visible in the logs.
81978195

8198-
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8199-
url: https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.redactClientLogData
8196+
Use ``redactClientLogData`` in conjunction with Encryption at Rest and TLS/SSL (Transport Encryption) to assist compliance with regulatory requirements.
8197+
8198+
*Note*: changing this setting on a cluster will trigger a rolling restart as soon as the cluster is updated.
8199+
externalDocs:
8200+
description: Log Redaction
8201+
url: https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction
82008202
type: boolean
82018203
replicaSetScalingStrategy:
82028204
default: WORKLOAD_TYPE
@@ -32884,7 +32886,7 @@ info:
3288432886
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532887
title: MongoDB Atlas Administration API
3288632888
version: "2.0"
32887-
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
32889+
x-xgen-sha: ecc67f65d9b5a5199175facaab8a2dc97afe2911
3288832890
openapi: 3.0.1
3288932891
paths:
3289032892
/api/atlas/v2:

0 commit comments

Comments
 (0)