hi,
I'm using the following dataset and I want to see the traffic (In/Out) between certain IP ranges. I have 9 specific dstip and srcip ranges. what I have Know is one range
select $flex_timescale as hodex, sum( coalesce(sentbyte,0))as traffic_out, sum( coalesce(rcvdbyte,0))as traffic_in from $log where $filter and logid_to_int(logid)not in(4,7,14) and dstip between '192.168.0.0' and '192.168.0.255' group by hodex having sum(coalesce(sentbyte,0)+coalesce(rcvdbyte,0))>0 order by hodex
thank you for your help
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 |
---|---|
1710 | |
1093 | |
752 | |
446 | |
231 |
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.