<?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: help on post process search with timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621180#M215933</link>
    <description>&lt;P&gt;as I said, the post process search doesnt returns results even if I use _time in | fields....&lt;/P&gt;&lt;P&gt;for being more precise I have results just on the last day of the timepicker choice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1668667703945.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22529i0CF3BDA4CF12944C/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1668667703945.png" alt="jip31_0-1668667703945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for example, if I chose a time between the 25 oct and the 29 oct, I just can see the resulst between the 28 oct and the 29 oct even if events between the 25 oct and te 28 oct exists!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 06:50:28 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2022-11-17T06:50:28Z</dc:date>
    <item>
      <title>Why doesn't my post process search work when using timechart command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620933#M215841</link>
      <description>&lt;P&gt;hello&lt;/P&gt;
&lt;P&gt;Why doesn't my post process search work when using timechart command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;search id="cap"&amp;gt;
    &amp;lt;query&amp;gt;
      `index_mes` (sourcetype=web_request OR sourcetype=web:request)  
            &amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;$date.earliest$&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;$date.latest$&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search base="cap"&amp;gt;
          &amp;lt;query&amp;gt; 
| timechart span=15m dc(sam) as cap&amp;lt;/query&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 07:21:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620933#M215841</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-16T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620935#M215842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you don't use a streaming command (as stats o timechart) in the main search, you have to add, at the end of the main search, the fields command with the list of the fields that you have to use in the panel, in your case&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index_mes` (sourcetype=web_request OR sourcetype=web:request)  
| fields _time sam&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:25:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620935#M215842</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-15T16:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620946#M215845</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;sorry, there was a mistake in my example...&lt;/P&gt;&lt;P&gt;it's exactly what I have done but it doesnt works&lt;/P&gt;&lt;P&gt;here is my code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;   &amp;lt;search id="cap"&amp;gt;
    &amp;lt;query&amp;gt;
      `index_mesurescontinues` (sourcetype=web_request OR sourcetype=web:request) 
 | fields web_url web_duration_ms sam web_domain site
            &amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;$date.earliest$&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;$date.latest$&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search base="cap"&amp;gt;
          &amp;lt;query&amp;gt;
| timechart span=1d avg(web_duration_ms) as web_duration_ms 
| eval "web_duration_ms"=round('web_duration_ms',0) 
| eventstats avg("web_duration_ms") as Moyenne 
| eval Moyenne=round(Moyenne,0) 
&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620946#M215845</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-15T16:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620951#M215849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you missed _time that you use in timechart.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620951#M215849</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-15T17:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620998#M215857</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It changes nothing.....&lt;/P&gt;&lt;P&gt;here is my code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;search id="cap"&amp;gt;
    &amp;lt;query&amp;gt;
      `index_mes` (sourcetype=web_request OR sourcetype=web:request)   
| fields web_url web_duration_ms sam web_domain _time
            &amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;$date.earliest$&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;$date.latest$&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search base="cap"&amp;gt;
          &amp;lt;query&amp;gt;
| timechart span=1d avg(web_duration_ms) as web_duration_ms &amp;lt;/query&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Nov 2022 06:18:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/620998#M215857</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-16T06:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621006#M215862</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you run the main search by itself, have you both the fields _time and web_duration_ms?&lt;/P&gt;&lt;P&gt;Check the filename of the second field.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 07:15:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621006#M215862</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-16T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621021#M215867</link>
      <description>&lt;P&gt;yes I have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1668585016199.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22501iD238E6F749D63498/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1668585016199.png" alt="jip31_0-1668585016199.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 07:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621021#M215867</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-16T07:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621023#M215868</link>
      <description>&lt;P&gt;Your image shows _time and count - but your search is not calculating a field called count, so that image can't come from the search your are referring to&lt;/P&gt;&lt;P&gt;If you open your panel search using the magnifying glass icon in your timechart panel, what is the exact search and what are the results?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 08:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621023#M215868</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-16T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621028#M215870</link>
      <description>&lt;P&gt;here is the search&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;`index_mes` (sourcetype=web_request OR sourcetype=web:request)   
