<?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: Combine Values to Return Search Result in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656440#M226732</link>
    <description>&lt;P&gt;"keep the last schedule tag value" == filldown&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=plc source="middleware" sourcetype="plc:___" Tag = "Channel1*"
| where Value != "" AND Value != "nothing"
| eval Schedule=if(Tag="Schedule", Value, null())
| filldown Schedule&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 01 Sep 2023 14:25:32 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-09-01T14:25:32Z</dc:date>
    <item>
      <title>Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656305#M226685</link>
      <description>&lt;P&gt;We are using Splunk OPC Add-On to bring in some tags. We have two specific tags that we are currently looking at. Tag 1's value will always be "Productive" or "Non-productive". Tag 2's value will be a current string value or blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are hoping that we can alert if Tag1 = Productive &amp;amp; Tag2 != "", then we can return a result and alert off of this result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried: "Tag1"="Productive" AND NOT isnull("Tag2") but that doesn't return any results when there should be a few results. I'm not sure if I need to combine these somehow?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 17:59:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656305#M226685</guid>
      <dc:creator>NewToSplunk1</dc:creator>
      <dc:date>2023-08-31T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656314#M226689</link>
      <description>&lt;P&gt;Are Tag1 and Tag2 in the same event?&amp;nbsp; If not, what field links the two events?&amp;nbsp; Where are you using the &lt;FONT face="courier new,courier"&gt;isnull()&lt;/FONT&gt; function?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 19:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656314#M226689</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-08-31T19:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656377#M226712</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;your said that Tag2 can be “blank”, but what this blank actually means? Does it mean value which are empty or space or that this Tag didn’t exists? Only the last option means that you could use functions isnull(Tag2) or isnotnull(Tag2). 1st and 2nd option means that Tag2 exists (isnotnull), but it hasn’t value or value is “ “.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 07:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656377#M226712</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-09-01T07:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656419#M226723</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should bring in some examples.&lt;/P&gt;&lt;P&gt;My current query is:&lt;/P&gt;&lt;P&gt;index=plc source="middleware" sourcetype="plc:___" Tag = "Channel1*"&lt;BR /&gt;| dedup _time&lt;BR /&gt;| table _time Tag Value&lt;/P&gt;&lt;P&gt;This brings in a table with two different tags that we are currently monitoring. One is an incident and the other is a tag that specifies if the time is working hours or not:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NewToSplunk1_0-1693569253599.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27042iA180F0CEDD697FC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NewToSplunk1_0-1693569253599.png" alt="NewToSplunk1_0-1693569253599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to take the last scheduled event value and apply this to every incident column rather than the scheduled time populating within the incident column.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 11:56:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656419#M226723</guid>
      <dc:creator>NewToSplunk1</dc:creator>
      <dc:date>2023-09-01T11:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656424#M226726</link>
      <description>&lt;P&gt;Ok, this seems to be totally different case what you are asking earlier &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Basically you have only one Tag which has several values. Unfortunately your examples didn't show enough information to answer you. Can you give the whole events (scrambled if need)? We are needing something to make reactions between those events.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 12:21:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656424#M226726</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-09-01T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656436#M226729</link>
      <description>&lt;P&gt;I apologize for the confusion.&lt;/P&gt;&lt;P&gt;Here's a general query to grab the information:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=plc source="middleware" sourcetype="plc:___" Tag = "Channel1*"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;| where Value != "" AND Value != "nothing"&lt;/P&gt;&lt;P&gt;Here are the results for the last 120 minutes... You can see around 9AM that the schedule tag value changes. I would almost want to keep the last schedule tag value and tack that onto the incident tags as they come in.&lt;/P&gt;&lt;TABLE width="229px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="25px"&gt;Time&lt;/TD&gt;&lt;TD width="162.562px" height="25px"&gt;Event&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;9:27:36 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 13:27:36.260 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;9:21:20 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 13:21:20.297 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;9:16:33 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 13:16:32.918 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;9:15:22 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 13:15:22.263 +0000 Tag="Incident" Value="ALARM4" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;9:10:15 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 13:10:15.419 +0000 Tag="Schedule" Value="Productive" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="150px"&gt;8:59:14 AM&lt;/TD&gt;&lt;TD width="162.562px" height="150px"&gt;&lt;P&gt;2023-09-01 12:59:14.164 +0000 Tag="Schedule" Value="Non-productive" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:59:13 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:59:12.661 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:52:15 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:52:14.779 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:48:59 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:48:59.291 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:46:41 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:46:41.037 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:42:16 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:42:16.314 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:39:58 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:39:58.018 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:27:52 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:27:51.918 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:20:13 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:20:13.465 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:15:44 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:15:44.416 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:11:46 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:11:46.442 +0000 Tag="Incident" Value="ALARM3" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:09:37 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:09:37.184 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:07:23 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:07:23.474 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;8:01:53 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 12:01:52.538 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;7:58:28 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 11:58:27.990 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;7:57:16 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 11:57:15.859 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;7:49:31 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 11:49:31.305 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;7:48:21 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 11:48:20.686 +0000 Tag="Incident" Value="ALARM2" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;7:47:13 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 11:47:13.069 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="65.4375px" height="128px"&gt;7:35:14 AM&lt;/TD&gt;&lt;TD width="162.562px" height="128px"&gt;&lt;P&gt;2023-09-01 11:35:14.139 +0000 Tag="Incident" Value="ALARM1" Quality="good"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 01 Sep 2023 13:49:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656436#M226729</guid>
      <dc:creator>NewToSplunk1</dc:creator>
      <dc:date>2023-09-01T13:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656440#M226732</link>
      <description>&lt;P&gt;"keep the last schedule tag value" == filldown&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=plc source="middleware" sourcetype="plc:___" Tag = "Channel1*"
