<?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 pull a value from one column based on condition on another column? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-pull-a-value-from-one-column-based-on-condition-on/m-p/284566#M190676</link>
    <description>&lt;P&gt;Looks like there's a typo in your question.  &lt;CODE&gt;like(message, "COMPLETE")&lt;/CODE&gt; likely should be &lt;CODE&gt;like(msg_type,"COMPLETE")&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2016 12:23:07 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2016-07-27T12:23:07Z</dc:date>
    <item>
      <title>How to pull a value from one column based on condition on another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pull-a-value-from-one-column-based-on-condition-on/m-p/284565#M190675</link>
      <description>&lt;P&gt;I am trying to run an equivalent of the below query in splunk search, please help.&lt;/P&gt;

&lt;P&gt;SELECT CONCAT(run, '.', tag) as file_name,time_at as end_time FROM log WHERE message = 'processing' and msg_type = 'COMPLETE' order by id desc&lt;/P&gt;

&lt;P&gt;index=history source=mysql-pipe sourcetype=pipeline_logs|eval file_name=run_name.".".tag |eventstats time_at as start_time where like(message,"processing") AND like(message,"COMPLETE") |table file_name start_time &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pull-a-value-from-one-column-based-on-condition-on/m-p/284565#M190675</guid>
      <dc:creator>infoneo</dc:creator>
      <dc:date>2020-09-29T10:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull a value from one column based on condition on another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pull-a-value-from-one-column-based-on-condition-on/m-p/284566#M190676</link>
      <description>&lt;P&gt;Looks like there's a typo in your question.  &lt;CODE&gt;like(message, "COMPLETE")&lt;/CODE&gt; likely should be &lt;CODE&gt;like(msg_type,"COMPLETE")&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pull-a-value-from-one-column-based-on-condition-on/m-p/284566#M190676</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-07-27T12:23:07Z</dc:date>
    </item>
  </channel>
</rss>

