Hi,
I use the following sql at the dateset and add "having ....>1000000000" but it drop some record after I add it to the chart then report, but when I test it in the dataset view its query normally.
sql as below:
select coalesce(nullifna(`user`), nullifna(`unauthuser`), ipstr(`srcip`)) as user_src, sum(coalesce(sentbyte, 0)+coalesce(rcvdbyte, 0)) as bandwidth, sum(coalesce(rcvdbyte, 0)) as traffic_in, sum(coalesce(sentbyte, 0)) as traffic_out, count(*) as sessions from $log where $filter and (logflag&1>0) group by user_src having sum(coalesce(sentbyte, 0)+coalesce(rcvdbyte, 0))>1000000000 order by bandwidth desc
After I change "having sum(coalesce(sentbyte, 0)+coalesce(rcvdbyte, 0))>0" to "having sum(coalesce(sentbyte, 0)+coalesce(rcvdbyte, 0))>1000000000"
the bandwidth and data sent and data received changed (sometime cut half) on same user.
Raymond
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.
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 |
---|---|
1733 | |
1106 | |
752 | |
447 | |
240 |
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.