<?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 troubleshoot why our forwarder is not sending particular log files? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229885#M44733</link>
    <description>&lt;P&gt;Yes: it looks like you have overlapping stanzas, which can certainly cause problems in Splunk. I would do the stanzas this way:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///data01/oms*/active/logs/*.log]
 disabled = 0
 sourcetype = log4j
 index = oms
 blacklist = .*gc.*\.log

 [monitor:///data01/oms*/active/logs/*gc*.log]
 disabled = 0
 sourcetype = sun_jvm
 index = jmx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::/data01/app/oms-holiday-adapter/current/logs/oms-holiday-adapter2.log]
 disabled = 0
 sourcetype = log4j

 [source::/data01/app/oms-client-account-adapter/current/logs/oms-client-account-adapter.log]
 disabled = 0
 sourcetype = log4j
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This simplifies your input.conf. Remember that props.conf can override inputs.conf settings.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2015 22:03:06 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2015-11-23T22:03:06Z</dc:date>
    <item>
      <title>How to troubleshoot why our forwarder is not sending particular log files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229880#M44728</link>
      <description>&lt;P&gt;I have a particular log file that for some reason, the forwarder will not read and send the data to the indexer.&lt;BR /&gt;
I see it recognize the log in the splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-18-2015 01:42:56.237 +0000 INFO  TailingProcessor - Parsing configuration stanza: monitor:///data01/app/oms-client-account-ad
apter/current/logs/oms-client-account-adapter.log.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But that's it, no other messages or errors complaining about perms or anything at all, just nothing getting to the indexer.&lt;/P&gt;

&lt;P&gt;Here is my input stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///data01/app/oms-client-account-adapter/current/logs/oms-client-account-adapter.log]
disabled = 0
sourcetype = log4j
index = oms
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is a sample of the log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015-11-18 01:08:14,965 [DEBUG] ClientTransformer::transform() - Successfully unmarshalled client
2015-11-18 01:08:15,045 [INFO] BfxClientWs::upsert() - Sending to BFX for Client Upsert : com.barracudafx.ws.client.Client@33377fdf[version=1,lastUpdatedDts=&amp;lt;null&amp;gt;,address1Txt=&amp;lt;null&amp;gt;,address2Txt=&amp;lt;null&amp;gt;,address3Txt=&amp;lt;null&amp;gt;,autoAcceptOrdersFg=false,bookingCd=7348847,branchCd=NAB,cityTxt=&amp;lt;null&amp;gt;,clientCode=MICHAEL,clientNm=MICHAEL FULLNAME,clientTypeId=NORMAL,contactTxt=&amp;lt;null&amp;gt;,creditCheckFg=false,defaultComment1Txt=&amp;lt;null&amp;gt;,defaultComment2Txt=&amp;lt;null&amp;gt;,fwdPricingTierId=BID_OFFER,ordersEnabledFg=false,phoneNoTxt=&amp;lt;null&amp;gt;,postCodeTxt=&amp;lt;null&amp;gt;,pricingTierId=BID_OFFER,reverseEngineerTPFg=true,reverseEngineerSLFg=true,salesGroupId=78,straightThroughProcessingFg=true,allowPartialFillFg=false,fillProfileId=&amp;lt;null&amp;gt;,rateSourceProfileId=&amp;lt;null&amp;gt;,autoFillEnabledFg=false]
2015-11-18 01:08:15,094 [INFO] BfxClientWs::upsert() - Successfully upserted client : com.barracudafx.ws.client.Client@46fbd3ee[version=1,lastUpdatedDts=&amp;lt;null&amp;gt;,address1Txt=&amp;lt;null&amp;gt;,address2Txt=&amp;lt;null&amp;gt;,address3Txt=&amp;lt;null&amp;gt;,autoAcceptOrdersFg=false,bookingCd=7348847,branchCd=NAB,cityTxt=&amp;lt;null&amp;gt;,clientCode=MICHAEL,clientNm=MICHAEL FULLNAME,clientTypeId=NORMAL,contactTxt=&amp;lt;null&amp;gt;,creditCheckFg=false,defaultComment1Txt=&amp;lt;null&amp;gt;,defaultComment2Txt=&amp;lt;null&amp;gt;,fwdPricingTierId=BID_OFFER,ordersEnabledFg=false,phoneNoTxt=&amp;lt;null&amp;gt;,postCodeTxt=&amp;lt;null&amp;gt;,pricingTierId=BID_OFFER,reverseEngineerTPFg=true,reverseEngineerSLFg=true,salesGroupId=78,straightThroughProcessingFg=true,allowPartialFillFg=false,fillProfileId=&amp;lt;null&amp;gt;,rateSourceProfileId=&amp;lt;null&amp;gt;,autoFillEnabledFg=false]
2015-11-18 01:08:18,095 [DEBUG] RdmReaderJob::readTumAndSendForProcessing() - No messages found on queue
2015-11-18 01:08:21,096 [DEBUG] RdmReaderJob::readTumAndSendForProcessing() - No messages found on queue
2015-11-18 01:08:24,097 [DEBUG] RdmReaderJob::readTumAndSendForProcessing() - No messages found on queue
2015-11-18 01:08:27,097 [DEBUG] RdmReaderJob::readTumAndSendForProcessing() - No messages found on queue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help is much appreciated&lt;/P&gt;

