<?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: getting value as Null in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/getting-value-as-Null/m-p/277068#M2063</link>
    <description>&lt;P&gt;Below DQL might work&lt;/P&gt;&lt;PRE&gt;fetch logs // scanLimitGBytes: , samplingRatio: 1000&lt;BR /&gt;| filter contains(dt.security_context, "ngss")&lt;BR /&gt;| parse content,"LD 'IPReputationSICategory=' LD:IPReputationSICategory ','"&lt;BR /&gt;| summarize count(),by :{IPReputationSICategory,index}&lt;/PRE&gt;</description>
    <pubDate>Tue, 13 May 2025 15:01:20 GMT</pubDate>
    <dc:creator>cchanka</dc:creator>
    <dc:date>2025-05-13T15:01:20Z</dc:date>
    <item>
      <title>getting value as Null</title>
      <link>https://community.dynatrace.com/t5/DQL/getting-value-as-Null/m-p/277065#M2062</link>
      <description>&lt;P&gt;I am getting Null value in&amp;nbsp;IPReputationSICategory field ..&lt;/P&gt;&lt;P&gt;PFB raw logs:-&lt;/P&gt;&lt;P&gt;DstIP=194.20.78.49, SrcPort=40227, DstPort=3257, Protocol=tcp, IngressInterface=DPB1-IN, EgressInterface=DPB1-OUT, IngressZone=CITADEL-Milan-DPB1, EgressZone=CITADEL-Milan-DPB1, ACPolicy=NGSS2-Milan, Prefilter Policy=NGSS2-Milan-Prefilter, InitiatorPackets=1, ResponderPackets=0, InitiatorBytes=58, ResponderBytes=0, SecIntMatchingIP=Source, IPReputationSICategory=Custom-Blocklist-Global-IP_FS, ClientAppDetector=AppID, HostName=IT1IPS03P4N1-1_2&lt;BR /&gt;Show less..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fetch logs // scanLimitGBytes: , samplingRatio: 1000&lt;BR /&gt;| filter contains(dt.security_context, "ngss")&lt;/P&gt;&lt;P&gt;| parse content,"LD 'IPReputationSICategory: '[0-9a-zA-Z-]{1,100}?:IPReputationSICategory','"&lt;BR /&gt;| summarize count(),by :{IPReputationSICategory,index}&lt;/P&gt;&lt;P&gt;for output please refer the attachment ..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharmas2_0-1747146056272.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27966i538CD44A33F8A4A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sharmas2_0-1747146056272.png" alt="sharmas2_0-1747146056272.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 14:21:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/getting-value-as-Null/m-p/277065#M2062</guid>
      <dc:creator>sharmas2</dc:creator>
      <dc:date>2025-05-13T14:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: getting value as Null</title>
      <link>https://community.dynatrace.com/t5/DQL/getting-value-as-Null/m-p/277068#M2063</link>
      <description>&lt;P&gt;Below DQL might work&lt;/P&gt;&lt;PRE&gt;fetch logs // scanLimitGBytes: , samplingRatio: 1000&lt;BR /&gt;| filter contains(dt.security_context, "ngss")&lt;BR /&gt;| parse content,"LD 'IPReputationSICategory=' LD:IPReputationSICategory ','"&lt;BR /&gt;| summarize count(),by :{IPReputationSICategory,index}&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 May 2025 15:01:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/getting-value-as-Null/m-p/277068#M2063</guid>
      <dc:creator>cchanka</dc:creator>
      <dc:date>2025-05-13T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: getting value as Null</title>
      <link>https://community.dynatrace.com/t5/DQL/getting-value-as-Null/m-p/277114#M2067</link>
      <description>&lt;P&gt;Your log sample shows an equal sign character ('=') as the separator between the key and value, but your DPL pattern is using the colon character (':'). I believe this is the most likely cause of your issue. The DQL shared by&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/59015"&gt;@cchanka&lt;/a&gt;&amp;nbsp;above is amended accordingly and this change is the reason it works.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 21:15:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/getting-value-as-Null/m-p/277114#M2067</guid>
      <dc:creator>marco_irmer</dc:creator>
      <dc:date>2025-05-13T21:15:29Z</dc:date>
    </item>
  </channel>
</rss>

