<?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: Discarding events using TRANSFORMS-null in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261674#M50246</link>
    <description>&lt;P&gt;Yeah, I feel like there's something odd happening here.  Where are you creating your props and transforms?  Could you include them both in their entirety?  &lt;/P&gt;

&lt;P&gt;And you have just the one server acting as the forwarder, indexer and search head?  And all of the config is being done on that server?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2015 19:09:51 GMT</pubDate>
    <dc:creator>maciep</dc:creator>
    <dc:date>2015-10-13T19:09:51Z</dc:date>
    <item>
      <title>Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261667#M50239</link>
      <description>&lt;P&gt;I'm trying to bring in Cisco CDR files for some very basic splunk searches.  The standard CDR format has a header row, then a "datatype" row, then the actual data.  So the first two rows look something like this:&lt;/P&gt;

&lt;P&gt;"cdrRecordType","globalCallID_callManagerId","globalCallID_callId","origLegCallIdentifier","dateTimeOrigination","origNodeId","origSpan","origIpAddr","callingPartyNumber","callingPartyUnicodeLoginUserID","origCause_location","origCause_value","origPrecedenceLevel","origMediaTransportAddress_IP","origMediaTransportAddress_Port","origMediaCap_payloadCapability","origMediaCap_maxFramesPerPacket","origMediaCap_g723BitRate","origVideoCap_Codec","origVideoCap_Bandwidth","origVideoCap_Resolution","origVideoTransportAddress_IP","origVideoTransportAddress_Port","origRSVPAudioStat","origRSVPVideoStat","destLegIdentifier","destNodeId","destSpan","destIpAddr","originalCalledPartyNumber","finalCalledPartyNumber","finalCalledPartyUnicodeLoginUserID","destCause_location","destCause_value","destPrecedenceLevel","destMediaTransportAddress_IP","destMediaTransportAddress_Port","destMediaCap_payloadCapability","destMediaCap_maxFramesPerPacket","destMediaCap_g723BitRate","destVideoCap_Codec","destVideoCap_Bandwidth","destVideoCap_Resolution","destVideoTransportAddress_IP","destVideoTransportAddress_Port","destRSVPAudioStat","destRSVPVideoStat","dateTimeConnect","dateTimeDisconnect","lastRedirectDn","pkid","originalCalledPartyNumberPartition","callingPartyNumberPartition","finalCalledPartyNumberPartition","lastRedirectDnPartition","duration","origDeviceName","destDeviceName","origCallTerminationOnBehalfOf","destCallTerminationOnBehalfOf","origCalledPartyRedirectOnBehalfOf","lastRedirectRedirectOnBehalfOf","origCalledPartyRedirectReason","lastRedirectRedirectReason","destConversationId","globalCallId_ClusterID","joinOnBehalfOf","comment","authCodeDescription","authorizationLevel","clientMatterCode","origDTMFMethod","destDTMFMethod","callSecuredStatus","origConversationId","origMediaCap_Bandwidth","destMediaCap_Bandwidth","authorizationCodeValue","outpulsedCallingPartyNumber","outpulsedCalledPartyNumber","origIpv4v6Addr","destIpv4v6Addr","origVideoCap_Codec_Channel2","origVideoCap_Bandwidth_Channel2","origVideoCap_Resolution_Channel2","origVideoTransportAddress_IP_Channel2","origVideoTransportAddress_Port_Channel2","origVideoChannel_Role_Channel2","destVideoCap_Codec_Channel2","destVideoCap_Bandwidth_Channel2","destVideoCap_Resolution_Channel2","destVideoTransportAddress_IP_Channel2","destVideoTransportAddress_Port_Channel2","destVideoChannel_Role_Channel2","IncomingProtocolID","IncomingProtocolCallRef","OutgoingProtocolID","OutgoingProtocolCallRef","currentRoutingReason","origRoutingReason","lastRedirectingRoutingReason","huntPilotPartition","huntPilotDN","calledPartyPatternUsage","IncomingICID","IncomingOrigIOI","IncomingTermIOI","OutgoingICID","OutgoingOrigIOI","OutgoingTermIOI","outpulsedOriginalCalledPartyNumber","outpulsedLastRedirectingNumber","wasCallQueued","totalWaitTimeInQueue","callingPartyNumber_uri","originalCalledPartyNumber_uri","finalCalledPartyNumber_uri","lastRedirectDn_uri","mobileCallingPartyNumber","finalMobileCalledPartyNumber","origMobileDeviceName","destMobileDeviceName","origMobileCallDuration","destMobileCallDuration","mobileCallType","originalCalledPartyPattern","finalCalledPartyPattern","lastRedirectingPartyPattern","huntPilotPattern"&lt;BR /&gt;
INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(50),VARCHAR(128),INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(64),VARCHAR(64),INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(50),VARCHAR(50),VARCHAR(128),INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(64),VARCHAR(64),INTEGER,INTEGER,VARCHAR(50),UNIQUEIDENTIFIER,VARCHAR(50),VARCHAR(50),VARCHAR(50),VARCHAR(50),INTEGER,VARCHAR(129),VARCHAR(129),INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(50),INTEGER,VARCHAR(2048),VARCHAR(50),INTEGER,VARCHAR(32),INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(32),VARCHAR(50),VARCHAR(50),VARCHAR(64),VARCHAR(64),INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(32),INTEGER,VARCHAR(32),INTEGER,INTEGER,INTEGER,VARCHAR(50),VARCHAR(50),INTEGER,VARCHAR(50),VARCHAR(50),VARCHAR(50),VARCHAR(50),VARCHAR(50),VARCHAR(50),VARCHAR(50),VARCHAR(50),INTEGER,INTEGER,VARCHAR(255),VARCHAR(255),VARCHAR(255),VARCHAR(255),VARCHAR(50),VARCHAR(50),VARCHAR(129),VARCHAR(129),INTEGER,INTEGER,INTEGER,VARCHAR(50),VARCHAR(50),VARCHAR(50),VARCHAR(50)&lt;/P&gt;

