<?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: How to send events to the nullQueue on indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205572#M40581</link>
    <description>&lt;P&gt;This what was done on Production.  On my Local Installation, previously the forwarder had all the details except the transform, but I changed it to the below but that still worked Locally.&lt;/P&gt;

&lt;P&gt;The input in coming from TCP (from the forwarder).&lt;/P&gt;

&lt;P&gt;For Production, the below is applied to both the indexer and the forwarder:&lt;/P&gt;

&lt;P&gt;[oracle:oag:trc]&lt;BR /&gt;
TIME_PREFIX=^(ERROR|DEBUG|INFO|DATA|FATAL)\s+&lt;BR /&gt;
TIME_FORMAT=%d/%b/%Y:%H:%M:%S.%3N&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=35&lt;BR /&gt;
SHOULD_LINEMERGE=True&lt;BR /&gt;
BREAK_ONLY_BEFORE=^(ERROR|DEBUG|INFO|DATA|FATAL)&lt;BR /&gt;
TRUNCATE=999999&lt;BR /&gt;
TRANSFORMS-nullqueue-oag=nullqueue-oag-filter&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:14:14 GMT</pubDate>
    <dc:creator>dingesbr</dc:creator>
    <dc:date>2020-09-29T07:14:14Z</dc:date>
    <item>
      <title>How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205566#M40575</link>
      <description>&lt;P&gt;The strange thing is that I can send events to the nullQueue on my Local installation of Enterprise Splunk (6.2.2.5).  Using the same app I created on the indexer for my Local Installation, I tried to use on our Production installation of Enterprise Splunk (6.2.2.2), and it did not work.  The source type is a custom one we create on the forwarder, &lt;CODE&gt;oracle:oag:trc&lt;/CODE&gt;, for the trace files.&lt;/P&gt;

&lt;P&gt;Am I allowed to create an app on the Splunk Indexer that will send the events to the nullQueue?  If, not, where is the correct place to put the "props.conf" and "transforms.conf" files so that the indexer will pick up the transforms during Indexing/Parsing?&lt;/P&gt;

&lt;P&gt;My Local Topology is:  Universal Forwarder =&amp;gt; Splunk Instance&lt;/P&gt;

&lt;P&gt;My Production Topology is: Universal Forwarder =&amp;gt; Splunk Indexer/Deployer =&amp;gt; Search Head&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[oracle:oag:trc]
TRANSFORMS-nullqueue-oag=nullqueue-oag-filter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullqueue-oag-filter]
REGEX=^ERROR[\s\S]{0,100}(\bCardinality violation\b|\berror handling connection: peer disconnected unexpectedly\b)
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Sep 2015 23:44:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205566#M40575</guid>
      <dc:creator>dingesbr</dc:creator>
      <dc:date>2015-09-04T23:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205567#M40576</link>
      <description>&lt;P&gt;You need to bounce the Splunk instances on all the Indexers and then it should work.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2015 03:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205567#M40576</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-09-05T03:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205568#M40577</link>
      <description>&lt;P&gt;+Woodcock&lt;/P&gt;

&lt;P&gt;Thanks for the reply.  The indexer(s) were restarted but did not resolve the issue.&lt;/P&gt;

&lt;P&gt;We ran the following command to verify that the transform was loaded:&lt;BR /&gt;
&lt;STRONG&gt;splunk cmd btool transforms list --debug&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;It showed up in the list of transforms.&lt;/P&gt;

&lt;P&gt;Any other ideas come to mind?  I appreciate your help!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205568#M40577</guid>
      <dc:creator>dingesbr</dc:creator>
      <dc:date>2015-09-08T18:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205569#M40578</link>
      <description>&lt;P&gt;Can you provide some sample events which you want to filter (to ensure the REGEX is correct)?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:46:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205569#M40578</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-08T18:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205570#M40579</link>
      <description>&lt;P&gt;+somesoni2&lt;BR /&gt;
