<?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 to display the last value of an event in place of each of the remaining null values in a row? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119058#M31900</link>
    <description>&lt;P&gt;But It should showing in all the places wherever "-" presents. Plz look it below &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                  1:00         2:00         3:00          4:00
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;OL&gt;
&lt;LI&gt;foo             100        200              -              -&lt;/LI&gt;
&lt;LI&gt;foo1             -             -               50         100&lt;/LI&gt;
&lt;LI&gt;foo3              50         100          300         -&lt;/LI&gt;
&lt;LI&gt;foo4          -              50             100             -&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;We need to replace "-" with 200 in "1.foo" at time of 3:00 and 4:00and similarly for "3.foo3" should replace 300 at time of 4:00. In 4.foo4 replace 100 at 4:00, not at 1:00&lt;/P&gt;

&lt;P&gt;I have used filldown, but it is not working. Can someone help me with the search for this?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2015 05:54:36 GMT</pubDate>
    <dc:creator>kkarthik2</dc:creator>
    <dc:date>2015-07-15T05:54:36Z</dc:date>
    <item>
      <title>How to display the last value of an event in place of each of the remaining null values in a row?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119056#M31898</link>
      <description>&lt;P&gt;Example: My dashboard looks like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;              1:00       2:00       3:00       4:00
 1. foo       100        200        -          -
 2. foo1      -          -          50         100
 3. foo3      50         100        200        -
 4. foo4      -          50         100        200
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We need to replace "-" with 200  in "1.foo" and similarly for "3.foo3".&lt;/P&gt;

&lt;P&gt;I have used filldown, but it is not working. Can someone help me with the search for this?&lt;/P&gt;

&lt;P&gt;sourcetype="foo" | ....|chart max(S1) as S1 by foo, time | filldown S1.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 09:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119056#M31898</guid>
      <dc:creator>kkarthik2</dc:creator>
      <dc:date>2015-07-14T09:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the last value of an event in place of each of the remaining null values in a row?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119057#M31899</link>
      <description>&lt;P&gt;You should be able to use the &lt;CODE&gt;fillnull&lt;/CODE&gt; command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sorucetype="foo" | ....|chart max(S1) as S1 by foo,time | fillnull value=200 S1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/fillnull"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/fillnull&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 11:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119057#M31899</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-07-14T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the last value of an event in place of each of the remaining null values in a row?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119058#M31900</link>
      <description>&lt;P&gt;But It should showing in all the places wherever "-" presents. Plz look it below &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                  1:00         2:00         3:00          4:00
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;OL&gt;
&lt;LI&gt;foo             100        200              -              -&lt;/LI&gt;
&lt;LI&gt;foo1             -             -               50         100&lt;/LI&gt;
&lt;LI&gt;foo3              50         100          300         -&lt;/LI&gt;
&lt;LI&gt;foo4          -              50             100             -&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;We need to replace "-" with 200 in "1.foo" at time of 3:00 and 4:00and similarly for "3.foo3" should replace 300 at time of 4:00. In 4.foo4 replace 100 at 4:00, not at 1:00&lt;/P&gt;

&lt;P&gt;I have used filldown, but it is not working. Can someone help me with the search for this?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 05:54:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119058#M31900</guid>
      <dc:creator>kkarthik2</dc:creator>
      <dc:date>2015-07-15T05:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the last value of an event in place of each of the remaining null values in a row?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119059#M31901</link>
      <description>&lt;P&gt;need to show latest value on remaining times for each row, once we get value reaches the target.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 05:56:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-the-last-value-of-an-event-in-place-of-each-of/m-p/119059#M31901</guid>
      <dc:creator>kkarthik2</dc:creator>
      <dc:date>2015-07-15T05:56:22Z</dc:date>
    </item>
  </channel>
</rss>

