<?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: REST Splunk job in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697489#M236937</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;thanks for your response.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So my requirement is to show disk usage of every user for their searches.&amp;nbsp; I tried with audit index but there I can see search name and it's count.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want to show the historical data of disk usage for each user.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2024 16:03:42 GMT</pubDate>
    <dc:creator>bharat</dc:creator>
    <dc:date>2024-08-27T16:03:42Z</dc:date>
    <item>
      <title>REST Splunk job</title>
      <link>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697353#M236907</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;BR /&gt;&lt;BR /&gt;I'm trying to get diskusage for searches running by user.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| rest /services/search/jobs
| rex field=eventSearch "index\s*=(?&amp;lt;index&amp;gt;[^,\s)]+)"
| search index=$ind$
| eval size_MB = diskUsage/1024/1024
| stats sum(size_MB) as size_MB by author
| rename author as user&lt;/LI-CODE&gt;
&lt;P&gt;Is there a way to get diskusage for historical log's like for a month or more. ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 20:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697353#M236907</guid>
      <dc:creator>bharat</dc:creator>
      <dc:date>2024-08-26T20:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: REST Splunk job</title>
      <link>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697457#M236927</link>
      <description>&lt;P&gt;Splunk REST commands return information about the current state of the service.&amp;nbsp; They are not historical.&lt;/P&gt;&lt;P&gt;Disk space used by search jobs is ephemeral.&amp;nbsp; Once the job expires (usually in 10 minutes), the disk space is released so a monthly total of disk usage is pretty meaningless.&lt;/P&gt;&lt;P&gt;What problem are you trying to solve?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 12:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697457#M236927</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-08-27T12:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: REST Splunk job</title>
      <link>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697489#M236937</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;thanks for your response.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So my requirement is to show disk usage of every user for their searches.&amp;nbsp; I tried with audit index but there I can see search name and it's count.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want to show the historical data of disk usage for each user.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 16:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697489#M236937</guid>
      <dc:creator>bharat</dc:creator>
      <dc:date>2024-08-27T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: REST Splunk job</title>
      <link>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697497#M236939</link>
      <description>&lt;P&gt;IIRC, the _introspection index has disk space usage data for searches.&amp;nbsp; I still question the utility of that information, however, since the usage is not cumulative.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 16:54:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/REST-Splunk-job/m-p/697497#M236939</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-08-27T16:54:00Z</dc:date>
    </item>
  </channel>
</rss>

