<?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 Compare results from same field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702590#M238215</link>
    <description>&lt;P&gt;I'm using cmd |iplocation src, and the results produce results for the City. Next i want to compare each City and report when results is different.&lt;/P&gt;&lt;P&gt;Example when result for a City is Miami and next hour or so&amp;nbsp; in the same field for the City is Boston.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 12:14:47 GMT</pubDate>
    <dc:creator>CyberWolf</dc:creator>
    <dc:date>2024-10-23T12:14:47Z</dc:date>
    <item>
      <title>Compare results from same field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702590#M238215</link>
      <description>&lt;P&gt;I'm using cmd |iplocation src, and the results produce results for the City. Next i want to compare each City and report when results is different.&lt;/P&gt;&lt;P&gt;Example when result for a City is Miami and next hour or so&amp;nbsp; in the same field for the City is Boston.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702590#M238215</guid>
      <dc:creator>CyberWolf</dc:creator>
      <dc:date>2024-10-23T12:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compare results from same field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702600#M238218</link>
      <description>&lt;LI-CODE lang="markup"&gt;| streamstats latest(city) as previous current=f&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:09:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702600#M238218</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-10-23T13:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compare results from same field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702601#M238219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/273420"&gt;@CyberWolf&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I suppose that you want to check this for each Account_name, you could try with stats:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt;
| iplocation src
| stats dc(city) AS city_count BY Account_name
| where city_count&amp;gt;1&lt;/LI-CODE&gt;&lt;P&gt;use the Account_name field you have in your logs.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702601#M238219</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-10-23T13:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compare results from same field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702603#M238220</link>
      <description>&lt;P&gt;It worked! thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702603#M238220</guid>
      <dc:creator>CyberWolf</dc:creator>
      <dc:date>2024-10-23T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Compare results from same field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702618#M238227</link>
      <description>&lt;P&gt;If your problem is resolved, then please click the "Accept as Solution" button to help future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 17:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702618#M238227</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-10-23T17:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compare results from same field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702685#M238242</link>
      <description>&lt;P&gt;Thanks Everyone for fast response!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 12:08:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Compare-results-from-same-field/m-p/702685#M238242</guid>
      <dc:creator>CyberWolf</dc:creator>
      <dc:date>2024-10-24T12:08:28Z</dc:date>
    </item>
  </channel>
</rss>

