Cybersecurity
DevOps Cloud
IT Operations Cloud
Sentinel do have the function to store the PDF report file in a local. However, by default, it not enable and need to define manually.
Steps below need to apply in order to let the Sentinel store the PDF report files in the local path:
1. SSH to Sentinel
2. Navigate to /etc/opt/novell/sentinel/config/
3. Open the obj-component.JasperReportingComponent.properties file for editing using command below:
vi obj-component.JasperReportingComponent.properties
4. Edit the following entry:
reporting.pdf.outputdir=<the directory where the reports must be stored>
5. Save the file -> restart the Sentinel's service
NOTE: the novell user must have read/write permissions on the specified directory.