Page History
In order to save resources, the collection of DomLog data in iDNA Application Applications is limited to its essentials. Cookie and referrer data, as well as status codes 302 and 304 are not collected per default.
...
If you need to extend data collection to its full scope, please follow these steps:
Use the ssh client of your choice (e.g. putty on Windows) to connect to the appliance and and edit the following properties file (e.g. with using vim):
Code Block theme RDark vim /opt/panagenda/appdata/volumes/idna/idna-config.properties
Add the following settings at settings at the end of the properties file:
Properties for access log:Code Block language xml title Properties for access log: domino.server.domlog.import.accesslog.exclude_cookie_data=truefalse domino.server.domlog.import.accesslog.exclude_referer_data=truefalse domino.server.domlog.import.accesslog.exclude_status_codes=302,304
Code Block language text title Properties for domlog: code
language xml domino.server.domlog.import.accesslogndb.exclude_cookie_data=truefalse domino.server.domlog.import.accesslogndb.exclude_referer_data=truefalse domino.server.domlog.import.accesslogndb.exclude_status_codes=302,304
- Save the properties file and exit
Reboot the iDNA Application appliance with the following command:
Code Block theme RDark ifa restart