<?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 Why did Splunk use up our ingest bandwidth? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237453#M3686</link>
    <description>&lt;P&gt;Last night a received an alert that we went over our bandwidth Cap. Upon closer inspection, I saw a new "host" in the 30 day license chart... the host was SPLUNK. I ran this command (same as the 30 day license command) only i limited it to just Splunk&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;index=_internal 
    [ `set_local_host`] source=*license_usage.log* type="Usage" h="SPLUNK"
| eval h=if(len(h)=0 OR isnull(h),"(SQUASHED)",h) 
| eval s=if(len(s)=0 OR isnull(s),"(SQUASHED)",s) 
| eval idx=if(len(idx)=0 OR isnull(idx),"(UNKNOWN)",idx) 
| bin _time span=1d 
| stats sum(b) as b by _time, pool, s, st, h, idx 
| timechart span=1d sum(b) AS volumeB by h fixedrange=false 
| join type=outer _time 
    [ search index=_internal 
        [ `set_local_host`] source=*license_usage.log* type="RolloverSummary" earliest=-30d@d 
    | eval _time=_time - 43200 
    | bin _time span=1d 
    | stats latest(stacksz) AS "stack size" by _time] 
| fields - _timediff 
| foreach * 
    [ eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;=round('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'/1024/1024/1024, 3)]
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This report shows that Splunk NEVER logs anything towards our ingest limit... until yesterday where it indexed .25 GB of data. What would cause this?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2020 00:26:00 GMT</pubDate>
    <dc:creator>adepasquale</dc:creator>
    <dc:date>2020-06-17T00:26:00Z</dc:date>
    <item>
      <title>Why did Splunk use up our ingest bandwidth?</title>
      <link>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237453#M3686</link>
      <description>&lt;P&gt;Last night a received an alert that we went over our bandwidth Cap. Upon closer inspection, I saw a new "host" in the 30 day license chart... the host was SPLUNK. I ran this command (same as the 30 day license command) only i limited it to just Splunk&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;index=_internal 
    [ `set_local_host`] source=*license_usage.log* type="Usage" h="SPLUNK"
| eval h=if(len(h)=0 OR isnull(h),"(SQUASHED)",h) 
| eval s=if(len(s)=0 OR isnull(s),"(SQUASHED)",s) 
| eval idx=if(len(idx)=0 OR isnull(idx),"(UNKNOWN)",idx) 
| bin _time span=1d 
| stats sum(b) as b by _time, pool, s, st, h, idx 
| timechart span=1d sum(b) AS volumeB by h fixedrange=false 
| join type=outer _time 
    [ search index=_internal 
        [ `set_local_host`] source=*license_usage.log* type="RolloverSummary" earliest=-30d@d 
    | eval _time=_time - 43200 
    | bin _time span=1d 
    | stats latest(stacksz) AS "stack size" by _time] 
| fields - _timediff 
| foreach * 
    [ eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;=round('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'/1024/1024/1024, 3)]
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This report shows that Splunk NEVER logs anything towards our ingest limit... until yesterday where it indexed .25 GB of data. What would cause this?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 00:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237453#M3686</guid>
      <dc:creator>adepasquale</dc:creator>
      <dc:date>2020-06-17T00:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why did Splunk use up our ingest bandwidth?</title>
      <link>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237454#M3687</link>
      <description>&lt;P&gt;Are you able to share the source or sourcetype(s) of these events? Is it possible that someone added something like the TA for unix which contains inputs?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:52:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237454#M3687</guid>
      <dc:creator>dflodstrom</dc:creator>
      <dc:date>2017-01-12T18:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why did Splunk use up our ingest bandwidth?</title>
      <link>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237455#M3688</link>
      <description>&lt;P&gt;Sure none of this data is sensitive so just let me know what commands you'd like to see run. What is interesting is if i just search for the host "SPLUNK" i get a lot of audit data.. how would a limit that search to just stuff that counts against our ingest limit.&lt;/P&gt;

&lt;P&gt;also, I'm really the only one who uses this machine and i don't see any add-ons recently installed.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:57:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237455#M3688</guid>
      <dc:creator>adepasquale</dc:creator>
      <dc:date>2017-01-12T18:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why did Splunk use up our ingest bandwidth?</title>
      <link>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237456#M3689</link>
      <description>&lt;P&gt;Never mind.... just saw that someone added data to splunk using the drag and drop add data feature that day!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237456#M3689</guid>
      <dc:creator>adepasquale</dc:creator>
      <dc:date>2017-01-12T19:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why did Splunk use up our ingest bandwidth?</title>
      <link>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237457#M3690</link>
      <description>&lt;P&gt;Data logged to internal indexes (_internal, _audit, _introspection) should not count against your license. Try this (start the search with the pipe) "| tstats count WHERE index=* host= by source"&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:02:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-did-Splunk-use-up-our-ingest-bandwidth/m-p/237457#M3690</guid>
      <dc:creator>dflodstrom</dc:creator>
      <dc:date>2017-01-12T19:02:23Z</dc:date>
    </item>
  </channel>
</rss>

