<?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: Receive Delta from two different sources in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599156#M12659</link>
    <description>&lt;P&gt;The initial search is case insensitive. What do you find when you try it like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="A"
| where name="PC3"&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;index="B"
| where name="PC3"&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 24 May 2022 19:03:34 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-05-24T19:03:34Z</dc:date>
    <item>
      <title>How to receive delta from two different sources?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599085#M12637</link>
      <description>&lt;P&gt;We are trying to output computers that appear in index A but not appear in Index B.&amp;nbsp; We want to ensure computers are being deployed with the correct software on them.&lt;/P&gt;
&lt;P&gt;Index A&lt;BR /&gt;----------------------------------------------------&lt;BR /&gt;| name | objectclass | field 1 | field 2 | field 3 |&lt;BR /&gt;----------------------------------------------------&lt;BR /&gt;| PC 1&amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 2&amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 3&amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 4&amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 5&amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 6&amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Index B&lt;BR /&gt;----------------------------------------------------&lt;BR /&gt;| cname | objectclass | field 1 | field 2 | field 3 |&lt;BR /&gt;----------------------------------------------------&lt;BR /&gt;| PC 1&amp;nbsp; &amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 2&amp;nbsp; &amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 5&amp;nbsp; &amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;| PC 6&amp;nbsp; &amp;nbsp; &amp;nbsp;| computer&amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the output to only show PC 3 and 4 so this can be supplied to the proper team to install the application.&amp;nbsp; I have tried join with type left and outer.&amp;nbsp; Also I have attempted stats.&amp;nbsp; However, I believe my logic is wrong.&lt;/P&gt;
&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 17:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599085#M12637</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T17:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599089#M12638</link>
      <description>&lt;P&gt;Try something along these lines&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(index="A" OR index="B")
| stats value(*) as * values(index) as index by name
| where mvcount(index)=1 AND index="A"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 May 2022 14:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599089#M12638</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-24T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599098#M12644</link>
      <description>&lt;P&gt;That did not work.&amp;nbsp; &amp;nbsp;It returns 0 results and when we run the indexes independently index A shows PC3 and index B does not contain PC3.&amp;nbsp; Could it be an issue with the filed names being different for the computer names?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 14:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599098#M12644</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T14:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599108#M12649</link>
      <description>&lt;P&gt;Yes. Just rename one of the fields to the same name or use coalese() to eval the fields together i.e. when name is null, set it to cname.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 15:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599108#M12649</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-24T15:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599110#M12650</link>
      <description>&lt;P&gt;Negative GhostRider...did not work.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 15:30:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599110#M12650</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T15:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599119#M12651</link>
      <description>&lt;P&gt;What have you tried?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 15:46:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599119#M12651</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-24T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599130#M12652</link>
      <description>&lt;P&gt;I have tried the first suggestion you provided.&amp;nbsp; Then on the rename of the filed I tried the following:&lt;/P&gt;&lt;P&gt;(index="A" ) OR (index="B" sourcetype="B.1")&lt;/P&gt;&lt;P&gt;| rename cname as name&lt;/P&gt;&lt;P&gt;| stats value(*) as * values(index) as index by name&lt;/P&gt;&lt;P&gt;| where mvcount(index)=1 AND index="A"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just for clarity, I have ran the index independently and receive the following for PC3:&lt;/P&gt;&lt;P&gt;index="A" name=PC3 (Results: PC3 &lt;U&gt;&lt;STRONG&gt;appears&lt;/STRONG&gt;&lt;/U&gt; in the list for the past 30 days)&lt;/P&gt;&lt;P&gt;index="B" sourcetype="B.1" cname=PC3 (Results: PC3 &lt;U&gt;&lt;STRONG&gt;does not appear&lt;/STRONG&gt;&lt;/U&gt; for the past 30 days.)&lt;/P&gt;&lt;P&gt;Need only the machines that show up in index A and not in index B to display.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 16:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599130#M12652</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T16:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599136#M12653</link>
      <description>&lt;P&gt;What do you get for this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(index="A" ) OR (index="B" sourcetype="B.1")
