<?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: Timechart value not setting after post process in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199348#M57720</link>
    <description>&lt;P&gt;Cool no worries &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thanks for following up!&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2014 23:15:35 GMT</pubDate>
    <dc:creator>ppablo</dc:creator>
    <dc:date>2014-09-02T23:15:35Z</dc:date>
    <item>
      <title>Timechart value not setting after post process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199343#M57715</link>
      <description>&lt;P&gt;I have a search and then a table and following that table is a post process.&lt;/P&gt;

&lt;P&gt;Search&lt;BR /&gt;
  Table&lt;BR /&gt;
    Post-Process (| timechart span=15m count by finalError)&lt;BR /&gt;
      HiddenChartFormatter&lt;BR /&gt;
        JSChart&lt;/P&gt;

&lt;P&gt;My problem is that for the finalError field on the timechart its coming up as null. It is graphing all the numbers correctly, but the legend to the right of the chart that shows which fields are which colors says "NULL". I would like that to say FinalError&lt;/P&gt;

&lt;P&gt;I have tried doing | timechart span=15m count by finalError AS finalError. that did not work. I tried using "replace with" no good.&lt;/P&gt;

&lt;P&gt;I appreciate any suggestions. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 16:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199343#M57715</guid>
      <dc:creator>jchang23</dc:creator>
      <dc:date>2014-09-02T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart value not setting after post process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199344#M57716</link>
      <description>&lt;P&gt;Hi @jchang23&lt;/P&gt;

&lt;P&gt;Assuming finalError is an actual field name in your data that is correlated with the "NULL" data plotted on your timechart, then you should be able to use the rename command to change it from NULL to finalError. Check out the documentation on this command and see if it's what you need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchReference/Rename"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchReference/Rename&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 16:46:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199344#M57716</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2014-09-02T16:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart value not setting after post process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199345#M57717</link>
      <description>&lt;P&gt;Hey ppablo, thanks for the help. I realized I had an error elsewhere. I got it all figured out now.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 18:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199345#M57717</guid>
      <dc:creator>jchang23</dc:creator>
      <dc:date>2014-09-02T18:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart value not setting after post process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199346#M57718</link>
      <description>&lt;P&gt;Hi @jchang23&lt;/P&gt;

&lt;P&gt;Glad you got it figured out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Would you be able to post what the error was and how you found the solution? There was another question similar to yours (&lt;A href="http://answers.splunk.com/answers/153755/why-are-null-value-data-points-being-displayed-and-graphed-on-dashboards"&gt;http://answers.splunk.com/answers/153755/why-are-null-value-data-points-being-displayed-and-graphed-on-dashboards&lt;/A&gt; )and just wanted to see if it had the same answer you found or if there was another approach other folks could find useful. Thanks!&lt;/P&gt;

&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 22:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199346#M57718</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2014-09-02T22:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart value not setting after post process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199347#M57719</link>
      <description>&lt;P&gt;Hey patrick, Yeah the thing is, the solution that i figured out in the end was not really related to my question and more so specific to my use case. I was just doing something silly in my search before my post process&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199347#M57719</guid>
      <dc:creator>jchang23</dc:creator>
      <dc:date>2014-09-02T23:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart value not setting after post process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199348#M57720</link>
      <description>&lt;P&gt;Cool no worries &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thanks for following up!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 23:15:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-value-not-setting-after-post-process/m-p/199348#M57720</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2014-09-02T23:15:35Z</dc:date>
    </item>
  </channel>
</rss>