&lt;P&gt;Kind Regards&lt;BR /&gt;
Peter&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 01:56:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229880#M44728</guid>
      <dc:creator>proylea</dc:creator>
      <dc:date>2015-11-18T01:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why our forwarder is not sending particular log files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229881#M44729</link>
      <description>&lt;P&gt;Is new data appended to end of the log? When was the last time that the file was updated?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 03:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229881#M44729</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-18T03:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why our forwarder is not sending particular log files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229882#M44730</link>
      <description>&lt;P&gt;This wiki although old still has great information on Troubleshooting Tailing Processor:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://wiki.splunk.com/Community:Troubleshooting_Monitor_Inputs"&gt;https://wiki.splunk.com/Community:Troubleshooting_Monitor_Inputs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;remember you can access the File Status through these two options on the Splunk system that is monitoring the file:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://your-splunk-server:8089/services/admin/inputstatus/TailingProcessor:FileStatus"&gt;https://your-splunk-server:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;or from the CLI:&lt;/P&gt;

&lt;P&gt;./splunk _internal call /services/admin/inputstatus/TailingProcessor:FileStatus&lt;/P&gt;

&lt;P&gt;The File Status will tell you how far the Tailing process has read into the file and other reasons it might be ignoring the file. &lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:58:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229882#M44730</guid>
      <dc:creator>dgrubb_splunk</dc:creator>
      <dc:date>2015-11-18T17:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why our forwarder is not sending particular log files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229883#M44731</link>
      <description>&lt;P&gt;The log is constantly written to, in fact we have been writing messages to the log to test alerting&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 21:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229883#M44731</guid>
      <dc:creator>proylea</dc:creator>
      <dc:date>2015-11-18T21:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why our forwarder is not sending particular log files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229884#M44732</link>
      <description>&lt;P&gt;I've debugged and I'm getting this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;s:key name="parent"&amp;gt;/data01/app/oms-holiday-adapter/current/logs/oms-holiday-adapter2.log&amp;lt;/s:key&amp;gt;
    &amp;lt;s:key name="type"&amp;gt;Did not match partial whitelist '^\/data01/oms[^/]*/active/logs/[^/]*gc[^/]*\.log$'.&amp;lt;/s:key&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It appears to be an issues with the earlier stanza in the inputs.conf, here is the entire files&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///data01/oms*/active/logs/*.log]
disabled = 0
sourcetype = log4j
index = oms
blacklist = gc\.(web|Node)[1|2]\.log

[monitor:///data01/oms*/active/logs/*gc*.log]
disabled = 0
sourcetype = sun_jvm
index = jmx

[monitor:///data01/app/oms-holiday-adapter/current/logs/oms-holiday-adapter2.log]
disabled = 0
sourcetype = log4j
index = oms

[monitor:///data01/app/oms-client-account-adapter/current/logs/oms-client-account-adapter.log]
disabled = 0
sourcetype = log4j
index = oms
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help on how to separate these log location stanzas?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 23:40:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229884#M44732</guid>
      <dc:creator>proylea</dc:creator>
      <dc:date>2015-11-19T23:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why our forwarder is not sending particular log files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229885#M44733</link>
      <description>&lt;P&gt;Yes: it looks like you have overlapping stanzas, which can certainly cause problems in Splunk. I would do the stanzas this way:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///data01/oms*/active/logs/*.log]
 disabled = 0
 sourcetype = log4j
 index = oms
 blacklist = .*gc.*\.log

 [monitor:///data01/oms*/active/logs/*gc*.log]
 disabled = 0
 sourcetype = sun_jvm
 index = jmx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::/data01/app/oms-holiday-adapter/current/logs/oms-holiday-adapter2.log]
 disabled = 0
 sourcetype = log4j

 [source::/data01/app/oms-client-account-adapter/current/logs/oms-client-account-adapter.log]
 disabled = 0
 sourcetype = log4j
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This simplifies your input.conf. Remember that props.conf can override inputs.conf settings.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 22:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-our-forwarder-is-not-sending-particular/m-p/229885#M44733</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-23T22:03:06Z</dc:date>
    </item>
  </channel>
</rss>

