<?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: How does 'partial=True' affects 'timechart' results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125809#M34011</link>
    <description>&lt;P&gt;I understood the principle of "partial" working exactly as maciep, and I don't see anything opposite in documentation. The only suspicious thing is that it is said in the documentation that «Only the first and last bin can be partial.». As far as I understand, the first and the last bins have always be consider as partial. Otherwise the system has to have some logic to understand where the first or/and last bins are partial or not. And IMHO this is impossible, because the software cannot understand whether e.g. the first period is incomplete, or there just really weren’t any events during the first part of this first bean.&lt;/P&gt;

&lt;P&gt;The same issue is here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/432520/why-is-timechart-partialfalse-still-returning-part.html"&gt;https://answers.splunk.com/answers/432520/why-is-timechart-partialfalse-still-returning-part.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/418447/how-is-the-partial-flag-supposed-to-work-with-time.html"&gt;https://answers.splunk.com/answers/418447/how-is-the-partial-flag-supposed-to-work-with-time.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So it would be great to solve that issue.&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2017 22:55:05 GMT</pubDate>
    <dc:creator>andreyminakov</dc:creator>
    <dc:date>2017-04-22T22:55:05Z</dc:date>
    <item>
      <title>How does 'partial=True' affects 'timechart' results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125806#M34008</link>
      <description>&lt;P&gt;I am grouping time buckets using 'span' and I'd like to trim partial time buckets at the beginning and end of the search of the time line as they're not representative of a full span period&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125806#M34008</guid>
      <dc:creator>abonuccelli_spl</dc:creator>
      <dc:date>2014-07-01T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: How does 'partial=True' affects 'timechart' results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125807#M34009</link>
      <description>&lt;P&gt;Below the difference in how results are presented (or omitted)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;partial=False&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;user@workstation-486-DX2-66 /opt/splunk/bin $ ./splunk search "sourcetype=psql-lab-dbx_feeder_tsb_7848 earliest=-20m@m | timechart span=5m count partial=False"
INFO: Your timerange was substituted based on your search string
           _time            count
--------------------------- -----
2014-07-01 09:15:00.000 BST   310
2014-07-01 09:20:00.000 BST   546
2014-07-01 09:25:00.000 BST   577
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;partial=True&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;user@workstation-486-DX2-66 /opt/splunk/bin $ ./splunk search "sourcetype=psql-lab-dbx_feeder_tsb_7848 earliest=-20m@m | timechart span=5m count partial=True"
INFO: Your timerange was substituted based on your search string
           _time            count
--------------------------- -----
2014-07-01 09:10:00.000 BST     0
2014-07-01 09:15:00.000 BST   310
2014-07-01 09:20:00.000 BST   546
2014-07-01 09:25:00.000 BST   577
2014-07-01 09:30:00.000 BST   533
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125807#M34009</guid>
      <dc:creator>abonuccelli_spl</dc:creator>
      <dc:date>2014-07-01T08:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How does 'partial=True' affects 'timechart' results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125808#M34010</link>
      <description>&lt;P&gt;It doesn't work in my case...&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 22:49:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125808#M34010</guid>
      <dc:creator>andreyminakov</dc:creator>
      <dc:date>2017-04-22T22:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How does 'partial=True' affects 'timechart' results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125809#M34011</link>
      <description>&lt;P&gt;I understood the principle of "partial" working exactly as maciep, and I don't see anything opposite in documentation. The only suspicious thing is that it is said in the documentation that «Only the first and last bin can be partial.». As far as I understand, the first and the last bins have always be consider as partial. Otherwise the system has to have some logic to understand where the first or/and last bins are partial or not. And IMHO this is impossible, because the software cannot understand whether e.g. the first period is incomplete, or there just really weren’t any events during the first part of this first bean.&lt;/P&gt;

&lt;P&gt;The same issue is here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/432520/why-is-timechart-partialfalse-still-returning-part.html"&gt;https://answers.splunk.com/answers/432520/why-is-timechart-partialfalse-still-returning-part.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/418447/how-is-the-partial-flag-supposed-to-work-with-time.html"&gt;https://answers.splunk.com/answers/418447/how-is-the-partial-flag-supposed-to-work-with-time.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So it would be great to solve that issue.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 22:55:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-partial-True-affects-timechart-results/m-p/125809#M34011</guid>
      <dc:creator>andreyminakov</dc:creator>
      <dc:date>2017-04-22T22:55:05Z</dc:date>
    </item>
  </channel>
</rss>

