<?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 compare a compare a field in an event with a field in a lookup? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151806#M42515</link>
    <description>&lt;P&gt;try this&lt;BR /&gt;
index=index name [|inputlookup test33|rename secondname AS name|rename  gender  AS gd|table name, gd]|table name, gd&lt;/P&gt;</description>
    <pubDate>Thu, 26 Feb 2015 08:20:51 GMT</pubDate>
    <dc:creator>kml_uvce</dc:creator>
    <dc:date>2015-02-26T08:20:51Z</dc:date>
    <item>
      <title>How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151801#M42510</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I wish to do a comparison of the field in the event with the lookup to determine the occurrence of the field in the lookup? thks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 02:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151801#M42510</guid>
      <dc:creator>newbiesplunk</dc:creator>
      <dc:date>2015-02-26T02:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151802#M42511</link>
      <description>&lt;P&gt;try this &lt;BR /&gt;
index=index name [|inputlookup lookupfilename|table fieldname]|table fieldname  &lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 02:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151802#M42511</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2015-02-26T02:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151803#M42512</link>
      <description>&lt;P&gt;Hi, for better understanding your answers. &lt;BR /&gt;
Lookup filename: test33&lt;BR /&gt;
Firstname,secondname,gender&lt;/P&gt;

&lt;P&gt;If my event contain only the name and gd, &lt;/P&gt;

&lt;P&gt;if  index=index name [|inputlookup test33|table secondname,gender]|table name, gd correct? &lt;BR /&gt;
thks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 07:33:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151803#M42512</guid>
      <dc:creator>newbiesplunk</dc:creator>
      <dc:date>2015-02-26T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151804#M42513</link>
      <description>&lt;P&gt;please explain me which field names in event and lookup table ,you want to do the comparison &lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 07:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151804#M42513</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2015-02-26T07:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151805#M42514</link>
      <description>&lt;P&gt;i want to compare secondname in lookup table with name in the event. And gender in lookup table with gd in the event. So there might be a case whereby gd and/or name in the event is empty.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 08:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151805#M42514</guid>
      <dc:creator>newbiesplunk</dc:creator>
      <dc:date>2015-02-26T08:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151806#M42515</link>
      <description>&lt;P&gt;try this&lt;BR /&gt;
index=index name [|inputlookup test33|rename secondname AS name|rename  gender  AS gd|table name, gd]|table name, gd&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 08:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151806#M42515</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2015-02-26T08:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151807#M42516</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
The result show two column with name, gd only. how do i know which info is shown in lookup and not in event? thks&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 03:09:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151807#M42516</guid>
      <dc:creator>newbiesplunk</dc:creator>
      <dc:date>2015-03-02T03:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a compare a field in an event with a field in a lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151808#M42517</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
If i want to display all the columns in the lookup, and the stats of the column from the event as shown in next example, the lookup file  have only one column "ownername", what will be the approach?&lt;/P&gt;

&lt;P&gt;result of the search:&lt;/P&gt;

&lt;P&gt;ownername      # of car&lt;BR /&gt;
tom&lt;BR /&gt;&lt;BR /&gt;
harry                  1&lt;BR /&gt;
Kim                     2&lt;BR /&gt;
John&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 03:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-a-compare-a-field-in-an-event-with-a-field-in-a/m-p/151808#M42517</guid>
      <dc:creator>newbiesplunk</dc:creator>
      <dc:date>2015-03-05T03:12:42Z</dc:date>
    </item>
  </channel>
</rss>

