File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,24 @@ Improvements
40
40
++++++++++++
41
41
42
42
- Adds support for configuring :opsmgr:`logRotate </reference/cluster-configuration/#mongodb-instances>`
43
- on the MongoDB Agent for the Application Database.
43
+ on the MongoDB Agent for the Application Database by adding the following new fields
44
+ to the ``MongoDBOpsManager`` resource:
45
+
46
+ - :opsmgrkube:`spec.applicationDatabase.agent.logRotate`
47
+ - :opsmgrkube:`spec.applicationDatabase.agent.logRotate.numTotal`
48
+ - :opsmgrkube:`spec.applicationDatabase.agent.logRotate.numUncompressed`
49
+ - :opsmgrkube:`spec.applicationDatabase.agent.logRotate.percentOfDiskspace`
50
+ - :opsmgrkube:`spec.applicationDatabase.agent.logRotate.sizeThresholdMB`
51
+ - :opsmgrkube:`spec.applicationDatabase.agent.logRotate.timeThresholdHrs`
52
+
44
53
- You can now configure the :manual:`systemLog </reference/configuration-options/#systemlog-options>`
45
- to send logs to a custom location other than the default ``/var/log/mongodb-mms-automation`` directory.
54
+ to send logs to a custom location other than the default ``/var/log/mongodb-mms-automation`` directory using the following new fields
55
+ in the ``MongoDBOpsManager`` resource:
56
+
57
+ - :opsmgrkube:`spec.applicationDatabase.agent.systemLog`
58
+ - :opsmgrkube:`spec.applicationDatabase.agent.systemLog.path`
59
+ - :opsmgrkube:`spec.applicationDatabase.agent.systemLog.logAppend`
60
+ - :opsmgrkube:`spec.applicationDatabase.agent.systemLog.destination`
46
61
47
62
- Improves handling of Application Database clusters in |multi-clusters|.
48
63
You can’t perform that action at this time.
0 commit comments