Viewing Reports

You can view the reports for different applications in the Sentinel Rapid Deployment Web interface for reports. The report GUI by default shows up to 10 report results for any given report definition. The 10 report results displayed are the 10 most recent report results for that report definition.

If there are more than 10 report results for any given report definition (that is, the report has been run more than 10 times), a Show all x reports link is displayed after the 10th report, where x is the total number of results available for that given report definition.

  1. To view the list of report results, click View.

    All previously run reports are shown with the user-defined report name, the user who ran them, and the time the report was run.

    IMPORTANT:The default number of report results to be displayed for each report definition is managed by the reporting.reportResultsDisplayed property specified in the das_core.xml file.

    <obj-component id="JasperReportingComponent">
    
        <class>esecurity.ccs.comp.reporting.jasper.JasperReportingComponent</class>
    
        <property name="reporting.reportResultsDisplayed">10</property>
    
    </obj-component> 
    

    You can change the reporting.reportResultsDisplayed property value. After changing this value, ensure that you restart the das_core to apply the changes.

  2. Click show parameters to see the exact values used to run the report.

    • For Date Range, D=Current Day, PD=Previous Day, W=Week To Date, PW=Previous Week, M=Month To Date, PM=Previous Month, and DR=Custom Date Range.

    • For Language, en=English, fr=French, de=German, it=Italian, ja=Japanese, pt=Brazilian Portuguese, es=Spanish, zh=Simplified Chinese, and zh_TW=Traditional Chinese.

  3. Click View for the report results you want to see. The report results are displayed in a new window in .pdf format.

    HINT:Report results are organized from newest to oldest.

For trademark and copyright information, see Legal Notices.