Report Management
Administrators can output the result values for desired queries (SQL statements) as reports in Excel format. Query reports are created by setting queries to define the report, and then generating the file from the defined report.
Creating Query Reports
- Go to Audit > Report in the top panel.
- Go to Custom Reports on the left.
- Go to Select Action > Add Query Report.
Basic Settings
- For Report Title, enter a unique name.
- For Report Description, enter a description for this report.
- For Application Mode, select Enabled.
- For Auto Generation, select Enabled to run at the set time.
Detailed Settings
- For Output File, select Excel or CSV from the dropdown.
- For Email Reception, it can be sent to the administrator's email address.
- For Execution Query, add a custom query.
- Click Create.
Example Queries
Retrieve Node's Open Port Information
SELECT NL_IPSTR as IP, NL_MAC as MAC, NL_FQDN as HOSTNAME, GROUP_CONCAT(NI_PORT) as OPENPORT
from vwNODELIST_ALL JOIN NODEINFOALL_OPENPORT ON (NI_NODEID = NL_NODEID)
where NL_ACTIVE = ‘1’
GROUP BY NL_NODEID
Retrieve IP List Using Same MAC
SELECT * FROM (
SELECT NL_IPSTR, COUNT(NL_MAC) CNT
from vwNODELIST_VALID
GROUP BY NL_IP
ORDER BY NL_IP
) A WHERE CNT > 1
Administrators can use node reports to display information about node groups and all nodes,
and display the number of operations, agent installations, and active agent nodes in graph format.
Creating Node Reports
- Go to Audit > Report in the top panel.
- Go to Custom Reports on the left.
- Go to Select Action > Add Node Report.
Basic Settings
- For Report Title, enter a unique name.
- For Report Description, enter a description for this report.
- For Application Mode, select Enabled.
- For Auto Generation, select Enabled to run at the set time.
Detailed Settings
Note
Repeat the following steps to add Collection Targets to the report.
- For Collection Target, select All Nodes or Node Group from the dropdown.
- If Node Group is selected, choose the desired group from the Target Settings dropdown.
- For Item, select the report target.
- For Output Name, use the default value or enter a unique name.
- For Description, enter a description for the option being configured.
- For Chart Type, select Line, Bar, or Area Graph from the dropdown.
- For Chart Color, select the desired color from the dropdown.
- For Audit Log, select the desired criteria from the dropdown.
- Click Add and then Create.
- Click Report Definition > Newly Created Node Report Name.
In the Chart tab,
- Select the desired Period and click Change.
Under the Table tab,
- Select the desired Period and click Change.
- To export the report locally in Excel format, click the Export icon.
Creating Log Reports
- Go to Audit > Report in the top panel.
- Go to Custom Reports on the left.
- Go to Select Action > Add Node Report.
Basic Settings
- For Report Title, enter a unique name.
- For Report Description, enter a description for this report.
- For Application Mode, select Enabled.
- For Auto Generation, select Enabled to run at the set time.
Detailed Settings
- For Audit Log Filter, select which filter to apply.
- For Output File, select the file type of the output file.
- For Email Reception, it can be sent to the administrator's email address.
Creating Dashboard Reports
- Go to Audit > Report in the top panel.
- Go to Custom Reports on the left.
- Go to Select Action > Add Dashboard Report.
Basic Settings
- For Report Title, enter a unique name.
- For Report Description, enter a description for this report.
- For Application Mode, select Enabled.
- For Auto Generation, select Enabled to run at the set time.
Detailed Settings
- For Dashboard Tab, set dashboard tabs such as Overview, Anomaly.
- For Output File, select the file type of the output file.
- For Email Reception, it can be sent to the administrator's email address.
Exporting Reports
- Go to Audit > Report in the top panel.
- Go to Email Dispatch and click the desired Report Name.
- Click Select Action > Perform Immediately (by clicking the file) to send the report via email.
How to Delete Reports
- Go to Audit > Report in the top panel.
- In the main window, find the Report Name to delete and click the checkbox.
- Click Select Action > Delete.