<?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: Splunk App for Windows Infrastructure: Why are WinEventLog configurations not indexing any data? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166873#M15869</link>
    <description>&lt;P&gt;Well, something I noticed and I have no idea if it's a problem or not, but all my DCs have their various sourcetypes set with no spaces in it.&lt;/P&gt;

&lt;P&gt;For instance, on the one I checked, C:\Program Files\SplunkUniversalForwarder\etc\apps\TA-DomainController-NT6\default\inputs.conf says:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://File Replication Service]
disabled=0
sourcetype=WinEventLog:File-Replication-Service
index=wineventlog
queue=parsingQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try changing them to dashes and not spaces in those stanza and restart the UF?&lt;/P&gt;</description>
    <pubDate>Fri, 14 Aug 2015 15:10:39 GMT</pubDate>
    <dc:creator>Richfez</dc:creator>
    <dc:date>2015-08-14T15:10:39Z</dc:date>
    <item>
      <title>Splunk App for Windows Infrastructure: Why are WinEventLog configurations not indexing any data?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166870#M15866</link>
      <description>&lt;P&gt;I have the Windows Infrastructure app installed on a Windows machine. The monitor stanza and the powershell scripts are working fine, but the Winevent logs with the following config are not indexing any data.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:DFS Replication]
 disabled=0
 sourcetype="WinEventLog:DFS Replication"
 index=winevents
 queue=parsingQueue

 # Application and Services Logs - Directory Service

 [WinEventLog:Directory Service]
 disabled=0
 sourcetype="WinEventLog:Directory Service"
 index=winevents
 queue=parsingQueue

 # Application and Services Logs - File Replication Service

 [WinEventLog:File Replication Service]
 disabled=0
 sourcetype="WinEventLog:File Replication Service"
 index=winevents
 queue=parsingQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please guide me where am I going wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166870#M15866</guid>
      <dc:creator>amithhegde</dc:creator>
      <dc:date>2015-08-12T11:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Windows Infrastructure: Why are WinEventLog configurations not indexing any data?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166871#M15867</link>
      <description>&lt;P&gt;Two semi-general suggestions:&lt;/P&gt;

&lt;P&gt;If it's installed on the local machine, is that local machine a Domain Controller?&lt;/P&gt;

&lt;P&gt;You do have a "winevents" index on the indexer this gets sent to, right?  If not, create that.  I believe I had a problem where that app didn't create one of the indexes, though I don't recall which one.  This could be your problem.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 21:12:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166871#M15867</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2015-08-13T21:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Windows Infrastructure: Why are WinEventLog configurations not indexing any data?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166872#M15868</link>
      <description>&lt;P&gt;Hi Rich,&lt;/P&gt;

&lt;P&gt;Thanks for replyin, yes I have the "winevents" index created, and the machine I want to gt events from is not a local machine. But i have deployed the DomainController App on the machine in question.&lt;/P&gt;

&lt;P&gt;Kindly let me know if I am missing something. Any suggestions on this would be really helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 13:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166872#M15868</guid>
      <dc:creator>amithhegde</dc:creator>
      <dc:date>2015-08-14T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Windows Infrastructure: Why are WinEventLog configurations not indexing any data?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166873#M15869</link>
      <description>&lt;P&gt;Well, something I noticed and I have no idea if it's a problem or not, but all my DCs have their various sourcetypes set with no spaces in it.&lt;/P&gt;

&lt;P&gt;For instance, on the one I checked, C:\Program Files\SplunkUniversalForwarder\etc\apps\TA-DomainController-NT6\default\inputs.conf says:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://File Replication Service]
disabled=0
sourcetype=WinEventLog:File-Replication-Service
index=wineventlog
queue=parsingQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try changing them to dashes and not spaces in those stanza and restart the UF?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 15:10:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Windows-Infrastructure-Why-are-WinEventLog/m-p/166873#M15869</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2015-08-14T15:10:39Z</dc:date>
    </item>
  </channel>
</rss>

