<?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: data ingestion in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/data-ingestion/m-p/700891#M10454</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/272456"&gt;@sverdhan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Go in [Settings &amp;gt; Licensing &amp;gt; License Usage &amp;gt; Previous 60 days &amp;gt; Split by Sourcetype] and you'll have your search that will be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal [`set_local_host`] source=*license_usage.log* type="Usage" 
| 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 st fixedrange=false  
| 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;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2024 14:16:34 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-10-03T14:16:34Z</dc:date>
    <item>
      <title>data ingestion</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/data-ingestion/m-p/700873#M10453</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a query that list sourectypes :&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=_audit action=search info=granted source="*metrics.log" group="per_sourcetype_thruput" | eval _raw=search | eval _raw=mvindex(split(_raw,"|"),0) | table _raw | extract | stats count by sourcetype | eval hasBeenSearched=1 | append [| metadata index=* type="sourcetypes" | eval hasBeenSearched="0"] | chart sum(kb) by series | sort - sum(kb) | search hasBeenSearched="0" | search NOT[inputlookup sourcetypes_1.csv | fields sourcetype]&lt;/LI-CODE&gt;
&lt;P&gt;I would want to modify this query such that it also enlists the volume&amp;nbsp; ingestion&amp;nbsp; of these sourcetypes as well...Kindly suggest&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 19:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/data-ingestion/m-p/700873#M10453</guid>
      <dc:creator>sverdhan</dc:creator>
      <dc:date>2024-10-03T19:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: data ingestion</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/data-ingestion/m-p/700891#M10454</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/272456"&gt;@sverdhan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Go in [Settings &amp;gt; Licensing &amp;gt; License Usage &amp;gt; Previous 60 days &amp;gt; Split by Sourcetype] and you'll have your search that will be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal [`set_local_host`] source=*license_usage.log* type="Usage" 
| 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 st fixedrange=false  
| 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;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 14:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/data-ingestion/m-p/700891#M10454</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-10-03T14:16:34Z</dc:date>
    </item>
  </channel>
</rss>

