<?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: Estimating Cost By Sourcetype in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Estimating-Cost-By-Sourcetype/m-p/522387#M4520</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/19813"&gt;@daniel333&lt;/a&gt;&amp;nbsp;...so this case depends on your own log, not a generic one like apache logs/win basic logs, etc..&amp;nbsp;&lt;/P&gt;&lt;P&gt;if its a generic log, others would have had this issue and they can give suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;May i know if this use-case is to understand that which sourcetype consumed how much splunk license cost?&lt;/P&gt;&lt;P&gt;if yes, maybe other users also have had this issue and they can give some suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(PS - i have given around 500+ karma points so far, received badge for that, if an answer helped you, a karma point would be nice!. we all should start "Learn, Give Back, Have Fun")&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 00:16:06 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2020-10-01T00:16:06Z</dc:date>
    <item>
      <title>Estimating Cost By Sourcetype</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Estimating-Cost-By-Sourcetype/m-p/522385#M4519</link>
      <description>&lt;P&gt;All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just trying to get a swag of cost by sourcetype. I wrote this search, but seems to me there is a more cost effective way to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=* sourcetype=*&lt;BR /&gt;NOT sourcetype=stash&lt;BR /&gt;NOT index=stash&lt;BR /&gt;| fields _raw&lt;BR /&gt;| eval bytes=len(_raw)/1024/1024/1024&lt;BR /&gt;| eval splunk_cost = 685&lt;BR /&gt;| eval gigcost = bytes * splunk_cost&lt;BR /&gt;| stats sum(gigcost) as CostPerYear by sourcetype&lt;BR /&gt;| sort - CostPerYear&lt;BR /&gt;| addcoltotals&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 00:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Estimating-Cost-By-Sourcetype/m-p/522385#M4519</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2020-10-01T00:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating Cost By Sourcetype</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Estimating-Cost-By-Sourcetype/m-p/522387#M4520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/19813"&gt;@daniel333&lt;/a&gt;&amp;nbsp;...so this case depends on your own log, not a generic one like apache logs/win basic logs, etc..&amp;nbsp;&lt;/P&gt;&lt;P&gt;if its a generic log, others would have had this issue and they can give suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;May i know if this use-case is to understand that which sourcetype consumed how much splunk license cost?&lt;/P&gt;&lt;P&gt;if yes, maybe other users also have had this issue and they can give some suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(PS - i have given around 500+ karma points so far, received badge for that, if an answer helped you, a karma point would be nice!. we all should start "Learn, Give Back, Have Fun")&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 00:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Estimating-Cost-By-Sourcetype/m-p/522387#M4520</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-01T00:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating Cost By Sourcetype</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Estimating-Cost-By-Sourcetype/m-p/522388#M4521</link>
      <description>&lt;P&gt;Have a look at some of these&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/LIcense-Usage-by-Source-Type/m-p/212010" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/LIcense-Usage-by-Source-Type/m-p/212010&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Splunk-license-usage-per-sourcetype/m-p/367029" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/Splunk-license-usage-per-sourcetype/m-p/367029&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-do-I-search-the-license-usage-by-sourcetype-for-a-particular/m-p/260423" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-do-I-search-the-license-usage-by-sourcetype-for-a-particular/m-p/260423&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also look at tstats, metadata and eventcount commands, which will definitely run faster than the search you are doing&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 01:03:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Estimating-Cost-By-Sourcetype/m-p/522388#M4521</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-10-01T01:03:12Z</dc:date>
    </item>
  </channel>
</rss>

