Getting Data In

How to calculate traffic overview?

RJ2
Observer

I want to calculate the volume of traffic ( FortiGate firewall) ;

 

I wrote this query I don't know if it's correct or not.

"index=<my index> sourcetype=<my_sourcetype>  | eval TotalTraffic_GB = (sum(bytes)/1000000000)| stats sum(TotalTraffic_GB) as TotalGigaBytes ,
avg(TotalTraffic_GB) as AvgGigaBytes, max(TotalTraffic_GB) as MaxGigaBytes"

PLEASE CAN ANY ONE HELP ME ?? 

Labels (5)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Assuming bytes is field containing one or more numerics, the search looks like it will work. How you tried it? Do you get an error?

0 Karma

RJ2
Observer

It works well ! without any error

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...