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 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:

    Code Block
    languagexml
    titleProperties for access log:
    domino.server.domlog.import.accesslog.exclude_cookie_data=false
    domino.server.domlog.import.accesslog.exclude_referer_data=false
    domino.server.domlog.import.accesslog.exclude_status_codes=


    Code Block
    languagetext
    titleProperties for domlog:
    domino.server.domlog.import.ndb.exclude_cookie_data=false
    domino.server.domlog.import.ndb.exclude_referer_data=false
    domino.server.domlog.import.ndb.exclude_status_codes=


  3. Save the properties file and exit

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

    Code Block
    themeRDark
    ifa restart