SV-279076r1172835_rule
V-279076
SRG-APP-000357-AS-000038
APAS-CF-000610
CAT III
10
Configure ColdFusion to allocate log record storage capacity that does not exceed the available space on the log directory's storage volume.
1. From the ColdFusion Admin Console landing screen, navigate to Debugging & Logging >> Logging Settings.
2. Review and adjust the following settings:
- Maximum number of archives.
- Maximum file size (in kilobytes).
3. Ensure the calculated total log storage remains within the available storage space of the log directory.
4. Optionally, relocate the log directory to a volume with greater capacity if needed.
5. Save changes and monitor log growth over time to verify compliance.
Review the ColdFusion log configuration to verify sufficient storage is allocated for log records and that log data will not exceed available space.
1. From the ColdFusion Admin Console landing screen, navigate to Debugging & Logging >> Logging Settings.
2. Locate the following settings:
- Log directory: Note the location where logs are written.
- Maximum number of archives: Note the value configured.
- Maximum file size (in kilobytes): Note the value configured.
3. Next, navigate to Debugging & Logging >> Log Files.
4. Count the number of log files currently present.
5. Calculate the total potential storage consumption using the following formula:
(Maximum number of archives) × (Maximum file size in KB) × (Number of log files)
6. Compare this value to the total available space on the storage volume where the log directory resides.
If the calculated potential log storage exceeds the available storage for the log directory, this is a finding.
V-279076
False
APAS-CF-000610
Review the ColdFusion log configuration to verify sufficient storage is allocated for log records and that log data will not exceed available space.
1. From the ColdFusion Admin Console landing screen, navigate to Debugging & Logging >> Logging Settings.
2. Locate the following settings:
- Log directory: Note the location where logs are written.
- Maximum number of archives: Note the value configured.
- Maximum file size (in kilobytes): Note the value configured.
3. Next, navigate to Debugging & Logging >> Log Files.
4. Count the number of log files currently present.
5. Calculate the total potential storage consumption using the following formula:
(Maximum number of archives) × (Maximum file size in KB) × (Number of log files)
6. Compare this value to the total available space on the storage volume where the log directory resides.
If the calculated potential log storage exceeds the available storage for the log directory, this is a finding.
M
5724