File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1514,6 +1514,30 @@ transactions
1514
1514
1515
1515
.. versionadded:: 4.2
1516
1516
1517
+ transportSecurity
1518
+ ~~~~~~~~~~~~~~~~~
1519
+
1520
+ .. versionadded:: 4.0.2 (*Also available in 3.6.7+ and 3.4.17+*)
1521
+
1522
+ .. code-block:: javascript
1523
+
1524
+ "transportSecurity" : {
1525
+ "1.0" : <NumberLong>,
1526
+ "1.1" : <NumberLong>,
1527
+ "1.2" : <NumberLong>,
1528
+ "1.3" : <NumberLong>,
1529
+ "unknown" :<NumberLong>
1530
+ },
1531
+
1532
+ .. serverstatus:: transportSecurity.<version>
1533
+
1534
+ .. versionadded:: 4.0.2 (*Also available in 3.6.7+ and 3.4.17+*)
1535
+
1536
+ The cumulative number of TLS <version> connections that have been
1537
+ made to this :binary:`~bin.mongod` or :binary:`~bin.mongos`
1538
+ instance. The value is reset upon restart.
1539
+
1540
+
1517
1541
.. _server-status-wiredTiger:
1518
1542
1519
1543
wiredTiger
You can’t perform that action at this time.
0 commit comments