Skip to content

Commit f7b5250

Browse files
npentreljeff-allen-mongo
authored andcommitted
DOCS-14188: Update authentication counter patterns
1 parent 1abbc1c commit f7b5250

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

source/reference/command/serverStatus.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,6 +2414,7 @@ security
24142414

24152415
"security" : {
24162416
"authentication" : {
2417+
"saslSupportedMechsReceived" : <num>,
24172418
"mechanisms" : {
24182419
"MONGODB-X509" : {
24192420
"speculativeAuthenticate" : {
@@ -2464,6 +2465,13 @@ security
24642465
certificate. (Only appears for :binary:`~bin.mongod` or
24652466
:binary:`~bin.mongos` instance with support for TLS)
24662467

2468+
.. serverstatus:: security.authentication.saslSupportedMechsReceived
2469+
2470+
.. versionadded:: 5.0
2471+
2472+
The number of times a :dbcommand:`hello` request includes a valid
2473+
:data:`hello.saslSupportedMechs` field.
2474+
24672475
.. serverstatus:: security.authentication.mechanisms
24682476

24692477
A document that reports on the number of times a given

source/release-notes/5.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,11 @@ Cursor Metrics
398398
- :serverstatus:`metrics.cursor.totalOpened`, which reports the total
399399
number of cursors that have been opened
400400

401+
Security Counter
402+
- :serverstatus:`security.authentication.saslSupportedMechsReceived`,
403+
which reports the number of times a :dbcommand:`hello` request
404+
includes a valid :data:`hello.saslSupportedMechs` field.
405+
401406
Plan Cache Debug Info Size Limit
402407
--------------------------------
403408

0 commit comments

Comments
 (0)