<?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: IIS Logs and Universal Forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31216#M5483</link>
    <description>&lt;P&gt;Everything looks correct to me as far as my setup goes. &lt;/P&gt;

&lt;P&gt;where are you editing the inputs.conf file? is it in etc\system\local or some app?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2012 22:11:15 GMT</pubDate>
    <dc:creator>paul_1994</dc:creator>
    <dc:date>2012-09-28T22:11:15Z</dc:date>
    <item>
      <title>IIS Logs and Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31214#M5481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to forward IIS logs from one of the server that has forwarder installed. I have below config settings. I don't see any IIS logs on my splunk server.&lt;/P&gt;

&lt;P&gt;Inputs.conf&lt;BR /&gt;
[monitor://c:\inetpub\logs\LogFiles]&lt;BR /&gt;
ignoreOlderThan = 14d&lt;BR /&gt;
host = &lt;HOSTNAME of="" the="" server="" where="" forwarder="" is="" installed=""&gt;&lt;/HOSTNAME&gt;&lt;/P&gt;

&lt;P&gt;What Am I missing?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 19:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31214#M5481</guid>
      <dc:creator>singhg</dc:creator>
      <dc:date>2012-04-19T19:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: IIS Logs and Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31215#M5482</link>
      <description>&lt;P&gt;on the forwarder, define an input in a inputs.conf&lt;/P&gt;

&lt;PRE&gt;
[monitor://c:\myiisfolder\]
disabled = false
followTail = 0
sourcetype=iis
&lt;/PRE&gt;

&lt;P&gt;make sure that the forwarder has outputs.conf configured.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 17:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31215#M5482</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-09-28T17:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: IIS Logs and Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31216#M5483</link>
      <description>&lt;P&gt;Everything looks correct to me as far as my setup goes. &lt;/P&gt;

&lt;P&gt;where are you editing the inputs.conf file? is it in etc\system\local or some app?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 22:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31216#M5483</guid>
      <dc:creator>paul_1994</dc:creator>
      <dc:date>2012-09-28T22:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: IIS Logs and Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31217#M5484</link>
      <description>&lt;P&gt;if you have deployment server and want to collect logs from web server through Universal Forwarder, the following may help you&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;    install "Splunk app for web analytics" on SH&lt;/LI&gt;
&lt;LI&gt; Install "splunk add-on for microsioft iis" on SH&lt;/LI&gt;
&lt;LI&gt; Install "splunk add-on for microsioft iis" on IDX&lt;/LI&gt;
&lt;LI&gt; Install UF on the web server&lt;/LI&gt;
&lt;LI&gt; Copy the app “Splunk_TA_microsoft-iis” from $splunk home/etc/apps to “Splunk_TA_microsoft-iis” in $splunk home/etc/deploymentapps &lt;/LI&gt;
&lt;LI&gt; Create inputs.conf in /$splunk home/etc/deploymentapps /Splunk_TA_microsoft-iis/local &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;A href="https://community.splunk.com/your%20log%20path%20but%20with%20similar%20format" target="_blank"&gt;monitor://C:\IIS-LOG-Files\W3SVC*.*&lt;/A&gt;&lt;BR /&gt;
disabled = false&lt;BR /&gt;
sourcetype =iis&lt;BR /&gt;
index=my-index&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt; Create props.conf in $splunk home/etc/deploymentapps/Splunk_TA_microsoft-iis/local&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;[iis]&lt;BR /&gt;
INDEXED_EXTRACTIONS = w3c&lt;/P&gt;

&lt;P&gt;make sure you have created output.conf in local directory to send logs to indexer &lt;BR /&gt;
example of outputs.conf :&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = indexer&lt;/P&gt;

&lt;P&gt;[tcpout:indexer]&lt;BR /&gt;
server = indexer_IP:9997&lt;BR /&gt;
autoLB = true&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt; Create  server class my-serverclass on DS(Deployment server)&lt;/LI&gt;
&lt;LI&gt; Add the Splunk_TA_microsoft-iis to My-serverclass as the app&lt;/LI&gt;
&lt;LI&gt;Create the index My index on IDX&lt;/LI&gt;
&lt;LI&gt;Add the web server as client to My-server-class&lt;/LI&gt;
&lt;LI&gt;Check the web server c:/programfile/splunkuniversalforwarder/ec/app to assure the app Splunk_TA_microsoft-iis is pulled&lt;/LI&gt;
&lt;LI&gt;Restart the splunkuniversalforwarder service on web server&lt;/LI&gt;
&lt;LI&gt;Search for sourcetype iis and index My-index on SH&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:12:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-and-Universal-Forwarder/m-p/31217#M5484</guid>
      <dc:creator>mahsaalaeifar</dc:creator>
      <dc:date>2020-09-29T22:12:36Z</dc:date>
    </item>
  </channel>
</rss>

