Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to save resources, the collection of DomLog data in iDNA 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:

  1. 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. using vim):

    Code Block
    themeRDark
    vim /opt/panagenda/appdata/volumes/idna/idna-config.properties

     

  2. Add the following settings at the end of the properties file:
    Properties for access log:

    Code Block
    languagexml
    domino.server.domlog.import.accesslog.exclude_cookie_data=true
    domino.server.domlog.import.accesslog.exclude_referer_data=true
    domino.server.domlog.import.accesslog.exclude_status_codes=302,304

    Properties for domlog:

    Code Block
    languagexml
    domino.server.domlog.import.accesslog.exclude_cookie_data=true
    domino.server.domlog.import.accesslog.exclude_referer_data=true
    domino.server.domlog.import.accesslog.exclude_status_codes=302,304


  3. Save the properties file and exit

  4. Reboot the iDNA Application appliance with the following command:

    Code Block
    themeRDark
    ifa restart