<?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: How to compare counts on two different indexes on fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519466#M146320</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks for the reply.&amp;nbsp; I have to determine Categories based on the following values for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;| eval CategoryACount = if( (IN(category_code1, "a", "m") OR like(category_code1, "q%")) &amp;nbsp;AND isnull(TO_DT), 1, 0)&lt;/P&gt;&lt;P&gt;| eval CategoryBCount = if( (like(category_code1, "?%") OR like(category_code1, "b%"))&amp;nbsp; AND isnull(TO_DT), 1, 0) | stats count(CategoryACount ) as CategoryA, count(CategoryBCount ) as CategoryB .&lt;/P&gt;&lt;P&gt;Also one more problem is TO_DT doesn’t apply on Index A. I am not sure how to include the above into the above query you mentioned&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 15:04:00 GMT</pubDate>
    <dc:creator>AshChakor</dc:creator>
    <dc:date>2020-09-14T15:04:00Z</dc:date>
    <item>
      <title>How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519442#M146310</link>
      <description>&lt;P&gt;I have two indexes and it has similar fields and need to compare counts on these two indexes.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;Index A&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="48"&gt;&lt;P&gt;Id &amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;status_code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="48"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="48"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="48"&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;a&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="48"&gt;&lt;P&gt;4&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;m&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="48"&gt;&lt;P&gt;5&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;b&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="48"&gt;&lt;P&gt;6&lt;/P&gt;&lt;/TD&gt;&lt;TD width="86"&gt;&lt;P&gt;c&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Index B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;ID&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;category_code1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;from_dt&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;To_dt&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;101&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;p&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;01/01/2019&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;09/14/2018&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;102&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;b&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;01/01/2019&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;null&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;103&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;a&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;01/01/2019&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;null&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;104&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;m&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;01/01/2019&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;null&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;105&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;a&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;01/01/2019&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;null&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Expected output&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;Index A count&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;Index B Count&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;difference&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;Category A&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;Category B&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="156"&gt;&lt;P&gt;Category C&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD width="156"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;How do I get this count by categories on two different indexes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 13:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519442#M146310</guid>
      <dc:creator>AshChakor</dc:creator>
      <dc:date>2020-09-14T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519448#M146313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/131903"&gt;@AshChakor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if&amp;nbsp;&lt;SPAN&gt;status_code and&amp;nbsp;category_code1 are the same kay, you can use rename to have one key and then use index to divide values, something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=indexA OR index=indexB
