How To
ForgeRock Identity Platform
Does not apply to Identity Cloud
How do I change the location of the stats logs in AM (All versions)?
The purpose of this article is to provide information on changing the location of the stats logs in AM. Stats logs are located in the /path/to/am/var/stats directory (AM 7 and later) or the /path/to/am/stats directory (AM 6.x) by default.
1 reader recommends this article
Changing the location of stats logs
You can change the location of stats logs using either the AM admin UI or ssoadm:
- AM admin UI: navigate to: Configure > Server Defaults > Session > Statistics > Directory and enter the new location.
- ssoadm: enter the following command: $ ./ssoadm update-server-cfg -u [adminID] -f [passwordfile] -s default -a com.iplanet.services.stats.directory=[location]replacing [adminID], [passwordfile] and [location] with appropriate values.
Note
You must restart the web application container in which AM runs to apply these configuration changes.
See Also
How do I clear stats logs in AM (All versions)?
How do I stop stats logging in AM (All versions)?
Related Training
N/A
Related Issue Tracker IDs
N/A