<?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 check who is ingesting data to index=main in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330216#M93652</link>
    <description>&lt;P&gt;is there a way on how to check who is ingesting data to index=main &lt;BR /&gt;
I want to know list of source, sourcetype,host for the data and check hosts/data belongs to which team &lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 08:37:00 GMT</pubDate>
    <dc:creator>Mohsin123</dc:creator>
    <dc:date>2017-12-07T08:37:00Z</dc:date>
    <item>
      <title>check who is ingesting data to index=main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330216#M93652</link>
      <description>&lt;P&gt;is there a way on how to check who is ingesting data to index=main &lt;BR /&gt;
I want to know list of source, sourcetype,host for the data and check hosts/data belongs to which team &lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 08:37:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330216#M93652</guid>
      <dc:creator>Mohsin123</dc:creator>
      <dc:date>2017-12-07T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: check who is ingesting data to index=main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330217#M93653</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main |stats last(sourcetype) by source host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Dec 2017 08:46:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330217#M93653</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-07T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: check who is ingesting data to index=main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330218#M93654</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;If you have access to license usage logs then it will be good start to checking those logs. You can use below query to check license usage of &lt;CODE&gt;main&lt;/CODE&gt; index which will give you Host, Source, Sourcetype&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log* idx=main | stats sum(b) As Bytes by h,s,st,idx | rename h AS Host, s AS Source, st AS Sourcetype, idx AS Index | table Host,Source,Sourcetype,Index,Bytes
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Dec 2017 08:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330218#M93654</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-07T08:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: check who is ingesting data to index=main</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330219#M93655</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats max(_indextime) AS _time first(source) WHERE index=main BY host sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Dec 2017 19:49:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/check-who-is-ingesting-data-to-index-main/m-p/330219#M93655</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-12-07T19:49:17Z</dc:date>
    </item>
  </channel>
</rss>