| rename status_code AS category_code1
| stats count(eval(index=indexA)) AS "Index A count" count(eval(index=indexB)) AS "Index B count" BY category_code1
| eval difference="Index A count"-"Index B count"
| table category_code1 "Index A count" "Index B count" difference&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 14:08:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519448#M146313</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-14T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519466#M146320</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks for the reply.&amp;nbsp; I have to determine Categories based on the following values for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;| eval CategoryACount = if( (IN(category_code1, "a", "m") OR like(category_code1, "q%")) &amp;nbsp;AND isnull(TO_DT), 1, 0)&lt;/P&gt;&lt;P&gt;| eval CategoryBCount = if( (like(category_code1, "?%") OR like(category_code1, "b%"))&amp;nbsp; AND isnull(TO_DT), 1, 0) | stats count(CategoryACount ) as CategoryA, count(CategoryBCount ) as CategoryB .&lt;/P&gt;&lt;P&gt;Also one more problem is TO_DT doesn’t apply on Index A. I am not sure how to include the above into the above query you mentioned&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 15:04:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519466#M146320</guid>
      <dc:creator>AshChakor</dc:creator>
      <dc:date>2020-09-14T15:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519484#M146323</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/131903"&gt;@AshChakor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry I forgot it, you have to use the values option in stats count:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count(CategoryACount) AS CategoryA count(CategoryBCount) AS CategoryB values(TO_DT) AS TO_DT BY category_code1&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 15:53:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519484#M146323</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-14T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519550#M146340</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;I tried the suggestions but rename field and the query didn't work. Sorry that I didn't display my eval experssions earlier.&amp;nbsp; Here is my basic query which results into two rows and 6 columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=indexA OR index=indexB&lt;/P&gt;&lt;P&gt;| eval indexA_CategoryA = if( (IN(status_code, "m", "p") OR like(status_code, "n%")) , 1, 0)&lt;/P&gt;&lt;P&gt;| eval indexA_CategoryB = if( like(status_code, "s%") , 1, 0)&lt;/P&gt;&lt;P&gt;| eval indexA_CategoryC = if( (like(status_code, "^%") OR like(status_code, "h%")) , 1, 0)&lt;/P&gt;&lt;P&gt;| eval indexB_CategoryA = if( (IN(category_code1, "m", "p") OR like(category_code1, "n%")) AND isnull(TO_DT), 1, 0)&lt;/P&gt;&lt;P&gt;| eval indexB_CategoryB = if( like(category_code1, "s%") AND isnull(TO_DT), 1, 0)&lt;/P&gt;&lt;P&gt;| eval indexB_CategoryC = if( (like(category_code1, "^%") OR like(category_code1, "h%"))&amp;nbsp; AND isnull(TO_DT), 1, 0)&lt;/P&gt;&lt;P&gt;| stats sum(indexA_CategoryA) as indexA_CategoryA, sum(indexA_CategoryB) as indexA_CategoryB, sum(indexA_CategoryC) as indexA_CategoryC, sum(indexB_CategoryA) as indexB_CategoryA, sum(indexB_CategoryB) as indexB_CategoryB, sum(indexB_CategoryC) as indexB_CategoryC by index&lt;/P&gt;&lt;TABLE width="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="61px" height="40px"&gt;&lt;P&gt;index&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;indexA_CategoryA&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;indexA_CategoryB&lt;/P&gt;&lt;/TD&gt;&lt;TD width="147px" height="40px"&gt;&lt;P&gt;indexA_CategoryC&lt;/P&gt;&lt;/TD&gt;&lt;TD width="149px" height="40px"&gt;&lt;P&gt;indexB_CategoryA&lt;/P&gt;&lt;/TD&gt;&lt;TD width="145px" height="40px"&gt;&lt;P&gt;indexB_CategoryB&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;indexB_CategoryC&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="61px" height="40px"&gt;&lt;P&gt;IndexA&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;45&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;201&lt;/P&gt;&lt;/TD&gt;&lt;TD width="147px" height="40px"&gt;&lt;P&gt;75&lt;/P&gt;&lt;/TD&gt;&lt;TD width="149px" height="40px"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD width="145px" height="40px"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="61px" height="40px"&gt;&lt;P&gt;IndexB&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD width="147px" height="40px"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD width="149px" height="40px"&gt;&lt;P&gt;45&lt;/P&gt;&lt;/TD&gt;&lt;TD width="145px" height="40px"&gt;&lt;P&gt;189&lt;/P&gt;&lt;/TD&gt;&lt;TD width="146px" height="40px"&gt;&lt;P&gt;76&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 14 Sep 2020 19:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519550#M146340</guid>
      <dc:creator>AshChakor</dc:creator>
      <dc:date>2020-09-14T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519610#M146352</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/131903"&gt;@AshChakor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what do you mean with "didn't work":&amp;nbsp;do you have wrong results or didn't you have any results?&lt;/P&gt;&lt;P&gt;If wrong results, check one by one each eval statement, maybe anyone isn't correct.&lt;/P&gt;&lt;P&gt;If you haven't results, delete the stats command and see for each index which values you have.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 06:52:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519610#M146352</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-15T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519706#M146366</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;Your solution is working now I tweaked a little to get the category definition&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=indexA OR index=indexB&lt;BR /&gt;| rename status_code AS category_code1&lt;BR /&gt;| eval category = case( (category_code1 IN(, "m", "p") OR like(category_code1, "n%")) , CategoryA, like(category_code1, "s%"), CategoryB, (like(category_code1, "^%") OR like(category_code1, "h%"), CategoryC ))&lt;BR /&gt;| stats count(eval(index=indexA)) AS "Index A count" count(eval(index=indexB)) AS "Index B count" BY category| eval difference="Index A count"-"Index B count" | table category "Index A count" "Index B count" difference&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:23:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519706#M146366</guid>
      <dc:creator>AshChakor</dc:creator>
      <dc:date>2020-09-15T14:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519722#M146369</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/131903"&gt;@AshChakor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519722#M146369</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-15T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare counts on two different indexes on fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519730#M146371</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-counts-on-two-different-indexes-on-fields/m-p/519730#M146371</guid>
      <dc:creator>AshChakor</dc:creator>
      <dc:date>2020-09-15T14:50:42Z</dc:date>
    </item>
  </channel>
</rss>

