<?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 Show only null result in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703543#M238448</link>
    <description>&lt;P&gt;How can I make it show me only what appears as null in the Call.CallForwardInfo.OriginalCalledAddr field? Right now I have this result, you can help me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Miguel3393_0-1730763112563.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33350i25374F421513F4E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Miguel3393_0-1730763112563.png" alt="Miguel3393_0-1730763112563.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 23:28:51 GMT</pubDate>
    <dc:creator>Miguel3393</dc:creator>
    <dc:date>2024-11-04T23:28:51Z</dc:date>
    <item>
      <title>Show only null result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703543#M238448</link>
      <description>&lt;P&gt;How can I make it show me only what appears as null in the Call.CallForwardInfo.OriginalCalledAddr field? Right now I have this result, you can help me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Miguel3393_0-1730763112563.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33350i25374F421513F4E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Miguel3393_0-1730763112563.png" alt="Miguel3393_0-1730763112563.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 23:28:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703543#M238448</guid>
      <dc:creator>Miguel3393</dc:creator>
      <dc:date>2024-11-04T23:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show only null result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703549#M238450</link>
      <description>&lt;P&gt;Add &lt;FONT face="courier new,courier"&gt;| where Call.CallForwardInfo.OriginalCalledAddr="null"&lt;/FONT&gt; to the query.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 01:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703549#M238450</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-05T01:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show only null result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703551#M238452</link>
      <description>&lt;P&gt;I added it but it doesn't work, it doesn't show results.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 02:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703551#M238452</guid>
      <dc:creator>Miguel3393</dc:creator>
      <dc:date>2024-11-05T02:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show only null result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703555#M238455</link>
      <description>&lt;P&gt;Maybe you can add all your condition in 1 line ?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where isnull(cliente) AND isnull(cliente1) AND Call.CallForwardInfo.OriginalCalledAddr="null"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Let me know if it works&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 03:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703555#M238455</guid>
      <dc:creator>zksvc</dc:creator>
      <dc:date>2024-11-05T03:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show only null result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703565#M238459</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi,&lt;/P&gt;&lt;P class="lia-align-justify"&gt;It was added in the following way and it did not work, it does not show results.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;index="cdr_cfs_index"&lt;BR /&gt;| search Call.OrigParty.TrunkGroup.TrunkGroupId=2601&lt;BR /&gt;| lookup ClientesSymSipdfntion1 Call.OrigParty.CallingPartyAddr OUTPUT cliente&lt;BR /&gt;| lookup ClientesSymSipdfntion2 Call.OrigParty.CallingPartyAddr OUTPUT cliente1&lt;BR /&gt;| fillnull value=null Call.CallForwardInfo.OriginalCalledAddr | where isnull(cliente) AND isnull(cliente1) AND Call.CallForwardInfo.OriginalCalledAddr="null"&lt;BR /&gt;| stats count by Call.OrigParty.CallingPartyAddr Call.CallForwardInfo.OriginalCalledAddr&lt;BR /&gt;| sort - Call.CallForwardInfo.OriginalCalledAddr&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Miguel3393_0-1730783461497.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33353iBDEB11E3F49A8757/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Miguel3393_0-1730783461497.png" alt="Miguel3393_0-1730783461497.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 05:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-only-null-result/m-p/703565#M238459</guid>
      <dc:creator>Miguel3393</dc:creator>
      <dc:date>2024-11-05T05:05:08Z</dc:date>
    </item>
  </channel>
</rss>

