<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Bandwidth from IIS Logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77691#M19620</link>
    <description>&lt;P&gt;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: &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;(flv OR mp4 OR mov OR wmv) AND /hosted | timechart span=1m avg(cs_bytes)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This returns a one-minute table, but the averages for the bytes are blank. Any ideas?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;BR /&gt;
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. &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt; Ack. &lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2012 22:30:49 GMT</pubDate>
    <dc:creator>chca</dc:creator>
    <dc:date>2012-10-02T22:30:49Z</dc:date>
    <item>
      <title>Bandwidth from IIS Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77691#M19620</link>
      <description>&lt;P&gt;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: &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;(flv OR mp4 OR mov OR wmv) AND /hosted | timechart span=1m avg(cs_bytes)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This returns a one-minute table, but the averages for the bytes are blank. Any ideas?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;BR /&gt;
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. &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt; Ack. &lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 22:30:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77691#M19620</guid>
      <dc:creator>chca</dc:creator>
      <dc:date>2012-10-02T22:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bandwidth from IIS Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77692#M19621</link>
      <description>&lt;P&gt;Are you sure that the field name is &lt;CODE&gt;cs_bytes&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;Do you get events if you just search for&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(flv OR mp4 OR mov OR wmv) AND /hosted
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Oct 2012 22:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77692#M19621</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-10-02T22:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bandwidth from IIS Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77693#M19622</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 18:46:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77693#M19622</guid>
      <dc:creator>chca</dc:creator>
      <dc:date>2012-10-03T18:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bandwidth from IIS Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77694#M19623</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 20:11:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bandwidth-from-IIS-Logs/m-p/77694#M19623</guid>
      <dc:creator>chca</dc:creator>
      <dc:date>2012-10-03T20:11:38Z</dc:date>
    </item>
  </channel>
</rss>

