<?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: Lookup and Correlation Help in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Lookup-and-Correlation-Help/m-p/501003#M8412</link>
    <description>&lt;P&gt;@dmenon Try the below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=firewall | append[| inputlookup serverip.csv |rename IP as src_ip]| stats values(dest_IP),values(url),values(dest_location) by src_ip 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 05 Feb 2020 04:38:58 GMT</pubDate>
    <dc:creator>Vijeta</dc:creator>
    <dc:date>2020-02-05T04:38:58Z</dc:date>
    <item>
      <title>Lookup and Correlation Help</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Lookup-and-Correlation-Help/m-p/501002#M8411</link>
      <description>&lt;P&gt;I have lookup that has 2 columns IP address and hostname , I see output when I run command  | inputlookup serverip.csv. Now, I want to use these IPs to look at src_ip field in firewall logs and find matches, after match look at destinations like dest_ip,dest_location etc. &lt;/P&gt;

&lt;P&gt;| inputlookup serverip.csv and then other query index=firewall | stats values(dest_IP),values(url),values(dest_location) by src_ip , where the src_ip is the IP from the csv. &lt;/P&gt;

&lt;P&gt;How do I do the correlation, also the csv as server name which I would like to pull into the output. Thanks in advance for any help. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:00:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Lookup-and-Correlation-Help/m-p/501002#M8411</guid>
      <dc:creator>dmenon</dc:creator>
      <dc:date>2020-09-30T04:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup and Correlation Help</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Lookup-and-Correlation-Help/m-p/501003#M8412</link>
      <description>&lt;P&gt;@dmenon Try the below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=firewall | append[| inputlookup serverip.csv |rename IP as src_ip]| stats values(dest_IP),values(url),values(dest_location) by src_ip 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 04:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Lookup-and-Correlation-Help/m-p/501003#M8412</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2020-02-05T04:38:58Z</dc:date>
    </item>
  </channel>
</rss>

