<?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 Unable to use nullqueue properly for a Storage Account input in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-use-nullqueue-properly-for-a-Storage-Account-input/m-p/712734#M117716</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We are pulling Firewall data from a Storage Account containing several categories. There is one specific category,&amp;nbsp;AZFWDnsQuery which need to be dropped.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested the regex in the search as well as on regex101. It is successfully matching only those specific events with this category.&lt;/P&gt;&lt;P&gt;But once deployed, Splunk starts dropping all events from this input, including for other categories that do not match the regex.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample events&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{ "time": "2025-02-27T18:46:08.307710+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":25208,"QueryId":51787,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":48,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":94,"RequestDurationSecs":0.007257565,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}
{ "time": "2025-02-27T18:46:08.307329+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":62730,"QueryId":16828,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":35,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":68,"RequestDurationSecs":0.012227477,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}
{ "time": "2025-02-27T18:46:08.307262+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":45452,"QueryId":25241,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":35,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":68,"RequestDurationSecs":0.008439891,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}
{ "time": "2025-02-27T18:46:08.307129+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":14846,"QueryId":3916,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":35,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":68,"RequestDurationSecs":0.009026804,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regex&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;\"category\":\s\"AZFWDnsQuery\"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is how props.conf and transforms.conf are configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sourcetype]
TRANSFORMS-null=DropFirewallEvents
	
[DropFirewallEvents]
REGEX=_raw=\"category\":\s\"AZFWDnsQuery\"
DEST_KEY=queue
FORMAT=nullQueue&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be doing wrong here for Splunk to drop every event from this input?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 19:40:42 GMT</pubDate>
    <dc:creator>att35</dc:creator>
    <dc:date>2025-02-27T19:40:42Z</dc:date>
    <item>
      <title>Unable to use nullqueue properly for a Storage Account input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-use-nullqueue-properly-for-a-Storage-Account-input/m-p/712734#M117716</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We are pulling Firewall data from a Storage Account containing several categories. There is one specific category,&amp;nbsp;AZFWDnsQuery which need to be dropped.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested the regex in the search as well as on regex101. It is successfully matching only those specific events with this category.&lt;/P&gt;&lt;P&gt;But once deployed, Splunk starts dropping all events from this input, including for other categories that do not match the regex.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample events&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{ "time": "2025-02-27T18:46:08.307710+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":25208,"QueryId":51787,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":48,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":94,"RequestDurationSecs":0.007257565,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}
{ "time": "2025-02-27T18:46:08.307329+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":62730,"QueryId":16828,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":35,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":68,"RequestDurationSecs":0.012227477,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}
{ "time": "2025-02-27T18:46:08.307262+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":45452,"QueryId":25241,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":35,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":68,"RequestDurationSecs":0.008439891,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}
{ "time": "2025-02-27T18:46:08.307129+00:00", "resourceId": "/SUBSCRIPTIONS/xxxxxx/xxx/Path", "properties": {"SourceIp":"x.x.x.x","SourcePort":14846,"QueryId":3916,"QueryType":"A","QueryClass":"IN","QueryName":"google.com","Protocol":"udp","RequestSize":35,"DnssecOkBit":false,"EDNS0BufferSize":512,"ResponseCode":"NOERROR","ResponseFlags":"qr,rd,ra","ResponseSize":68,"RequestDurationSecs":0.009026804,"ErrorNumber":0,"ErrorMessage":""}, "category": "AZFWDnsQuery"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regex&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;\"category\":\s\"AZFWDnsQuery\"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is how props.conf and transforms.conf are configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sourcetype]
TRANSFORMS-null=DropFirewallEvents
	
[DropFirewallEvents]
REGEX=_raw=\"category\":\s\"AZFWDnsQuery\"
DEST_KEY=queue
FORMAT=nullQueue&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be doing wrong here for Splunk to drop every event from this input?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 19:40:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-use-nullqueue-properly-for-a-Storage-Account-input/m-p/712734#M117716</guid>
      <dc:creator>att35</dc:creator>
      <dc:date>2025-02-27T19:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use nullqueue properly for a Storage Account input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-use-nullqueue-properly-for-a-Storage-Account-input/m-p/712740#M117717</link>
      <description>&lt;P&gt;The REGEX attribute must contain a capturing group, even if it's not used.&amp;nbsp; Also, no need to reference _raw.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[DropFirewallEvents]
REGEX= ("category":\s"AZFWDnsQuery")
DEST_KEY=queue
FORMAT=nullQueue&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 20:26:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-use-nullqueue-properly-for-a-Storage-Account-input/m-p/712740#M117717</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-02-27T20:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use nullqueue properly for a Storage Account input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-use-nullqueue-properly-for-a-Storage-Account-input/m-p/712751#M117718</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 21:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-use-nullqueue-properly-for-a-Storage-Account-input/m-p/712751#M117718</guid>
      <dc:creator>att35</dc:creator>
      <dc:date>2025-02-27T21:38:11Z</dc:date>
    </item>
  </channel>
</rss>