| where Value != "" AND Value != "nothing"
| eval Schedule=if(Tag="Schedule", Value, null())
| filldown Schedule&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 01 Sep 2023 14:25:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656440#M226732</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-01T14:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656454#M226736</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rich was able to help out with his search. I now have this as my search:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=plc source="middleware"  sourcetype="plc:" Tag = "Channel1*" | where Value != ""
| eval Schedule = if(Tag="Schedule", Value, null())
| eval Incident = if(Tag="Incident", Value, null())
| table _time Schedule Incident Value&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This returns the following results:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE width="807"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="229"&gt;_time&lt;/TD&gt;&lt;TD width="203"&gt;Schedule&lt;/TD&gt;&lt;TD width="188"&gt;Incident&lt;/TD&gt;&lt;TD width="187"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;11:54:31 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;11:30:15 AM&lt;/TD&gt;&lt;TD width="203"&gt;Productive&lt;/TD&gt;&lt;TD width="188"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="187"&gt;Productive&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:59:15 AM&lt;/TD&gt;&lt;TD width="203"&gt;Non-productive&lt;/TD&gt;&lt;TD width="188"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="187"&gt;Non-productive&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:59:09 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:55:10 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:47:59 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:27:40 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:17:12 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:15:03 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:13:12 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;10:01:49 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:54:00 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:48:44 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:38:20 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:27:36 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:21:20 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:16:33 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:15:22 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm3&lt;/TD&gt;&lt;TD width="187"&gt;Alarm3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;9:10:15 AM&lt;/TD&gt;&lt;TD width="203"&gt;Productive&lt;/TD&gt;&lt;TD width="188"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="187"&gt;Productive&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:59:14 AM&lt;/TD&gt;&lt;TD width="203"&gt;Non-productive&lt;/TD&gt;&lt;TD width="188"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="187"&gt;Non-productive&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:59:13 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:52:15 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:48:59 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:46:41 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:42:16 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:39:58 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:27:52 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:20:13 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:15:44 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:11:46 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm2&lt;/TD&gt;&lt;TD width="187"&gt;Alarm2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:09:37 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:07:23 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;8:01:53 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;7:58:28 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="229"&gt;7:57:16 AM&lt;/TD&gt;&lt;TD width="203"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="188"&gt;Alarm1&lt;/TD&gt;&lt;TD width="187"&gt;Alarm1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;I think I need the opposite of the filldown command (if there is one?), where I take the last known value of schedule and populate the schedule field with that if a get a value timestap where the schedule is null.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 16:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656454#M226736</guid>
      <dc:creator>NewToSplunk1</dc:creator>
      <dc:date>2023-09-01T16:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Values to Return Search Result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656456#M226737</link>
      <description>&lt;P&gt;The opposite of &lt;FONT face="courier new,courier"&gt;filldown&lt;/FONT&gt; is to reverse sort the data, use &lt;FONT face="courier new,courier"&gt;filldown&lt;/FONT&gt;, then re-sort to the original order.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 16:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combine-Values-to-Return-Search-Result/m-p/656456#M226737</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-01T16:47:25Z</dc:date>
    </item>
  </channel>
</rss>