Sure, thanks.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Event 1:&lt;/STRONG&gt;&lt;BR /&gt;
ERROR   26/Aug/2015:23:59:59.655 [b2db7700] java exception: &lt;BR /&gt;
com.vordel.es.EntityStoreException: Cardinality violation - field [timezoneAware] should have 1 values&lt;BR /&gt;
    at com.vordel.es.Field.checkCardinality(Field.java:232)&lt;BR /&gt;
    at com.vordel.es.Field.setValues(Field.java:147)&lt;BR /&gt;
    at com.vordel.store.util.env.EnvExpandEntity.expandField(EnvExpandEntity.java:112)&lt;BR /&gt;
    at com.vordel.store.util.env.EnvExpandEntity.&lt;INIT&gt;(EnvExpandEntity.java:39)&lt;BR /&gt;
    at com.vordel.store.util.env.EnvExpandEntityStore.getEntity(EnvExpandEntityStore.java:119)&lt;BR /&gt;
    at com.vordel.es.util.ShorthandKeyFinder$SingleEntityPF.end(ShorthandKeyFinder.java:155)&lt;BR /&gt;
    at com.vordel.es.util.ShorthandKeyFinder$PartFinder.process(ShorthandKeyFinder.java:91)&lt;BR /&gt;
    at com.vordel.es.util.ShorthandKeyFinder$SingleEntityPF.process(ShorthandKeyFinder.java:119)&lt;BR /&gt;
    at com.vordel.es.util.ShorthandKeyFinder.getEntity(ShorthandKeyFinder.java:262)&lt;BR /&gt;
    at com.vordel.es.util.ShorthandKeyFinder.getEntity(ShorthandKeyFinder.java:248)&lt;BR /&gt;
    at com.vordel.common.db.DbConnectionCache.getConnection(DbConnectionCache.java:49)&lt;BR /&gt;
    at com.vordel.common.db.JDBCDataSource.getConnection(JDBCDataSource.java:50)&lt;BR /&gt;
    at org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:110)&lt;BR /&gt;
    at org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:87)&lt;BR /&gt;
    at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.connectInternal(JDBCStoreManager.java:982)&lt;BR /&gt;
    at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.connect(JDBCStoreManager.java:967)&lt;BR /&gt;
    at org.apache.openjpa.jdbc.kernel.JDBCStoreManager.getConnection(JDBCStoreManager.java:240)&lt;BR /&gt;
    at org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQuery$PreparedSQLExecutor.executeQuery(PreparedSQLStoreQuery.java:104)&lt;BR /&gt;
    at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1005)&lt;BR /&gt;
    at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:863)&lt;BR /&gt;
    at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:794)&lt;BR /&gt;
    at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:542)&lt;BR /&gt;
    at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:286)&lt;BR /&gt;
    at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:302)&lt;BR /&gt;
    at com.vordel.circuit.oauth.persistence.JpaAccessTokenStore.removeExpiredTokens(JpaAccessTokenStore.java:621)&lt;BR /&gt;
    at com.vordel.circuit.oauth.persistence.SynchronizedTokenStore.removeExpiredTokens(SynchronizedTokenStore.java:173)&lt;BR /&gt;
    at com.vordel.circuit.oauth.persistence.OauthLoadableCache$2.run(OauthLoadableCache.java:84)&lt;BR /&gt;
    at java.util.TimerThread.mainLoop(Timer.java:555)&lt;BR /&gt;
    at java.util.TimerThread.run(Timer.java:505)&lt;/INIT&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Event 2:&lt;/STRONG&gt;&lt;BR /&gt;
ERROR   25/Aug/2015:18:02:33.449 [94754700] error handling connection: peer disconnected unexpectedly&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205570#M40579</guid>
      <dc:creator>dingesbr</dc:creator>
      <dc:date>2015-09-08T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205571#M40580</link>
      <description>&lt;P&gt;The REGEX is definitely correct. And since you're using Universal forwarder, the correct location for props/transforms is on Indexer. Now, let's check the event breaking is correct OR not as the event filter works at invidual event level. Do you have other attribute defined on the props.conf for the sourcetype?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:50:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205571#M40580</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-08T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205572#M40581</link>
      <description>&lt;P&gt;This what was done on Production.  On my Local Installation, previously the forwarder had all the details except the transform, but I changed it to the below but that still worked Locally.&lt;/P&gt;

