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
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
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.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1660 | |
1077 | |
752 | |
443 | |
220 |
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 2024 Fortinet, Inc. All Rights Reserved.