<?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: Extremely large search job size in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extremely-large-search-job-size/m-p/745640#M241508</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263167"&gt;@Alan_Chan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue of an extremely large search job size can be caused by several factors. To troubleshoot, you should first check the search query that's causing the large job size.&lt;/P&gt;&lt;PRE&gt;| rest /services/search/jobs &lt;BR /&gt;| search dispatchState="DONE" AND isFinalized=0&lt;BR /&gt;| sort - runDuration &lt;BR /&gt;| table sid, label, runDuration, scanCount, resultCount, diskUsage &lt;BR /&gt;| rename label as "Search Query"&lt;/PRE&gt;&lt;P&gt;This SPL will list the recent search jobs, sorted by their run duration, and provide details such as the search query, scan count, result count, and disk usage.&lt;/P&gt;&lt;P&gt;The limits.conf you've provided only contains one setting: read_final_results_from_timeliner = 1. This setting is related to how Splunk reads final results, but it doesn't directly explain the large search job size.&lt;/P&gt;&lt;P&gt;To mitigate large search job sizes, consider optimising your search queries to reduce the amount of data being processed and returned.&lt;/P&gt;&lt;P&gt;Use | stats or other transforming commands early in your search to reduce data volume.&lt;/P&gt;&lt;P&gt;Limit the time range of your searches. - Avoid using * or overly broad field names in your searches.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
    <pubDate>Wed, 07 May 2025 08:33:05 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-05-07T08:33:05Z</dc:date>
    <item>
      <title>Extremely large search job size</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extremely-large-search-job-size/m-p/745635#M241507</link>
      <description>&lt;P&gt;We found that the search job size becomes extremely large during searches. My Splunk instance is a newly installed testing lab with the following limits.conf only.&lt;/P&gt;&lt;P&gt;Anyone else have any idea on this situation?&lt;/P&gt;&lt;P&gt;/opt/splunk/etc/system/local/limits.conf&lt;/P&gt;&lt;P&gt;[search]&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;read_final_results_from_timeliner&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;= 1&lt;BR /&gt;&lt;BR /&gt;Update:&lt;BR /&gt;When I change the&amp;nbsp;read_final_results_from_timeliner&amp;nbsp;= 1 to&amp;nbsp;read_final_results_from_timeliner&amp;nbsp;= true&lt;BR /&gt;The Job size reduced and I don't know why.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alan_Chan_0-1746607565626.png" style="width: 682px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38888iDD626DCB55022C60/image-dimensions/682x29?v=v2" width="682" height="29" role="button" title="Alan_Chan_0-1746607565626.png" alt="Alan_Chan_0-1746607565626.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 08:47:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extremely-large-search-job-size/m-p/745635#M241507</guid>
      <dc:creator>Alan_Chan</dc:creator>
      <dc:date>2025-05-07T08:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extremely large search job size</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extremely-large-search-job-size/m-p/745640#M241508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263167"&gt;@Alan_Chan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue of an extremely large search job size can be caused by several factors. To troubleshoot, you should first check the search query that's causing the large job size.&lt;/P&gt;&lt;PRE&gt;| rest /services/search/jobs &lt;BR /&gt;| search dispatchState="DONE" AND isFinalized=0&lt;BR /&gt;| sort - runDuration &lt;BR /&gt;| table sid, label, runDuration, scanCount, resultCount, diskUsage &lt;BR /&gt;| rename label as "Search Query"&lt;/PRE&gt;&lt;P&gt;This SPL will list the recent search jobs, sorted by their run duration, and provide details such as the search query, scan count, result count, and disk usage.&lt;/P&gt;&lt;P&gt;The limits.conf you've provided only contains one setting: read_final_results_from_timeliner = 1. This setting is related to how Splunk reads final results, but it doesn't directly explain the large search job size.&lt;/P&gt;&lt;P&gt;To mitigate large search job sizes, consider optimising your search queries to reduce the amount of data being processed and returned.&lt;/P&gt;&lt;P&gt;Use | stats or other transforming commands early in your search to reduce data volume.&lt;/P&gt;&lt;P&gt;Limit the time range of your searches. - Avoid using * or overly broad field names in your searches.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 08:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extremely-large-search-job-size/m-p/745640#M241508</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-05-07T08:33:05Z</dc:date>
    </item>
  </channel>
</rss>