&lt;P&gt;I'm trying to discard that second row via the method listed on Splunk's "Route and Filter Data" article, but for some reason it isn't working (which is to say, the second row is being indexed).  I suspect a problem with the regex in transforms.conf, but I'm really not sure.  Here's what the relevant config files look like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Inputs.conf:
[monitor://C:\Cisco_CDR\*\cdr*]
disabled = false
host_segment = 2
index = cisco_cdr
sourcetype = CiscoCDR

transforms.conf:
[setnull]
REGEX = ^INTEGER.*
DEST_KEY = queue
FORMAT = nullQueue

props.conf:
[CiscoCDR]
HEADER_FIELD_LINE_NUMBER = 1
INDEXED_EXTRACTIONS = csv
KV_MODE = none
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
TIMESTAMP_FIELDS = dateTimeOrigination
TIME_FORMAT = %s
category = Structured
description = Cisco Call Detail Record format
disabled = false
pulldown_type = true

[source::C:\Cisco_CDR\*\cdr*]

TRANSFORMS-null = setnull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:29:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261667#M50239</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2020-09-29T07:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261668#M50240</link>
      <description>&lt;P&gt;Try this in transforms.conf. Also I'm hoping the props and transforms.conf files are on Indexer/Heavy forwarder and you restart when they are changed.&lt;/P&gt;

&lt;P&gt;transforms.conf:&lt;BR /&gt;
 [setnull]&lt;BR /&gt;
 REGEX = INTEGER,INTEGER&lt;BR /&gt;
 DEST_KEY = queue&lt;BR /&gt;
 FORMAT = nullQueue&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 21:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261668#M50240</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-10-08T21:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261669#M50241</link>
      <description>&lt;P&gt;Thanks for the suggestion.  I just tried this, but unfortunately the result was no different.&lt;/P&gt;

&lt;P&gt;I'm doing the work on a single-server test instance, and between each test I'm stopping Splunk, cleaning the index, and starting it back up again.&lt;/P&gt;

&lt;P&gt;Do you know if it's possible to see when a given transforms.conf stanza is being invoked?&lt;/P&gt;

&lt;P&gt;Not sure if it helps, but here's part of the output when I run &amp;gt;splunk cmd btool transforms list&lt;/P&gt;

&lt;P&gt;.....&lt;BR /&gt;
    [setnull]&lt;BR /&gt;
    CAN_OPTIMIZE = True&lt;BR /&gt;
    CLEAN_KEYS = True&lt;BR /&gt;
    DEFAULT_VALUE = &lt;BR /&gt;
    DEST_KEY = queue&lt;BR /&gt;
    FORMAT = nullQueue&lt;BR /&gt;
    KEEP_EMPTY_VALS = False&lt;BR /&gt;
    LOOKAHEAD = 4096&lt;BR /&gt;
    MV_ADD = False&lt;BR /&gt;
    REGEX = INTEGER,INTEGER&lt;BR /&gt;
    SOURCE_KEY = _raw&lt;BR /&gt;
    WRITE_META = False&lt;BR /&gt;
.....&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:30:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261669#M50241</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2020-09-29T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261670#M50242</link>
      <description>&lt;P&gt;I think your regex is probably fine.  And I'm assuming once indexed you verified that the line break works - meaning, the entire second row is one event?&lt;/P&gt;

&lt;P&gt;If so, I'm guessing you're never getting to the stanza in transforms.  And I'm wondering if it's because you need to double up on your backslashes in your source stanza. This is from the props.conf spec file on docs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**Considerations for Windows file paths:**

When you specify Windows-based file paths as part of a [source::&amp;lt;source&amp;gt;]
stanza, you must escape any backslashes contained within the specified file
path.

Example: [source::c:\\path_to\\file.txt]

**[&amp;lt;spec&amp;gt;] stanza patterns:**
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And you could also probably just call your transforms from the sourcetype stanza too.  Not sure if you needed to call it in a source stanza or if that was just from following the docs article you referenced.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 00:13:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261670#M50242</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2015-10-10T00:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261671#M50243</link>
      <description>&lt;P&gt;Oh, I didn't know it could be part of the sourcetype stanza.  I tried that, too - but still no luck.&lt;/P&gt;

&lt;P&gt;In short:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Confirmed that the event line breaks are working properly - the entire second row is in one event.&lt;/LI&gt;
&lt;LI&gt;Modified props.conf to look like this:&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;[CiscoCDR]&lt;BR /&gt;
HEADER_FIELD_LINE_NUMBER = 1&lt;BR /&gt;
INDEXED_EXTRACTIONS = csv&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TIMESTAMP_FIELDS = dateTimeOrigination&lt;BR /&gt;
TIME_FORMAT = %s&lt;BR /&gt;
category = Structured&lt;BR /&gt;
description = Cisco Call Detail Record format&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;BR /&gt;
TRANSFORMS-null = setnull&lt;/P&gt;

&lt;P&gt;Stopped splunk, cleaned the index, and started it.  The second row is still getting indexed.  Also tried escaping the backslashes, as you suggested - no difference.  It leads me to believe that there may be something wrong with my regex after all, although it checks out just fine on regexr.  I've tried the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;REGEX = ^INTEGER.*
REGEX = INTEGER,INTEGER
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(separately, of course)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:33:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261671#M50243</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2020-09-29T07:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261672#M50244</link>
      <description>&lt;P&gt;So if you're still in the testing phase, maybe set REGEX to "." (no quotes).  If everything gets discarded, then at least we know we made it to the stanza and it sent info to the null queue as expected.  If not, then either the stanza in transforms is wrong or we never get there.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 15:39:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261672#M50244</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2015-10-13T15:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261673#M50245</link>
      <description>&lt;P&gt;Good suggestion.  Just tried that - it's not working, either (all events are still being indexed).  Now, I know that the file is being parsed, because I accidentally used REGEX = * instead of REGEX = . the first time, and the configuration file check threw an error at startup.&lt;/P&gt;

&lt;P&gt;Interesting, and perhaps related - I was also working to add a lookup stanza into transforms.conf.  Here's the stanza:&lt;BR /&gt;
[CDRCauseCodeLookup]&lt;BR /&gt;
filename=causecodes.csv&lt;/P&gt;

&lt;P&gt;And then in props, under the sourcetype definition:&lt;BR /&gt;
lookup_table = CDRCauseCodeLookup cause_code AS destCause_value OUTPUT cause_description AS destCause_description&lt;/P&gt;

&lt;P&gt;But when I restarted and launched the search, I got "The lookup table CDRCauseCodeLookup does not exist".&lt;/P&gt;

&lt;P&gt;On a hunch, I rewrote my props.conf line as:&lt;BR /&gt;
lookup_table = causecodes.csv cause_code AS destCause_value OUTPUT cause_description AS destCause_description&lt;/P&gt;

&lt;P&gt;And it works.  Could there be a similar issue with the [setnull] stanza?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261673#M50245</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2020-09-29T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261674#M50246</link>
      <description>&lt;P&gt;Yeah, I feel like there's something odd happening here.  Where are you creating your props and transforms?  Could you include them both in their entirety?  &lt;/P&gt;

&lt;P&gt;And you have just the one server acting as the forwarder, indexer and search head?  And all of the config is being done on that server?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261674#M50246</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2015-10-13T19:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261675#M50247</link>
      <description>&lt;P&gt;They're being done in a custom app, so %SPLUNK_HOME%\etc\apps\MyApp\local.  My "test box" is my laptop, so all roles are running on the same machine.  I figured I'd get it working in that simple configuration before I figure out how to properly deploy it to our production environment via the deployment server.&lt;/P&gt;

&lt;P&gt;Here's the full text of the files in local.&lt;/P&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue

[CDRCauseCodeLookup]
filename=causecodes.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [CiscoCDR]
    HEADER_FIELD_LINE_NUMBER = 1
    INDEXED_EXTRACTIONS = csv
    KV_MODE = none
    NO_BINARY_CHECK = true
    SHOULD_LINEMERGE = false
    TIMESTAMP_FIELDS = dateTimeOrigination
    TIME_FORMAT = %s
    category = Structured
    description = Cisco Call Detail Record format
    disabled = false
    pulldown_type = true
    EVAL-dateTimeConnect = if(dateTimeConnect=0,null,strftime(dateTimeConnect,"%m/%d/%y %H:%M:%S"))
    EVAL-dateTimeOrigination =  if(dateTimeOrigination=0,null,strftime(dateTimeOrigination,"%m/%d/%y %H:%M:%S"))
    eval-dateTimeDisconnect = if(dateTimeDisconnect=0,null,strftime(dateTimeDisconnect,"%m/%d/%y %H:%M:%S"))
    lookup_destCause = causecodes.csv cause_code AS destCause_value OUTPUT cause_description AS destCause_description
    lookup_origCause = causecodes.csv cause_code AS origCause_value OUTPUT cause_description AS origCause_description
    TRANSFORMS-null = setnull

inputs.conf:
    [monitor://C:\Cisco_CDR\*\cdr*]
    disabled = false
    host_segment = 2
    index = cisco_cdr
    sourcetype = CiscoCDR
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There's also an app.conf file, but it seems to be pretty much empty:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ui]

[launcher]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:42:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261675#M50247</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2015-10-13T19:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261676#M50248</link>
      <description>&lt;P&gt;That inputs.conf is a separate file of course, but the formatting buggered up on me.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:44:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261676#M50248</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2015-10-13T19:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261677#M50249</link>
      <description>&lt;P&gt;Nothing is jumping out at me here.  Just to verify, you're lookups and evals from props actually work - you see them working in the web?&lt;/P&gt;

&lt;P&gt;What if you run btool for just those stanzas in transforms?&lt;/P&gt;

&lt;P&gt;splunk btool transforms list setnull --debug&lt;/P&gt;

&lt;P&gt;It might be worth just trying to create a new transforms.conf and typing everything in again.  I know that's a long shot, but why not at this point.  &lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 14:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261677#M50249</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2015-10-14T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261678#M50250</link>
      <description>&lt;P&gt;Yep, the props work as they should, and so do the lookups.&lt;/P&gt;

&lt;P&gt;Here's the btool output.  I recreated the file from scratch, and the btool output was an exact match:&lt;BR /&gt;
    c:\Program Files\Splunk\etc\apps\CiscoCDR\local\transforms.conf [setnull]&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              CAN_OPTIMIZE = True&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              CLEAN_KEYS = True&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              DEFAULT_VALUE = &lt;BR /&gt;
    c:\Program Files\Splunk\etc\apps\CiscoCDR\local\transforms.conf DEST_KEY = queue&lt;BR /&gt;
    c:\Program Files\Splunk\etc\apps\CiscoCDR\local\transforms.conf FORMAT = nullQueue&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              KEEP_EMPTY_VALS = False&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              LOOKAHEAD = 4096&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              MV_ADD = False&lt;BR /&gt;
    c:\Program Files\Splunk\etc\apps\CiscoCDR\local\transforms.conf REGEX = .&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              SOURCE_KEY = _raw&lt;BR /&gt;
    c:\Program Files\Splunk\etc\system\default\transforms.conf              WRITE_META = False&lt;/P&gt;

&lt;P&gt;Is this the kind of thing that support would look at?  We do have an enterprise support contract, and it seems that you've helped make sure that the code is correct, and that this is looking more and more like a feature isn't working as designed.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261678#M50250</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2020-09-29T07:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261679#M50251</link>
      <description>&lt;P&gt;yep, support would be able to help with that.  That's probably the right place to go now.&lt;/P&gt;

&lt;P&gt;Once you get this resolved, just be sure to update this question with the final answer.  &lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 16:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261679#M50251</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2015-10-14T16:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261680#M50252</link>
      <description>&lt;P&gt;Alright, thanks for your help maciep!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261680#M50252</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2015-10-14T20:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261681#M50253</link>
      <description>&lt;P&gt;Well, this is pretty silly.  Despite the fact that I had manually deleted and recreated the transforms.conf file more than once, the ACL on the file did not have an entry for "Local System".  Splunk wasn't parsing the file at all.&lt;/P&gt;

&lt;P&gt;I was thrown off by the fact that the btool diagnostics looked OK, but they were running under the context of my own user account (which was in the ACL).&lt;/P&gt;

&lt;P&gt;Thanks to everyone for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 18:23:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261681#M50253</guid>
      <dc:creator>AaronAltonKinro</dc:creator>
      <dc:date>2015-10-26T18:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Discarding events using TRANSFORMS-null</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261682#M50254</link>
      <description>&lt;P&gt;Glad you were able to resolve and glad it was something silly...thanks for following up!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:15:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discarding-events-using-TRANSFORMS-null/m-p/261682#M50254</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2015-10-28T14:15:19Z</dc:date>
    </item>
  </channel>
</rss>

