<?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: Splunk Ingestion Metrics in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692137#M235613</link>
    <description>&lt;P&gt;Yes, the query works - however i want the values to be formatted differently within the search results. I would like the values to show in terabytes.&amp;nbsp; For example, using the query i get a value of 4587.43 (in GB) for an index ingestion value. I would like this to round and show in Terabytes as 4.59&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 16:20:59 GMT</pubDate>
    <dc:creator>scout29</dc:creator>
    <dc:date>2024-07-01T16:20:59Z</dc:date>
    <item>
      <title>Splunk Ingestion Metrics</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692110#M235605</link>
      <description>&lt;P&gt;I am trying to get the ingestion per day in Terabytes for each index. I am using the below search which works, however the ingestion numbers are not formatted great. For example, using the below search,&amp;nbsp; for an index i get a usage value of 4587.16 which would be 4.59 terabytes per day. I am looking for this number to be rounded in the search results to show like 4.59&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage idx=*
| stats sum(b) as usage by idx | rename idx as index | eval usage=round(usage/1024/1024/1024,2)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 01 Jul 2024 16:02:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692110#M235605</guid>
      <dc:creator>scout29</dc:creator>
      <dc:date>2024-07-01T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Ingestion Metrics</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692130#M235610</link>
      <description>&lt;P&gt;That query works for me.&amp;nbsp; What results do you get and how do they not match what you want?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 15:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692130#M235610</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-07-01T15:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Ingestion Metrics</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692137#M235613</link>
      <description>&lt;P&gt;Yes, the query works - however i want the values to be formatted differently within the search results. I would like the values to show in terabytes.&amp;nbsp; For example, using the query i get a value of 4587.43 (in GB) for an index ingestion value. I would like this to round and show in Terabytes as 4.59&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 16:20:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692137#M235613</guid>
      <dc:creator>scout29</dc:creator>
      <dc:date>2024-07-01T16:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Ingestion Metrics</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692139#M235614</link>
      <description>&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;eval&lt;/FONT&gt; command is converting bytes into gigabytes.&amp;nbsp; Add another `/1024` to convert to terabytes.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage idx=*
| stats sum(b) as usage by idx 
| rename idx as index 
| eval usage=round(usage/1024/1024/1024/1024,2)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 16:35:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Ingestion-Metrics/m-p/692139#M235614</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-07-01T16:35:14Z</dc:date>
    </item>
  </channel>
</rss>

