<?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: Association same field and of sourcetype different in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113756#M23813</link>
    <description>&lt;P&gt;What kind of association you're looking for? What should be the final output from these two sourcetype? You can use join for some requirements.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2014 19:49:14 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-03-31T19:49:14Z</dc:date>
    <item>
      <title>Association same field and of sourcetype different</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113755#M23812</link>
      <description>&lt;P&gt;Good evening, &lt;BR /&gt;
I have a question:&lt;BR /&gt;
I have a sourcetype A with a field "ip" and a "name"&lt;BR /&gt;
I have a sourcetype B with a field "ip" and a "name"&lt;BR /&gt;
I shall like knowing if you know how to associate the identical fields at the level of the ip and whose name is different.&lt;BR /&gt;
Knowing that I have no access to the limit.config file and that every sourcetype has more than 70 000 fields.&lt;/P&gt;

&lt;P&gt;Cordially&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2014 19:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113755#M23812</guid>
      <dc:creator>RichPierre</dc:creator>
      <dc:date>2014-03-31T19:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Association same field and of sourcetype different</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113756#M23813</link>
      <description>&lt;P&gt;What kind of association you're looking for? What should be the final output from these two sourcetype? You can use join for some requirements.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2014 19:49:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113756#M23813</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-31T19:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Association same field and of sourcetype different</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113757#M23814</link>
      <description>&lt;P&gt;As a first jab, take a look at this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=A OR sourcetype=B | stats values(name) as names dc(sourcetype) as sourcetypes by ip | where sourcetypes&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Whether that's anywhere near what you're looking for depends on what you're looking for.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2014 20:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113757#M23814</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-03-31T20:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Association same field and of sourcetype different</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113758#M23815</link>
      <description>&lt;P&gt;It's true, that finally it is simple. But I had badly analyzed the thing. Indeed, I make a request accelerated to get back the information.&lt;BR /&gt;
 I thus find myself with this :&lt;BR /&gt;
     Ip  | name | date | sourcetype&lt;BR /&gt;
 1. 192.168.1.45  max  2014/03/05 A&lt;BR /&gt;
 2. 192.1681.1.89 bob 2014/03/05 A&lt;BR /&gt;
 3. 192.168..45 john 2014/03/05 B&lt;BR /&gt;
 4. 192.168.1.89 bob 2014/03/05 B&lt;/P&gt;

&lt;P&gt;I want the people who have same Ip but who the same day have same no same sourcetype and name. Is it possible? Cordially.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2014 07:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113758#M23815</guid>
      <dc:creator>RichPierre</dc:creator>
      <dc:date>2014-04-01T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Association same field and of sourcetype different</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113759#M23816</link>
      <description>&lt;P&gt;To also add the date into the &lt;CODE&gt;stats&lt;/CODE&gt; and filter only those with differing names you can do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=A OR sourcetype=B | stats values(name) as names dc(sourcetypes) as sourcetypes by ip date | where sourcetypes&amp;gt;1 AND mvcount(names)&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Apr 2014 07:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Association-same-field-and-of-sourcetype-different/m-p/113759#M23816</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-01T07:34:04Z</dc:date>
    </item>
  </channel>
</rss>

