Hello everyone
I want to go to Fortimanager
Create a report that outputs the firmware status and system uptime as well as the host name.
Unfortunately my attempt below shows nothing.
SELECT
hostname AS "hostname",
SUM(sysuptime) AS "Total sysUptime",
version AS "Firmware Version"
FROM
$log
WHERE
$filter
GROUP BY
hostname, version
ORDER BY
"Total sysUptime" DESC
You must enabled FortiAnlyzer feature, right?
FortiAnalyzer get value from logs uploaded from devices.
However, There is no log contains all of sysUptime, version, hostname..
So FAZ feature cannot generate data you want.
For the future, if you want to as about FortiAnalyzer feature, fortianalyzer tag is better than FortiManager tag.
User | Count |
---|---|
2403 | |
1294 | |
778 | |
538 | |
454 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.