Report Settings

All generated reports except Advanced Search can be downloaded in multiple formats, for example, CSV, PDF, or HTML. Some report settings can be configured from the command line interface.

Maximum rows in the downloaded report files

The number of lines in the downloaded file is limited to 5,000 even if the generated report has more number of lines. For CSV files, you can change this limit:
  1. Edit the following file:
    /loglogic/tomcat/webapps/logapp20/WEB-INF/config/realtime/ReportRuleMasterConfig.xml
    
  2. Change the value 5000 to the required value:
    <csvMaxRows>5000</csvMaxRows>