<?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 is my universal forwarder on Windows server 2012 R2 not collecting log files with my attempted configurations? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-on-Windows-server-2012-R2-not/m-p/278314#M53299</link>
    <description>&lt;P&gt;I have a monitor that that isn't working. I turned debug on in log.cfg, and the Universal Forwarder reports no match on whitelist. The following has been tried: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles] 
disabled = false 
index = app_ops_prod 
whitelist=ReportServerService*.log 
sourcetype = mssql:ilink:rptsvrsvc 
ignoreOlderThan = 3d 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles\ReportServerService*.log] 
disabled = false 
index = app_ops_prod 
sourcetype = mssql:ilink:rptsvrsvc 
ignoreOlderThan = 3d 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunkd.log says that is matches and then skips. As noted above, I tried 2 configurations. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;04-07-2016 17:34:20.348 +0000 DEBUG TailingProcessor - Item '' matches stanza: /E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles. 
04-07-2016 17:34:20.348 +0000 DEBUG TailingProcessor - Not using stanza for this item (File did not match whitelist 'ReportServerService*.log'.). 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The file is &lt;CODE&gt;E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles\ReportServerService__test.log&lt;/CODE&gt;.  The host is Windows Server 2012 r2, and the UF is at verison 6.2.6. &lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 18:10:29 GMT</pubDate>
    <dc:creator>lisaac</dc:creator>
    <dc:date>2016-04-07T18:10:29Z</dc:date>
    <item>
      <title>Why is my universal forwarder on Windows server 2012 R2 not collecting log files with my attempted configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-on-Windows-server-2012-R2-not/m-p/278314#M53299</link>
      <description>&lt;P&gt;I have a monitor that that isn't working. I turned debug on in log.cfg, and the Universal Forwarder reports no match on whitelist. The following has been tried: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles] 
disabled = false 
index = app_ops_prod 
whitelist=ReportServerService*.log 
sourcetype = mssql:ilink:rptsvrsvc 
ignoreOlderThan = 3d 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles\ReportServerService*.log] 
disabled = false 
index = app_ops_prod 
sourcetype = mssql:ilink:rptsvrsvc 
ignoreOlderThan = 3d 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunkd.log says that is matches and then skips. As noted above, I tried 2 configurations. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;04-07-2016 17:34:20.348 +0000 DEBUG TailingProcessor - Item '' matches stanza: /E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles. 
04-07-2016 17:34:20.348 +0000 DEBUG TailingProcessor - Not using stanza for this item (File did not match whitelist 'ReportServerService*.log'.). 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The file is &lt;CODE&gt;E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles\ReportServerService__test.log&lt;/CODE&gt;.  The host is Windows Server 2012 r2, and the UF is at verison 6.2.6. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 18:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-on-Windows-server-2012-R2-not/m-p/278314#M53299</guid>
      <dc:creator>lisaac</dc:creator>
      <dc:date>2016-04-07T18:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my universal forwarder on Windows server 2012 R2 not collecting log files with my attempted configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-on-Windows-server-2012-R2-not/m-p/278315#M53300</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://E:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles\] 
disabled = false 
index = app_ops_prod 
whitelist=ReportServerService.*\.log$
sourcetype = mssql:ilink:rptsvrsvc 
ignoreOlderThan = 3d 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Apr 2016 20:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-on-Windows-server-2012-R2-not/m-p/278315#M53300</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-04-08T20:16:30Z</dc:date>
    </item>
  </channel>
</rss>