| rename cname as name
| stats value(*) as * values(index) as index by name
| where name="PC3"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 May 2022 16:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599136#M12653</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-24T16:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599144#M12656</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hillsmtb7_0-1653412798645.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19804i0B2D40932508B1B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hillsmtb7_0-1653412798645.png" alt="hillsmtb7_0-1653412798645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what I get.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 17:25:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599144#M12656</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T17:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599146#M12657</link>
      <description>&lt;P&gt;That would seem to suggest that PC3 doesn't exist in either index as that name - have the names been shortened or extended in either index or been modified e.g. uppercase, etc. - the names will have to match precisely (unless we do something different)?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 17:53:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599146#M12657</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-24T17:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599155#M12658</link>
      <description>&lt;P&gt;Well that's exactly not true as PC3 does exist on the first index just not in the second one when searched individually.&lt;/P&gt;&lt;P&gt;Index A&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hillsmtb7_0-1653418577714.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19805i55142ADE80000551/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hillsmtb7_0-1653418577714.png" alt="hillsmtb7_0-1653418577714.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Index B&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hillsmtb7_1-1653418595955.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19806iC150AFF638DEE847/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hillsmtb7_1-1653418595955.png" alt="hillsmtb7_1-1653418595955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 18:57:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599155#M12658</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T18:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599156#M12659</link>
      <description>&lt;P&gt;The initial search is case insensitive. What do you find when you try it like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="A"
| where name="PC3"&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;index="B"
| where name="PC3"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 May 2022 19:03:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599156#M12659</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-24T19:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599158#M12661</link>
      <description>&lt;P&gt;I wont try index B cause there is no data there for that PC, but in index A I attempted the following:&lt;/P&gt;&lt;P&gt;index=A&lt;/P&gt;&lt;P&gt;| where name="PC3" (Results: Computer &lt;U&gt;&lt;STRONG&gt;appears&lt;/STRONG&gt;&lt;/U&gt;)&lt;/P&gt;&lt;P&gt;But when I search as follows:&lt;/P&gt;&lt;P&gt;index=A&lt;/P&gt;&lt;P&gt;| where name="pc3" (Results: Computer &lt;U&gt;&lt;STRONG&gt;does not appear&lt;/STRONG&gt;&lt;/U&gt;)&lt;/P&gt;&lt;P&gt;It is case sensitive at the where.&amp;nbsp; I thought it was case insensitive throughout.&amp;nbsp; Where do I change the case?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 19:11:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599158#M12661</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T19:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599162#M12662</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(index="A" OR index="B")
| eval name=upper(coalesce(name,cname))
| stats value(*) as * values(index) as index by name
| where mvcount(index)=1 AND index="A"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 May 2022 19:46:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599162#M12662</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-24T19:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599172#M12663</link>
      <description>&lt;P&gt;We might be getting closer.&amp;nbsp; Why are we placing the following:&lt;/P&gt;&lt;P&gt;values(*) as *&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 21:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599172#M12663</guid>
      <dc:creator>hillsmtb7</dc:creator>
      <dc:date>2022-05-24T21:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Delta from two different sources</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599200#M12667</link>
      <description>&lt;P&gt;This is gathering the values from the two events into one event&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;index&lt;/TD&gt;&lt;TD width="25%"&gt;name&lt;/TD&gt;&lt;TD width="25%"&gt;field1&lt;/TD&gt;&lt;TD width="25%"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;A&lt;/TD&gt;&lt;TD width="25%"&gt;PC2&lt;/TD&gt;&lt;TD width="25%"&gt;xyz&lt;/TD&gt;&lt;TD width="25%"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;PC2&lt;/TD&gt;&lt;TD&gt;xyz&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;become&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;index&lt;/TD&gt;&lt;TD width="25%"&gt;name&lt;/TD&gt;&lt;TD width="25%"&gt;field1&lt;/TD&gt;&lt;TD width="25%"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;A, B (multi-value)&lt;/TD&gt;&lt;TD width="25%"&gt;PC2&lt;/TD&gt;&lt;TD width="25%"&gt;xyz&lt;/TD&gt;&lt;TD width="25%"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;index has a mvcount = 1 when it appears in only one index - which is what you are after, and you check that that index is "A" to find the ones that are in "A" and not "B"&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 05:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-receive-delta-from-two-different-sources/m-p/599200#M12667</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-25T05:06:30Z</dc:date>
    </item>
  </channel>
</rss>

