You can change the rate at which Data Repository retains the polled data, hourly rollup data, daily rollup data, and weekly rollup data. For example, you can change the polled data retention value to 30 days to conserve disk space. Find the balance that best suits your needs and environment.
By default, data is retained in Data Repository for the following number of days:
Note: If you upgraded to this release from a previous release of Data Aggregator, the polled data retention will not change from the prior default of ten days.
The minimum number of days that Data Repository can retain data for is as follows:
Follow these steps:
Specifies the Data Aggregator host name and the port number.
Default port: 8581
The globalretentiondefinition webservice endpoint URL opens.
Is a unique identification number that is assigned to the globalretentiondefinition.
For example:
<GlobalRetentionDefinition version="1.0.0"> <PolledDataRetentionPeriod>4</PolledDataRetentionPeriod> </GlobalRetentionDefinition>
Important! Verify that there is no white space at the beginning of each of these lines, otherwise the PUT fails.
In this example, the polled data retention period has been changed to four days.
Results are returned in the Body tab of the HTTP Response pane.
For example:
<GlobalRetentionDefinitionList> <GlobalRetentionDefinition version="1.0.0"> <ID>4</ID> <GtdRollupDataRetentionPeriod>730</GtdRollupDataRetentionPeriod> <DailyRollupDataRetentionPeriod>365</DailyRollupDataRetentionPeriod> <PolledDataRetentionPeriod>4</PolledDataRetentionPeriod> <HourlyRollupDataRetentionPeriod>90</HourlyRollupDataRetentionPeriod> <Item version="1.0.0"> <CreateTime>Thu Dec 08 16:03:05 CST 2011</CreateTime> <Name>Global Retention Definition</Name> </Item> </GlobalRetentionDefinition> </GlobalRetentionDefinitionList>
In this example, the polled data retention period has been changed to four days. The default retention periods for weekly rollup data, daily rollup data, and hourly rollup data remain.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|