<?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: Splunk Join help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Join-help/m-p/216978#M176007</link>
    <description>&lt;P&gt;Doesn't the following search already delivers what you want?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search index=bank_nagw_preprod sourcetype=access_log
[ | inputlookup IOC.csv | eval INDICATOR_VALUE=replace(INDICATOR_VALUE,"[\[\]]","") |fields INDICATOR_VALUE | rename INDICATOR_VALUE AS clientip ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 30 Dec 2016 19:44:46 GMT</pubDate>
    <dc:creator>Raschko</dc:creator>
    <dc:date>2016-12-30T19:44:46Z</dc:date>
    <item>
      <title>Splunk Join help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Join-help/m-p/216977#M176006</link>
      <description>&lt;P&gt;Hi, We are looking to join INDICATOR VALUE from lookup table to the search and needs to find out if a value is same.&lt;/P&gt;

&lt;P&gt;Below is sample query I am currently doing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; |inputlookup IOC.csv
|eval INDICATOR_VALUE=replace(INDICATOR_VALUE,"[\[\]]","")
|fields INDICATOR_VALUE
|join type=left INDICATOR_VALUE[search index=bank_nagw_preprod sourcetype=access_log clientip=*
|dedup clientip
|table clientip
|rename clientip as INDICATOR_VALUE
|fields INDICATOR_VALUE]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 19:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Join-help/m-p/216977#M176006</guid>
      <dc:creator>splunker9999</dc:creator>
      <dc:date>2016-12-30T19:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Join help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Join-help/m-p/216978#M176007</link>
      <description>&lt;P&gt;Doesn't the following search already delivers what you want?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search index=bank_nagw_preprod sourcetype=access_log
[ | inputlookup IOC.csv | eval INDICATOR_VALUE=replace(INDICATOR_VALUE,"[\[\]]","") |fields INDICATOR_VALUE | rename INDICATOR_VALUE AS clientip ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Dec 2016 19:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Join-help/m-p/216978#M176007</guid>
      <dc:creator>Raschko</dc:creator>
      <dc:date>2016-12-30T19:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Join help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Join-help/m-p/216979#M176008</link>
      <description>&lt;P&gt;Without using "join".&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 19:45:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Join-help/m-p/216979#M176008</guid>
      <dc:creator>Raschko</dc:creator>
      <dc:date>2016-12-30T19:45:10Z</dc:date>
    </item>
  </channel>
</rss>

