Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-3945

Automation cluster configuration: monitoringVersions and backupVersions now both take a logRotate section

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.3.11
    • Affects Version/s: None
    • Component/s: Cloud Manager
    • Labels:
      None

      In the automation agent's cluster configuration (http://mms.mongodb.com/help/reference/automation-agent/), both monitoringVersions and backupVersions both now take an optional "logRotate" key which points to an object:

      "logRotate" : <obj> // spec to rotate the logs for an agent

      { "sizeThresholdMB" : <number> // (required) max size in MB for an individual log file before rotation "timeThresholdHrs" : <int> // (required) max time in hours for an individual log file before rotation "numUncompressed": <int> // (optional) max number of total log files to leave uncompressed (including current log file) // default : 5 "percentOfDiskspace" : <number> // (optional) max percent of total disk space all log files should take up before deletion // default : .02 }

            Assignee:
            bgrabar Bob Grabar
            Reporter:
            tim.olsen@mongodb.com Timothy Olsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 35 weeks, 3 days ago