<?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 Why are we not receiving any logging with transforms.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-not-receiving-any-logging-with-transforms-conf/m-p/455035#M78722</link>
    <description>&lt;P&gt;All, &lt;/P&gt;

&lt;P&gt;I have a 3 part TRANSFORMS.conf in my props.conf, when enable I receive no logging at all. How ever I am not seeing why. &lt;/P&gt;

&lt;P&gt;Log Example - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"Timestamp":"2019-08-20T23:07:27.8115577+00:00","Level":"FATAL","MessageTemplate":"TEST","Properties":{"MachineName":"something","LogType":"ScheduledTasks","App":"ScheduledTasks","Environment":"13"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is my transforms - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# transforms.conf
# By default collect nothing
[nulldefault]
 REGEX = .
 DEST_KEY = queue
 FORMAT = nullQueue

# Let go ahead and keep Error|Crit|fatal and others
# Also if the dev mentions "splunk" in their log we'll keep it
[keep]
  REGEX=((?i)error|crit|fatal|splunk|ora-|INFO)
  DEST_KEY=queue
  FORMAT=indexQueue

# even with that there is some common garbage
[final]
  REGEX=app_name=SolrCloud
  DEST_KEY=queue
  FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not seeing why this would drop all logs. &lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 23:32:08 GMT</pubDate>
    <dc:creator>daniel333</dc:creator>
    <dc:date>2019-08-20T23:32:08Z</dc:date>
    <item>
      <title>Why are we not receiving any logging with transforms.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-not-receiving-any-logging-with-transforms-conf/m-p/455035#M78722</link>
      <description>&lt;P&gt;All, &lt;/P&gt;

&lt;P&gt;I have a 3 part TRANSFORMS.conf in my props.conf, when enable I receive no logging at all. How ever I am not seeing why. &lt;/P&gt;

&lt;P&gt;Log Example - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"Timestamp":"2019-08-20T23:07:27.8115577+00:00","Level":"FATAL","MessageTemplate":"TEST","Properties":{"MachineName":"something","LogType":"ScheduledTasks","App":"ScheduledTasks","Environment":"13"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is my transforms - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# transforms.conf
# By default collect nothing
[nulldefault]
 REGEX = .
 DEST_KEY = queue
 FORMAT = nullQueue

# Let go ahead and keep Error|Crit|fatal and others
# Also if the dev mentions "splunk" in their log we'll keep it
[keep]
  REGEX=((?i)error|crit|fatal|splunk|ora-|INFO)
  DEST_KEY=queue
  FORMAT=indexQueue

# even with that there is some common garbage
[final]
  REGEX=app_name=SolrCloud
  DEST_KEY=queue
  FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not seeing why this would drop all logs. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 23:32:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-not-receiving-any-logging-with-transforms-conf/m-p/455035#M78722</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2019-08-20T23:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we not receiving any logging with transforms.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-not-receiving-any-logging-with-transforms-conf/m-p/455036#M78723</link>
      <description>&lt;P&gt;Did you mention your index name in the inputs.conf, else add this in your transforms.conf and see if it works?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;transforms.conf
[keep_index]
   REGEX=((?i)error|crit|fatal|splunk|ora-|INFO)
   DEST_KEY=_MetaData:Index
   FORMAT=&amp;lt;your index name&amp;gt;

props.comf
TRANSFORMS-set = nulldefault,keep,keep_index
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Aug 2019 23:46:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-not-receiving-any-logging-with-transforms-conf/m-p/455036#M78723</guid>
      <dc:creator>nareshinsvu</dc:creator>
      <dc:date>2019-08-20T23:46:12Z</dc:date>
    </item>
  </channel>
</rss>

