<?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 search: case  --&amp;gt;  field doesn't exist in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/search-case-gt-field-doesn-t-exist/m-p/39174#M8930</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;

&lt;P&gt;I have a question about a search with case. This is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="Laura_acs" |eval Transac=case(ERRL="TIMEOUT_REACHED" OR ERRL="TIMEOUT_REACHED_RECORD","PA Pb fin de session 3D Secure", SD_STAT_PA="NO" AND  (NOT ERRL="TIMEOUT_REACHED" OR NOT ERRL="TIMEOUT_REACHED_RECORD"),"PA Pb Autres",STAT_VE="N","VE No",STAT_VE="Y" AND SD_STAT_PA="Y","PA Yes",STAT_VE="Y" AND SD_STAT_PA="ATTEMPT","PA Attempt",STAT_VE="Y" AND SD_STAT_PA="N", "PA No",STAT_VE="Y","VE sans PA")|DEDUP ID_TRANS|chart count by Transac 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this search I want for the last case (VE sans PA) that my log line doen't contain field SD_STAT_PA. How can do it? Because, for the moment, STAT_VE="Y" is the selection of all the others case.&lt;/P&gt;

&lt;P&gt;Thx by advance,&lt;/P&gt;

&lt;P&gt;Laura &lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:17:41 GMT</pubDate>
    <dc:creator>LauraBre</dc:creator>
    <dc:date>2020-09-28T12:17:41Z</dc:date>
    <item>
      <title>search: case  --&gt;  field doesn't exist</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-case-gt-field-doesn-t-exist/m-p/39174#M8930</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;

&lt;P&gt;I have a question about a search with case. This is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="Laura_acs" |eval Transac=case(ERRL="TIMEOUT_REACHED" OR ERRL="TIMEOUT_REACHED_RECORD","PA Pb fin de session 3D Secure", SD_STAT_PA="NO" AND  (NOT ERRL="TIMEOUT_REACHED" OR NOT ERRL="TIMEOUT_REACHED_RECORD"),"PA Pb Autres",STAT_VE="N","VE No",STAT_VE="Y" AND SD_STAT_PA="Y","PA Yes",STAT_VE="Y" AND SD_STAT_PA="ATTEMPT","PA Attempt",STAT_VE="Y" AND SD_STAT_PA="N", "PA No",STAT_VE="Y","VE sans PA")|DEDUP ID_TRANS|chart count by Transac 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this search I want for the last case (VE sans PA) that my log line doen't contain field SD_STAT_PA. How can do it? Because, for the moment, STAT_VE="Y" is the selection of all the others case.&lt;/P&gt;

&lt;P&gt;Thx by advance,&lt;/P&gt;

&lt;P&gt;Laura &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-case-gt-field-doesn-t-exist/m-p/39174#M8930</guid>
      <dc:creator>LauraBre</dc:creator>
      <dc:date>2020-09-28T12:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: search: case  --&gt;  field doesn't exist</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-case-gt-field-doesn-t-exist/m-p/39175#M8931</link>
      <description>&lt;P&gt;Use &lt;CODE&gt;isnull&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;isnull(SD_STAT_PA)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:12:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-case-gt-field-doesn-t-exist/m-p/39175#M8931</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-08-20T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: search: case  --&gt;  field doesn't exist</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-case-gt-field-doesn-t-exist/m-p/39176#M8932</link>
      <description>&lt;P&gt;Thx very much, it works.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 11:47:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-case-gt-field-doesn-t-exist/m-p/39176#M8932</guid>
      <dc:creator>LauraBre</dc:creator>
      <dc:date>2012-08-21T11:47:26Z</dc:date>
    </item>
  </channel>
</rss>

