<?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 Send the logs level info to null queue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671593#M112564</link>
    <description>&lt;P&gt;Hi, I am trying to ignore the logs that have level info and want to send them to null queue:&lt;/P&gt;&lt;P&gt;example logs (not including the befor eand after pattern of the logs but its a json format and this is one of the fields):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;level&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;info&lt;/SPAN&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried below and it does not work, can someone help if this is correct or is there another way, the below is in heavy forwarder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;props:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[abc]&lt;BR /&gt;TRANSFORMS-null = infonull&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;transforms&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[infonull]&lt;BR /&gt;SOURCE_KEY = level&lt;BR /&gt;REGEX = info&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 15:22:00 GMT</pubDate>
    <dc:creator>abhi04</dc:creator>
    <dc:date>2023-12-12T15:22:00Z</dc:date>
    <item>
      <title>Send the logs level info to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671593#M112564</link>
      <description>&lt;P&gt;Hi, I am trying to ignore the logs that have level info and want to send them to null queue:&lt;/P&gt;&lt;P&gt;example logs (not including the befor eand after pattern of the logs but its a json format and this is one of the fields):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;level&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;info&lt;/SPAN&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried below and it does not work, can someone help if this is correct or is there another way, the below is in heavy forwarder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;props:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[abc]&lt;BR /&gt;TRANSFORMS-null = infonull&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;transforms&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[infonull]&lt;BR /&gt;SOURCE_KEY = level&lt;BR /&gt;REGEX = info&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 15:22:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671593#M112564</guid>
      <dc:creator>abhi04</dc:creator>
      <dc:date>2023-12-12T15:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Send the logs level info to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671595#M112565</link>
      <description>&lt;P&gt;Sample example logs:&lt;/P&gt;&lt;P&gt;{"timestamp":"2023-12-12T15:27:22.890Z","shortmessage":"(abc): def ghi","level":"info","source":"xyz,"file":"/home/abc/def.txt","line":144}&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 15:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671595#M112565</guid>
      <dc:creator>abhi04</dc:creator>
      <dc:date>2023-12-12T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Send the logs level info to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671609#M112568</link>
      <description>&lt;P&gt;"level" is not a valid value for SOURCE_KEY.&amp;nbsp; Try _raw, instead.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[infonull]
SOURCE_KEY = _raw
REGEX = "level":"info"
DEST_KEY = queue
FORMAT = nullQueue&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:17:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671609#M112568</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-12T16:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Send the logs level info to null queue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671624#M112575</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;</description>
      <pubDate>Tue, 12 Dec 2023 17:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-the-logs-level-info-to-null-queue/m-p/671624#M112575</guid>
      <dc:creator>abhi04</dc:creator>
      <dc:date>2023-12-12T17:25:37Z</dc:date>
    </item>
  </channel>
</rss>

