<?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: Why are IIS logs not being indexed from Windows Share? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219852#M43184</link>
    <description>&lt;P&gt;I copied the logs to the server that the forwarder is installed on and added a new stanza to index the files that were copied to C:\logs\serverName and the logs were picked up by the forwarder and sent to the indexer. &lt;/P&gt;

&lt;P&gt;I have other deployment-apps that work with on the local directory with inputs.conf&lt;/P&gt;

&lt;P&gt;I still added the directories you suggested and it did not resolve the issue. The directories were created on the forwarder after I reloaded the server class.&lt;/P&gt;</description>
    <pubDate>Sun, 24 Apr 2016 20:06:38 GMT</pubDate>
    <dc:creator>seanbarbour</dc:creator>
    <dc:date>2016-04-24T20:06:38Z</dc:date>
    <item>
      <title>Why are IIS logs not being indexed from Windows Share?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219849#M43181</link>
      <description>&lt;P&gt;I have a universal forwarder (6.3.3 x64) installed on Windows Server 2012 R2 that is supposed to index IIS logs that live on another Windows server. I am not able to install forwarders on (floating IP for 3 servers) via a Windows share.&lt;/P&gt;

&lt;P&gt;I verified the domain user that I am using has access to the log files. I initially installed the forwarder in low privileged mode, however, during troubleshooting, I found that the forwarder was reporting access denied errors when attempting to write to the fishbuckets. To resolve, I added the service account to the local admins group. &lt;/P&gt;

&lt;P&gt;Here are my configuration files:&lt;/P&gt;

&lt;P&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps/web_farm_iis/inputs.conf:
[monitor://\\host01.domain.suffix\logs\folder01.uis.kent.edu\W3SVC2\*.txt]
disabled = false
recursive = false
index = web_farm_logs
sourcetype = iis

[monitor://\\host02.domain.suffix\logs\folder02.uis.kent.edu\W3SVC2]
disabled = false
recursive = false
index = web_farm_logs
sourcetype = iis
whitelist = *.txt
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;serverclass.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;serverClass:web_farm_iis]
whitelist.0 = serverWithForwarder
[serverClass:web_farm_iis:app:web_farm_iis]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;

&lt;P&gt;I know the two stanza are different. I did this while troubleshooting. I have a global stanza that points the repsoitory location to $SPLUNK_HOME/etc/deployment-apps.&lt;BR /&gt;
I confirmed that the forwarder is receiving the configuration file and the contents of the inputs.conf matches.&lt;BR /&gt;
I am using Splunk 6.3.3, singe Splunk server.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219849#M43181</guid>
      <dc:creator>seanbarbour</dc:creator>
      <dc:date>2016-04-21T18:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why are IIS logs not being indexed from Windows Share?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219850#M43182</link>
      <description>&lt;P&gt;I submitted a support ticket to see if there is a way to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:30:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219850#M43182</guid>
      <dc:creator>seanbarbour</dc:creator>
      <dc:date>2016-04-22T20:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why are IIS logs not being indexed from Windows Share?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219851#M43183</link>
      <description>&lt;P&gt;The deployment apps in &lt;CODE&gt;SPLUNK_HOME/etc/deployment-apps/&lt;/CODE&gt; &lt;EM&gt;must&lt;/EM&gt; follow the standards for Splunk apps. That means that they must have the subdirectory structure with &lt;CODE&gt;default&lt;/CODE&gt;, &lt;CODE&gt;meta&lt;/CODE&gt; and &lt;CODE&gt;local&lt;/CODE&gt; subdirectories at a minimum, and they should also contain app.conf and default.meta files. &lt;/P&gt;

&lt;P&gt;Because your app (&lt;CODE&gt;web_farm_iis&lt;/CODE&gt;) does not have the correct structure, Splunk does not "see" the inputs.conf file.&lt;/P&gt;

&lt;P&gt;Also see &lt;A href="https://answers.splunk.com/answers/224954/app-creation-and-deployment.html"&gt;App creation and deployment&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 01:56:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219851#M43183</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-04-24T01:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why are IIS logs not being indexed from Windows Share?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219852#M43184</link>
      <description>&lt;P&gt;I copied the logs to the server that the forwarder is installed on and added a new stanza to index the files that were copied to C:\logs\serverName and the logs were picked up by the forwarder and sent to the indexer. &lt;/P&gt;

&lt;P&gt;I have other deployment-apps that work with on the local directory with inputs.conf&lt;/P&gt;

&lt;P&gt;I still added the directories you suggested and it did not resolve the issue. The directories were created on the forwarder after I reloaded the server class.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 20:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-IIS-logs-not-being-indexed-from-Windows-Share/m-p/219852#M43184</guid>
      <dc:creator>seanbarbour</dc:creator>
      <dc:date>2016-04-24T20:06:38Z</dc:date>
    </item>
  </channel>
</rss>

