Splunk Search

Bandwidth from IIS Logs

chca
Path Finder

I'm using a a timechart (I presume that is the correct method) to display the bandwidth sent by IIS per minute for video files. So far this is what I have:

(flv OR mp4 OR mov OR wmv) AND /hosted | timechart span=1m avg(cs_bytes)

This returns a one-minute table, but the averages for the bytes are blank. Any ideas?

UPDATE
I'm thinking that I also need to incorporate the IIS field "time_taken", to know how long it took for this event to complete. What I need to setup bucket increments, then determine how many buckets any given event takes to complete. Then divide the bytes sent by the number of buckets, and use that to sum up the amount of bytes per bucket. Easy. 😜 Ack.

Tags (3)
0 Karma

lguinn2
Legend

Are you sure that the field name is cs_bytes?

Do you get events if you just search for

(flv OR mp4 OR mov OR wmv) AND /hosted
0 Karma

chca
Path Finder

I just realized I had a small issue with the source, so now I'm getting the results as expected. I don't think it's quite accurate though; as-written, it presumes that all data is sent within the smallest bucket. As noted above, I need to take into account for time_taken.

0 Karma

chca
Path Finder

Yes, that field is listed in the "Other Interesting Fields." And yes, I get results as expected without the timechart; it shows me a total number of hits per bucket.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Best Practices: Splunk auto adjust pipeline queue

When you enable autoAdjustQueue in Splunk, maxSize should be understood as the queue size Splunk starts with ...

Request for Professional Development: Attending .conf26

Winning Over the Boss: Your Pass to .conf26 conf26 is going to be here before you know it. If don't already ...