<?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 Re: Calculating _internal log volume for a particular host in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236472#M188573</link>
    <description>&lt;P&gt;The license_usage.log provides data in bytes.  To get the base2 representation of GiB you would indeed divide by bytes/1024/1024/1024 like below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=license_manager source=*license_usage.log type="Usage" 
 | stats sum(b) as b by h
 | eval gb=round(b/1024/1024/1024, 3) 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Mar 2016 21:54:07 GMT</pubDate>
    <dc:creator>vasildavid</dc:creator>
    <dc:date>2016-03-08T21:54:07Z</dc:date>
    <item>
      <title>Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236471#M188572</link>
      <description>&lt;P&gt;Hello, I'm trying to determine how much traffic gb/mb/kb that a particular forwarder is sending in daily. I'm using the current command:&lt;/P&gt;

&lt;P&gt;index=_internal* host="somehost.mydomain.com" | timechart span=1h avg(kb) &lt;/P&gt;

&lt;P&gt;This is giving me values like:&lt;/P&gt;

&lt;P&gt;5,832.547626 per hour. I'm assuming to get GB I would divide by 1024/1024? &lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 20:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236471#M188572</guid>
      <dc:creator>dky</dc:creator>
      <dc:date>2016-03-08T20:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236472#M188573</link>
      <description>&lt;P&gt;The license_usage.log provides data in bytes.  To get the base2 representation of GiB you would indeed divide by bytes/1024/1024/1024 like below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=license_manager source=*license_usage.log type="Usage" 
 | stats sum(b) as b by h
 | eval gb=round(b/1024/1024/1024, 3) 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Mar 2016 21:54:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236472#M188573</guid>
      <dc:creator>vasildavid</dc:creator>
      <dc:date>2016-03-08T21:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236473#M188574</link>
      <description>&lt;P&gt;Are you looking for the volume of &lt;CODE&gt;_internal&lt;/CODE&gt; data sent by that host, or are you trying to search events in &lt;CODE&gt;_internal&lt;/CODE&gt; to determine overall volume sent by that host?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 21:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236473#M188574</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-08T21:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236474#M188575</link>
      <description>&lt;P&gt;Correct, I'm estimating how much network traffic received by a single host so I can estimate how much it would cost us to send this volume into the cloud. &lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 22:09:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236474#M188575</guid>
      <dc:creator>dky</dc:creator>
      <dc:date>2016-03-08T22:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236475#M188576</link>
      <description>&lt;P&gt;What is host=license_manager? I don't have that host so the search returns null. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236475#M188576</guid>
      <dc:creator>dky</dc:creator>
      <dc:date>2016-03-09T13:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236476#M188577</link>
      <description>&lt;P&gt;Replace "license_manager" with the host that is acting as your license manager.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:54:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236476#M188577</guid>
      <dc:creator>vasildavid</dc:creator>
      <dc:date>2016-03-09T13:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236477#M188578</link>
      <description>&lt;P&gt;Thanks, I did that, but now there is no field called "type"? &lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:26:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236477#M188578</guid>
      <dc:creator>dky</dc:creator>
      <dc:date>2016-03-09T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236478#M188579</link>
      <description>&lt;P&gt;This data is generated in the License Server only, so unless you're forwarding _internal data from your License server to Indexers, you need to run this from License server Web UI.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236478#M188579</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-09T15:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236479#M188580</link>
      <description>&lt;P&gt;Thanks, worked on the license server. Let me try to apply timechart to it. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 18:49:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236479#M188580</guid>
      <dc:creator>dky</dc:creator>
      <dc:date>2016-03-09T18:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236480#M188581</link>
      <description>&lt;P&gt;While you're on the license master, hit up Settings -&amp;gt; Licensing -&amp;gt; Usage Report -&amp;gt; Last 30 days - that should come pretty close to what you're looking for out of the box.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 20:05:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236480#M188581</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-09T20:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236481#M188582</link>
      <description>&lt;P&gt;I wanted to get the events hourly so I came up with this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=license.example.com source=*license_usage.log type="Usage" h=someforwarder.example.com | eval megabytes=b/1024/1024 | timechart sum(megabytes) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does this look correct to you guys? Goal is to get MB transferred each hour thorough the day. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 21:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236481#M188582</guid>
      <dc:creator>dky</dc:creator>
      <dc:date>2016-03-09T21:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236482#M188583</link>
      <description>&lt;P&gt;Looks okay.&lt;/P&gt;

&lt;P&gt;Keep in mind that this is licensed volume, not transferred volume - doesn't include internal logs or filtered events.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 23:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236482#M188583</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-09T23:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating _internal log volume for a particular host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236483#M188584</link>
      <description>&lt;P&gt;Thanks for all the assistance with this. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 23:47:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-internal-log-volume-for-a-particular-host/m-p/236483#M188584</guid>
      <dc:creator>dky</dc:creator>
      <dc:date>2016-03-09T23:47:33Z</dc:date>
    </item>
  </channel>
</rss>

