<?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: sending specific events to nullqueue using props &amp;amp;amp; transforms in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660834#M111711</link>
    <description>&lt;P&gt;i dont have any HF in my environment, so i kept it as custom app on cloud indexers.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 10:36:05 GMT</pubDate>
    <dc:creator>Sid</dc:creator>
    <dc:date>2023-10-16T10:36:05Z</dc:date>
    <item>
      <title>sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660688#M111685</link>
      <description>&lt;P&gt;I am trying to setup props &amp;amp; transforms to send DEBUG events to null queue&lt;BR /&gt;i tried below regex but that doesnt seem to work&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Transofrms.conf-

[setnull]
REGEX = .+(DEBUG...).+$
DEST_KEY = queue
FORMAT = nullQueue
props.conf-
[sourcetype::risktrac_log]
TRANSFORMS-null=setnull&lt;/LI-CODE&gt;
&lt;P&gt;I used&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;REGEX=\[\d{2}\/\d{2}\/\d{2}\s\d{2}:\d{2}:\d{2}:\d{3}\sEDT]\s+DEBUG\s.*&lt;/LI-CODE&gt;
&lt;P&gt;as well but that too doesnt drop DEBUG messages&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i just tried DEBUG in regex too, no help, can someone help me here please?&lt;/P&gt;
&lt;P&gt;sample event-&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;[10/13/23 03:46:48:551 EDT] DEBUG DocumentCleanup.run 117 : /_documents document cleanup complete.&lt;/STRONG&gt;&lt;BR /&gt;how does REGEX pick the pattern ? i can see both the REGEX are able to match whole event.&lt;/P&gt;
&lt;P&gt;we cant turn DEBUG off for the application&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 15:59:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660688#M111685</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-13T15:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660689#M111686</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257056"&gt;@Sid&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first, if you use sourcetype in te stanza header, you don't need to specify sourcetype:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[risktrac_log]
TRANSFORMS-null=setnull&lt;/LI-CODE&gt;&lt;P&gt;then use an easier regex:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[setnull]
REGEX = DEBUG
DEST_KEY = queue
FORMAT = nullQueue&lt;/LI-CODE&gt;&lt;P&gt;At least, where do you located these conf files?&lt;/P&gt;&lt;P&gt;they must be in the first full Splunk instance that the logs passing through, in other words on the first Heavy Forwarders or, if not present, on the Indexers, not on the Universal Forwarders.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 15:59:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660689#M111686</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-13T15:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660694#M111687</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;thank you,&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;yes i am keeping it on the indexer.&lt;/P&gt;&lt;P&gt;regarding that a quick query , its a cloud environment(classic) &amp;amp; i am keeping props&amp;amp;transforms on the splunk cloud indexers , if we drop these events from splunkcloud indxers using props&amp;amp;tranforms would it still count against SVCs? I am asking this because the null queue would happen after parsing so the processing is happening.&lt;BR /&gt;in on-prem as far as i know it wont count against licensing because indexing wont happen, how does it work in splunkcloud&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 17:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660694#M111687</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-13T17:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660762#M111704</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257056"&gt;@Sid&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when I usieSplunk Cloud, I usually have one or two Heavy Forwarders on premise that I use to concentrate all the logs from my on-premise infratructure, so I can apply the configurations to these HFs.&lt;/P&gt;&lt;P&gt;If you haven't an on-premise HF directly sending logs to Splunk Cloud, you have to upload these two conf files in an Add-On.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 05:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660762#M111704</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-14T05:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660767#M111705</link>
      <description>&lt;P&gt;There are two types of licensing for the Cloud.&lt;/P&gt;&lt;P&gt;One is ingest pricing where you play for the amount of data which gets indexed. In this model if you drop events before indexing they don't get written to the index so they don't count against your license.&lt;/P&gt;&lt;P&gt;Another model is workload licensing where you pay for the "computing power" for processing your data and allocated storage. In this case dropping events will not affect license usage directly.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 07:10:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660767#M111705</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-14T07:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660832#M111709</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;its not dropping those DEBUG ones&lt;/P&gt;&lt;P&gt;props-&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[risktrac_log]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LINE_BREAKER&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;([\r\n]+)\[\d{&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;}.\d{&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;}.\d{&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;}.\d{&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;}.\d{&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;}.\d{&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;}.\d+.\w+&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;35&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SHOULD_LINEMERGE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TIME_PREFIX&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;^&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRUNCATE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;99999&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pulldown_type&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRANSFORMS-&lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;setnull&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;transforms-&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[setnull]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;REGEX&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;DEBUG&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DEST_KEY&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;queue&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;nullQueue&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:21:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660832#M111709</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-16T10:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660833#M111710</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257056"&gt;@Sid&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;where did you located conf files: on Splunk Cloud or on on-premise systems?&lt;/P&gt;&lt;P&gt;As I said, they must be located on the first full Splunk instance that data pass through.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660833#M111710</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-16T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660834#M111711</link>
      <description>&lt;P&gt;i dont have any HF in my environment, so i kept it as custom app on cloud indexers.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660834#M111711</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-16T10:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660838#M111712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257056"&gt;@Sid&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;how are you taking these logs, from a Universal Forwarder?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660838#M111712</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-16T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660840#M111713</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;yes UFs&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660840#M111713</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-16T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660841#M111714</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257056"&gt;@Sid&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;how did you passed the two conf files to Splunk Cloud?&lt;/P&gt;&lt;P&gt;The conf files are correct.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660841#M111714</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-16T10:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660844#M111715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;created the add-on using addon builder and uploaded it on splunkcloud SH.&lt;/P&gt;&lt;P&gt;in classic experience it is deployed on the indexers as well.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 11:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660844#M111715</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-16T11:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660858#M111719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257056"&gt;@Sid&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm not sure that uploading an app in Splunk Cloud it's located in the Indexers.&lt;/P&gt;&lt;P&gt;Opena a case to Splunk Support for this.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660858#M111719</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-16T12:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660866#M111721</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;it does , we are doing indexer level props &amp;amp; trasnforms for other sourcetypes as well &amp;amp; it is working fine.&amp;nbsp;&lt;BR /&gt;document also says the same&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/9.0.2305/Admin/PrivateApps#Install_a_private_app_on_Classic_Experience" target="_blank"&gt;Manage private apps on your Splunk Cloud Platform deployment - Splunk Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"&lt;SPAN&gt;When you install an app using self-service app installation on Classic Experience, the app is automatically installed on all regular search heads and search head cluster members across your deployment. The app is also installed on indexers&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660866#M111721</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-16T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660897#M111723</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257056"&gt;@Sid&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;open a Case to Splunk Support, to be sure.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 16:04:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660897#M111723</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-16T16:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660986#M111745</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;it was setnull stanza which was being used by another app and was taking precedence over this one that is why it was not taken into consideration .&lt;/P&gt;&lt;P&gt;i changed the setnull stanza in tranforms to a more meaningful &amp;amp; unique name and that worked ..&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 09:44:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660986#M111745</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-17T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660989#M111746</link>
      <description>&lt;P&gt;Lessons learned:&lt;/P&gt;&lt;P&gt;1) Use btool (or REST in case of Cloud) to see effective config.&lt;/P&gt;&lt;P&gt;2) Use unique naming schema in order not to accidentally clash with settings from other chunks of config.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 10:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660989#M111746</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-17T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660990#M111747</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;how would you use REST in splunkcloud indexers? isnt it restricted to SH only&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 10:36:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/660990#M111747</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-17T10:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific events to nullqueue using props &amp;amp; transforms</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/661000#M111750</link>
      <description>&lt;P&gt;True. But the same app is getting pushed to indexers and to SHs so your REST querying for transform definition should return the same result instead of whether it's called against SH or idx.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:52:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-specific-events-to-nullqueue-using-props-amp-amp/m-p/661000#M111750</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-17T11:52:16Z</dc:date>
    </item>
  </channel>
</rss>