&lt;P&gt;The input in coming from TCP (from the forwarder).&lt;/P&gt;

&lt;P&gt;For Production, the below is applied to both the indexer and the forwarder:&lt;/P&gt;

&lt;P&gt;[oracle:oag:trc]&lt;BR /&gt;
TIME_PREFIX=^(ERROR|DEBUG|INFO|DATA|FATAL)\s+&lt;BR /&gt;
TIME_FORMAT=%d/%b/%Y:%H:%M:%S.%3N&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=35&lt;BR /&gt;
SHOULD_LINEMERGE=True&lt;BR /&gt;
BREAK_ONLY_BEFORE=^(ERROR|DEBUG|INFO|DATA|FATAL)&lt;BR /&gt;
TRUNCATE=999999&lt;BR /&gt;
TRANSFORMS-nullqueue-oag=nullqueue-oag-filter&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:14:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205572#M40581</guid>
      <dc:creator>dingesbr</dc:creator>
      <dc:date>2020-09-29T07:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205573#M40582</link>
      <description>&lt;P&gt;We if you're using Universal forwarders, they can't do event parsing so props/transform their is dead code. They have to be there on Indexer OR heavy forwarders. Which location you're putting your props/transforms etc/system OR etc/apps/AppName?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 21:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205573#M40582</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-08T21:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205574#M40583</link>
      <description>&lt;P&gt;+1&lt;/P&gt;

&lt;P&gt;"/etc/apps/AppName" is where the props.conf and transforms.conf is being placed on the indexer.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 21:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205574#M40583</guid>
      <dc:creator>dingesbr</dc:creator>
      <dc:date>2015-09-08T21:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205575#M40584</link>
      <description>&lt;P&gt;somesoni, I appreciate the time you spent on this.  Can you confirm that "/etc/apps/&lt;STRONG&gt;AppName&lt;/STRONG&gt;" is a correct location for a transform.conf?  Some of the documentation doesn't mention "/etc/app/&lt;STRONG&gt;AppName&lt;/STRONG&gt;" for transforms during &lt;STRONG&gt;index&lt;/STRONG&gt; time?  I am not real clear on what gets dedicated to &lt;STRONG&gt;search&lt;/STRONG&gt; time versus &lt;STRONG&gt;index&lt;/STRONG&gt; time.  Again, I appreciate your assistance!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 17:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205575#M40584</guid>
      <dc:creator>dingesbr</dc:creator>
      <dc:date>2015-09-10T17:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205576#M40585</link>
      <description>&lt;P&gt;Turns out a buggy version of the REGEX was deployey for the transform.  We're noobs!  Thanks everyone for their support!&lt;/P&gt;

&lt;P&gt;We corrected our transforms in "/etc/apps/myapp/transform.conf"&lt;/P&gt;

&lt;P&gt;We ran "&lt;A href="https://myindexer:myport/en-US/debug/refresh"&gt;https://myindexer:myport/en-US/debug/refresh&lt;/A&gt;" to get it loaded and verify via command line "splunk cmd btool transforms list --debug".&lt;/P&gt;

&lt;P&gt;That fixed the issue for us.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2015 18:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205576#M40585</guid>
      <dc:creator>dingesbr</dc:creator>
      <dc:date>2015-09-19T18:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events to the nullQueue on indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205577#M40586</link>
      <description>&lt;P&gt;Same issue.&lt;/P&gt;

&lt;P&gt;Kindly provide the steps, if it has been resolved&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 12:49:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-events-to-the-nullQueue-on-indexer/m-p/205577#M40586</guid>
      <dc:creator>neelamssantosh</dc:creator>
      <dc:date>2015-10-10T12:49:16Z</dc:date>
    </item>
  </channel>
</rss>

