<?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 Nullqueue not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513068#M86997</link>
    <description>&lt;P&gt;Here is a link the dataset and the regex.&amp;nbsp; It is working on regexr but not in transforms.conf.&amp;nbsp; I have tested by using . as my regex and it then sends all logs to the nullqueue so I know the stanzas are correct, it's a problem with the regex and I have not been able to figure it out.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://regexr.com/59qu2" target="_blank"&gt;https://regexr.com/59qu2&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here are my stanzas from props.conf and transforms.conf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;[cs_replicator]&lt;BR /&gt;TRANSFORMS-CS = EliminateCS2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transforms.conf&lt;BR /&gt;[EliminateCS2]&lt;BR /&gt;REGEX = (?:{"ScreenshotsTakenCount".*|{"ProcessCreateFlags").*&lt;BR /&gt;DEST_Key = queue&lt;BR /&gt;FORMAT = nullQueue&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2020 18:08:38 GMT</pubDate>
    <dc:creator>byeb1264</dc:creator>
    <dc:date>2020-08-07T18:08:38Z</dc:date>
    <item>
      <title>Nullqueue not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513068#M86997</link>
      <description>&lt;P&gt;Here is a link the dataset and the regex.&amp;nbsp; It is working on regexr but not in transforms.conf.&amp;nbsp; I have tested by using . as my regex and it then sends all logs to the nullqueue so I know the stanzas are correct, it's a problem with the regex and I have not been able to figure it out.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://regexr.com/59qu2" target="_blank"&gt;https://regexr.com/59qu2&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here are my stanzas from props.conf and transforms.conf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;[cs_replicator]&lt;BR /&gt;TRANSFORMS-CS = EliminateCS2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transforms.conf&lt;BR /&gt;[EliminateCS2]&lt;BR /&gt;REGEX = (?:{"ScreenshotsTakenCount".*|{"ProcessCreateFlags").*&lt;BR /&gt;DEST_Key = queue&lt;BR /&gt;FORMAT = nullQueue&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 18:08:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513068#M86997</guid>
      <dc:creator>byeb1264</dc:creator>
      <dc:date>2020-08-07T18:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nullqueue not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513070#M86998</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Transforms.conf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[EliminateCS2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;REGEX = ScreenshotsTakenCount|ProcessCreateFlags&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DEST_Key = queue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FORMAT = nullQueue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is enough.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 18:27:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513070#M86998</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-07T18:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nullqueue not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513076#M86999</link>
      <description>&lt;P&gt;Thank you for the response.&amp;nbsp; That regex is not working either.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 18:45:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513076#M86999</guid>
      <dc:creator>byeb1264</dc:creator>
      <dc:date>2020-08-07T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nullqueue not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513081#M87000</link>
      <description>&lt;P&gt;[nullqueue_json]&lt;BR /&gt;KV_MODE = json&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;category = Structured&lt;BR /&gt;description = JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="_blank"&gt;http://json.org/&lt;/A&gt;&lt;BR /&gt;disabled = false&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;TIME_PREFIX = timestamp\":\"&lt;BR /&gt;TRANSFORMS-CS = nullqueue_json&lt;BR /&gt;&lt;BR /&gt;my test setting.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INDEXED_EXTRACTIONS=json&lt;/STRONG&gt;&amp;nbsp;interferes with &lt;STRONG&gt;nullqueue&lt;/STRONG&gt;.&lt;BR /&gt;try &lt;STRONG&gt;KV_MODE=json&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 19:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513081#M87000</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-07T19:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nullqueue not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513095#M87003</link>
      <description>&lt;P&gt;Thanks for the info.&amp;nbsp; I am making progress but not quite there yet.&amp;nbsp; I think the problem is with the line breaking.&amp;nbsp; The events are being being separated properly which is causing the regex to fail.&lt;BR /&gt;&lt;BR /&gt;I am guessing that I just need the proper line_breaker regex and I will be good.&amp;nbsp; The end of line character in the json logs is }&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I thought I could just use that as my line breaker but it's not working properly.&amp;nbsp; I have tried the line breaks below.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;LINE_BREAKER = }&lt;BR /&gt;&lt;SPAN&gt;LINE_BREAKER = ([\r\n]+)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 20:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513095#M87003</guid>
      <dc:creator>byeb1264</dc:creator>
      <dc:date>2020-08-07T20:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Nullqueue not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513112#M87007</link>
      <description>&lt;P&gt;LINE_BREAKER = (){&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 23:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513112#M87007</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-07T23:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nullqueue not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513556#M87086</link>
      <description>&lt;P&gt;So now I have the line break and stanza correct as the events are finally being broken properly.&amp;nbsp; The regex to send some of the events to nullqueue is still failing.&amp;nbsp; I will post a sample of an event I want to go to nullqueu and see if anyone knows a regex that will catch the event and send it to nullqueue.&amp;nbsp; I will also re-post my current stanzas.&lt;BR /&gt;&lt;BR /&gt;props.conf&lt;/P&gt;&lt;P&gt;[cs_replicator]&lt;BR /&gt;TRANSFORMS-CS = EliminateCS2&lt;BR /&gt;TRANSFORMS-CS = EliminateCS1&lt;BR /&gt;KV_MODE = json&lt;BR /&gt;LINE_BREAKER = (){&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;NO_BINARY_CHECK = false&lt;BR /&gt;category = Structured&lt;BR /&gt;description = JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="_blank"&gt;http://json.org/&lt;/A&gt;&lt;BR /&gt;disabled = false&lt;BR /&gt;TIME_PREFIX="timestamp":"&lt;BR /&gt;TIME_FORMAT = %s%3N TZ=UTC&lt;BR /&gt;pulldown_type = 1&lt;/P&gt;&lt;P&gt;transforms.conf&lt;/P&gt;&lt;P&gt;[EliminateCS1]&lt;BR /&gt;REGEX = event_simpleName!=EndOfProcess&lt;BR /&gt;DEST_Key = queue&lt;BR /&gt;FORMAT = nullQueue&lt;/P&gt;&lt;P&gt;[EliminateCS2]&lt;BR /&gt;REGEX = event_simpleName!=ProcessRollup2&lt;BR /&gt;DEST_Key = queue&lt;BR /&gt;FORMAT = nullQueue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample raw event:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"ProcessCreateFlags":"67109888","IntegrityLevel":"16384","ParentProcessId":"33794688676116","SourceProcessId":"33794688676116","aip":"97.78.178.74","SHA1HashData":"0000000000000000000000000000000000000000","UserSid":"S-1-5-18","event_platform":"Win","TokenType":"1","ProcessEndTime":"","ParentBaseFileName":"btool.exe","ImageSubsystem":"3","id":"c3385391-dbc9-11ea-a5c6-0266311e7407","EffectiveTransmissionClass":"3","SessionId":"0","Tags":"27, 29, 40, 53, 54, 12094627905582","timestamp":"1597147019837","event_simpleName":"ProcessRollup2","RawProcessId":"6140","ConfigStateHash":"2029599784","MD5HashData":"1d5d767be226372deafbc19e716951e5","SHA256HashData":"ca3799b190ffd79c910dc0a4395b5b1fc6dacbfc2b8dbf65328d2a5ca09dec5a","ProcessSxsFlags":"64","AuthenticationId":"999","ConfigBuild":"1007.3.0011406.1","WindowFlags":"384","CommandLine":"\"E:\\Program Files\\Splunk\\bin\\SplunkD.EXE\" btool web list","ParentAuthenticationId":"999","TargetProcessId":"33794689225796","ImageFileName":"\\Device\\HarddiskVolume3\\Program Files\\Splunk\\bin\\splunkd.exe","SourceThreadId":"439906675541924","Entitlements":"15","name":"ProcessRollup2V17","ProcessStartTime":"1597147019.397","ProcessParameterFlags":"24577","aid":"8abeeb6f90da4cf3abc45b5d6fdd79cf","cid":"0396954fdb9e4990ac33e9deb40e211b"}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Aug 2020 12:09:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nullqueue-not-working/m-p/513556#M87086</guid>
      <dc:creator>byeb1264</dc:creator>
      <dc:date>2020-08-11T12:09:30Z</dc:date>
    </item>
  </channel>
</rss>