| fields web_url web_duration_ms sam web_domain _time 
 | timechart span=1d avg(web_duration_ms) as web_duration_ms&lt;/LI-CODE&gt;&lt;P&gt;and the result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1668587487641.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22502iAB2DCBD72F53988E/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1668587487641.png" alt="jip31_0-1668587487641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 08:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621028#M215870</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-16T08:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621150#M215926</link>
      <description>&lt;P&gt;OK, so what doesn't work here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 22:55:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621150#M215926</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-16T22:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621180#M215933</link>
      <description>&lt;P&gt;as I said, the post process search doesnt returns results even if I use _time in | fields....&lt;/P&gt;&lt;P&gt;for being more precise I have results just on the last day of the timepicker choice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1668667703945.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22529i0CF3BDA4CF12944C/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1668667703945.png" alt="jip31_0-1668667703945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for example, if I chose a time between the 25 oct and the 29 oct, I just can see the resulst between the 28 oct and the 29 oct even if events between the 25 oct and te 28 oct exists!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 06:50:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621180#M215933</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-17T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621191#M215936</link>
      <description>&lt;P&gt;Your previous screenshot showed results from November 9, 10, 11, 12 and 13, so it has _time otherwise it would never show that display&lt;/P&gt;&lt;P&gt;I take it you created that previous table by clicking the small magnifying glass in the timechart display&lt;/P&gt;&lt;P&gt;Your latest chart shows a valid timechart with results from 28 and 29 of October, so clearly it IS giving _time.&lt;/P&gt;&lt;P&gt;If you click on the magnifying glass for the chart you just showed, what is the table it generates?&lt;/P&gt;&lt;P&gt;It seems your problem is more an issue that is not displaying ALL the results you expect rather than NOT showing _time.&lt;/P&gt;&lt;P&gt;Can you confirm?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 07:26:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621191#M215936</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-17T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621197#M215938</link>
      <description>&lt;P&gt;yes it seems&lt;/P&gt;&lt;P&gt;but why it is not displaying all results just when i use a post process search?&lt;/P&gt;&lt;P&gt;because if in run the search inline&amp;nbsp; i have all the resulst&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1668672832958.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22530i08272BC89C1D6F64/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1668672832958.png" alt="jip31_0-1668672832958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 08:14:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621197#M215938</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-17T08:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621202#M215942</link>
      <description>&lt;P&gt;Is that when you click the magnifying glass?&lt;/P&gt;&lt;P&gt;Temporarily change the visualisation from chart to table to see the results in the dashboard panel&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 08:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621202#M215942</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-17T08:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621230#M215946</link>
      <description>&lt;P&gt;yes it is&lt;/P&gt;&lt;P&gt;same problem with table viz&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1668687356677.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22534iA752CD67A72E51E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1668687356677.png" alt="jip31_0-1668687356677.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 12:16:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621230#M215946</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-17T12:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621328#M215972</link>
      <description>&lt;P&gt;Using base searches to collect data just by doing&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=x bla...
| fields *&lt;/LI-CODE&gt;&lt;P&gt;is a bad use of base searches. You are probably hitting the event limit of 500,000 I believe.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the type of base search you are doing will not necessarily improve performance with large data sets and can often slow down searches.&lt;/P&gt;&lt;P&gt;What are other types of post process searches you are doing with this base search?&lt;/P&gt;&lt;P&gt;You should always aim to do some kind of aggregation with a base search.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 01:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621328#M215972</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-18T01:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621337#M215974</link>
      <description>&lt;P&gt;I have truncated my search for the example but it has other filters before the post process&lt;/P&gt;&lt;P&gt;And you are right i have more than 500000 events....&lt;/P&gt;&lt;P&gt;When i use stats instead timechart the post process search works fine...&lt;/P&gt;&lt;P&gt;And if i use the timechart inline, the chart is cotrectly so i am going to do this&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 04:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621337#M215974</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-11-18T04:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: help on post process search with timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621340#M215975</link>
      <description>&lt;P&gt;One technique you can use for base searches where you want to keep data for many possible post processing variants is to make your base search something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;search&amp;gt;
| bin _time span=1d
| stats count by _time a b c d e f g&lt;/LI-CODE&gt;&lt;P&gt;which does work for a number of use case, for example, you can then still do a timechart after this base search with&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| timechart span=1d sum(count) as count by a c e&lt;/LI-CODE&gt;&lt;P&gt;so you can get creative with base searches, but if you are just doing this for performance, make sure you evaluate the performance of these searches, so you can see if it really is making a difference or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 06:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-my-post-process-search-work-when-using-timechart/m-p/621340#M215975</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-18T06:22:57Z</dc:date>
    </item>
  </channel>
</rss>

