Data Collection Job log Warning > Snapshot within this range is older than the maximum age, based on indicator frequency and snapshot periods, for all indicators associated with this indicator source.Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Data Collection Job log contains warning "Snapshot within this range is older than the maximum age, based on indicator frequency and snapshot periods, for all indicators associated with this indicator source." Release All Releases Cause Out of the Box the snapshot data is collected and kept for 183 days as explained in the documentation > Performance Analytics properties Look for property description "com.snc.pa.dc.keep_snapshots_for.frequency" in the documentation. Resolution A snapshot is the list of records that you see on the "Records" tab in the Scorecard. It is required if you needed to drill down into the records. The snapshot data does not have impact on the widget as such as the widget is rendered based on the scores but if you do not have the snapshot data, the drill down from widgets to the actual records will not work. If you need to keep/collect snapshot for more than 183 days you can do the same with following 2 options Option 1 : (if you need to change the retention periods for snapshots of all daily indicators to 366 days from 183 days) Change the system property "com.snc.pa.dc.keep_snapshots_for.frequency" to retain the collected data for desired number of days (for eg 366 days) . This will change the retention periods for all daily Indicators where these is no "Override collection periods" configured. Change the property value from: 183;26;13;10;15;8;5;5;5;3;3 to: 366;26;13;10;15;8;5;5;5;3;3 Option 2: (if you need to change the retention periods for snapshots of specific daily indicator to 366 days from 183 days) Configure "Override collection periods" in the "Collection periods" tab of the Indicator. Set "Periods to keep scores" to the default value of "com.snc.pa.dc.keep_scores_for.frequency" i.e. "732" Set "Periods to keep snapshots" to "366" Would recommend option 2 as it may not be necessary to change the default for all indicators but it depends on business requirement. Please note that PA scores and snapshots may grow overtime and hence these are routinely cleaned to ensure optimal performance and accurate data. , please review > Cleaning collected Performance Analytics data