<?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 How to find a common value between two different fields from same index in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-find-a-common-value-between-two-different-fields-from/m-p/533533#M8639</link>
    <description>&lt;P&gt;Hello Splunk Community,&lt;/P&gt;&lt;P&gt;I would really appreciate any guidance. I become a bit more familiar with Splunk, but at this moment nothing I have tried has worked. I basically need to know where a &lt;STRONG&gt;value&lt;/STRONG&gt; is being logged between &lt;STRONG&gt;two&amp;nbsp; different fields&lt;/STRONG&gt;. This is the scenario:&lt;BR /&gt;&lt;BR /&gt;1. If 0 is the count for &lt;STRONG&gt;value (employeeID)&lt;/STRONG&gt; between &lt;STRONG&gt;pdf&lt;/STRONG&gt; and &lt;STRONG&gt;CSV&lt;/STRONG&gt; - dont show.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. When &lt;STRONG&gt;value (employeeId)&lt;/STRONG&gt;&amp;nbsp; count &amp;gt; 0 need to know if its logged in either the &lt;STRONG&gt;pdf&lt;/STRONG&gt; or &lt;STRONG&gt;CSV&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2020 02:49:15 GMT</pubDate>
    <dc:creator>Mary666</dc:creator>
    <dc:date>2020-12-18T02:49:15Z</dc:date>
    <item>
      <title>How to find a common value between two different fields from same index</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-find-a-common-value-between-two-different-fields-from/m-p/533533#M8639</link>
      <description>&lt;P&gt;Hello Splunk Community,&lt;/P&gt;&lt;P&gt;I would really appreciate any guidance. I become a bit more familiar with Splunk, but at this moment nothing I have tried has worked. I basically need to know where a &lt;STRONG&gt;value&lt;/STRONG&gt; is being logged between &lt;STRONG&gt;two&amp;nbsp; different fields&lt;/STRONG&gt;. This is the scenario:&lt;BR /&gt;&lt;BR /&gt;1. If 0 is the count for &lt;STRONG&gt;value (employeeID)&lt;/STRONG&gt; between &lt;STRONG&gt;pdf&lt;/STRONG&gt; and &lt;STRONG&gt;CSV&lt;/STRONG&gt; - dont show.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. When &lt;STRONG&gt;value (employeeId)&lt;/STRONG&gt;&amp;nbsp; count &amp;gt; 0 need to know if its logged in either the &lt;STRONG&gt;pdf&lt;/STRONG&gt; or &lt;STRONG&gt;CSV&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 02:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-find-a-common-value-between-two-different-fields-from/m-p/533533#M8639</guid>
      <dc:creator>Mary666</dc:creator>
      <dc:date>2020-12-18T02:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a common value between two different fields from same index</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-find-a-common-value-between-two-different-fields-from/m-p/533534#M8640</link>
      <description>&lt;P&gt;Assuming that PDF and CSV are two different fieldnames and not the value of a fieldname&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your search
|eval source=coalesce(PDF,CSV,NA)
|stats count by employeeID,source
|where count &amp;gt; 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 03:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-find-a-common-value-between-two-different-fields-from/m-p/533534#M8640</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-12-18T03:22:34Z</dc:date>
    </item>
  </channel>
</rss>

