<?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 Exclude field values from other field in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Exclude-field-values-from-other-field/m-p/529329#M89181</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have some sylog events, login failed and login success in particular. I can determine if the event is success or failed by a field (field1) which contain something like "success" or "failure". In the event I Have also a field mac_address(field2) which contain some MAC address. I need to count the number of mac address that exist in failure but nerver exist in success.&lt;/P&gt;&lt;P&gt;Can you help me???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 16:46:25 GMT</pubDate>
    <dc:creator>marco_massari11</dc:creator>
    <dc:date>2020-11-13T16:46:25Z</dc:date>
    <item>
      <title>Exclude field values from other field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exclude-field-values-from-other-field/m-p/529329#M89181</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have some sylog events, login failed and login success in particular. I can determine if the event is success or failed by a field (field1) which contain something like "success" or "failure". In the event I Have also a field mac_address(field2) which contain some MAC address. I need to count the number of mac address that exist in failure but nerver exist in success.&lt;/P&gt;&lt;P&gt;Can you help me???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 16:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exclude-field-values-from-other-field/m-p/529329#M89181</guid>
      <dc:creator>marco_massari11</dc:creator>
      <dc:date>2020-11-13T16:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field values from other field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exclude-field-values-from-other-field/m-p/529337#M89184</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo  sourcetype=bar 
| stats values(field1) as status by field2
| where mvcount(status)=1 and status="failure"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 13 Nov 2020 17:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exclude-field-values-from-other-field/m-p/529337#M89184</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-11-13T17:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field values from other field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exclude-field-values-from-other-field/m-p/529420#M89186</link>
      <description>&lt;P&gt;Hi somesoni2,&lt;/P&gt;&lt;P&gt;thank you so much for your answer, I think it's working. So the result is the list of mac address that never had a login success, right? And if I want a count of this result, what I need to add to the query?&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 18:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exclude-field-values-from-other-field/m-p/529420#M89186</guid>
      <dc:creator>marco_massari11</dc:creator>
      <dc:date>2020-11-14T18:11:47Z</dc:date>
    </item>
  </channel>
</rss>

