<?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: Indexing and extracting fields from IIS 7.5 logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107382#M22580</link>
    <description>&lt;P&gt;That makes sense... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Which directory should I place them in?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Oct 2012 19:58:02 GMT</pubDate>
    <dc:creator>naydenk</dc:creator>
    <dc:date>2012-10-30T19:58:02Z</dc:date>
    <item>
      <title>Indexing and extracting fields from IIS 7.5 logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107379#M22577</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;
I am having a difficult time getting Splunk to recognize fields from my IIS 7.5 logs. I know that there are many, many posts in splunk-base regarding this - I have looked through many of them and tried the suggested answers in at least 8-10 different posts. None of them have worked for me, eventhough I don't have a custom config - just a standard IIS server with logging enabled and default fields selected. The files get indexed, but the fields are not recognized (i.e. I cannot simply search for "time-taken &amp;gt; 50" within the data indexed from these logs)&lt;/P&gt;

&lt;P&gt;Here is my full config:&lt;/P&gt;

&lt;P&gt;Splunk versions:&lt;BR /&gt;
Client UF: 4.3.3&lt;BR /&gt;
Intermediary UF: 4.3.3&lt;BR /&gt;
Indexer: 4.3.4&lt;/P&gt;

&lt;P&gt;Client UF sends data to intermediary UF, which sends it to the indexer.&lt;/P&gt;

&lt;P&gt;My config current config (and last attempt to make this work) on the Client UF is:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\app_A\default\inputs.conf&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\inetpub\logs]
disabled = false
followTail = 0
sourcetype = iisw3c
index = testindex
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\app_A\default\props.conf&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;PRE&gt;&lt;CODE&gt;[iisw3c]
pulldown_type = true
MAX_TIMESTAMP_LOOKAHEAD = 32
SHOULD_LINEMERGE = False
CHECK_FOR_HEADER = true
TZ = GMT
REPORT-iisw3cfields = iisw3cfields
TRANSFORMS-removecomments = removecomments
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\app_A\default\transforms.conf&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;PRE&gt;&lt;CODE&gt;[removecomments]
REGEX = ^\#.*
DEST_KEY = queue
FORMAT = nullQueue

[iisw3cfields]
DELIMS = " "
FIELDS = date, time, s-sitename, s-computername, s-ip, cs-method, cs-uri-stem, cs-uri-query, s-port, cs-username, c-ip, cs-version, cs(User-Agent), cs(Cookie), cs(Referer), cs-host, sc-status, sc-substatus, sc-win32-status, sc-bytes, cs-bytes, time-taken
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What I am doing wrong?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107379#M22577</guid>
      <dc:creator>naydenk</dc:creator>
      <dc:date>2012-10-30T19:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing and extracting fields from IIS 7.5 logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107380#M22578</link>
      <description>&lt;P&gt;To clarify the path of the logs in my above post - it is:&lt;/P&gt;

&lt;P&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\app_A\default&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:51:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107380#M22578</guid>
      <dc:creator>naydenk</dc:creator>
      <dc:date>2012-10-30T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing and extracting fields from IIS 7.5 logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107381#M22579</link>
      <description>&lt;P&gt;Props and Transforms should be on the searchheads, not the UF&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107381#M22579</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2012-10-30T19:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing and extracting fields from IIS 7.5 logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107382#M22580</link>
      <description>&lt;P&gt;That makes sense... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Which directory should I place them in?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107382#M22580</guid>
      <dc:creator>naydenk</dc:creator>
      <dc:date>2012-10-30T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing and extracting fields from IIS 7.5 logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107383#M22581</link>
      <description>&lt;P&gt;OK, I added the files to the .\Splunk\etc\system\local directory of the indexer/search head and it is working! I wish I had asked this earlier... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2012 20:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexing-and-extracting-fields-from-IIS-7-5-logs/m-p/107383#M22581</guid>
      <dc:creator>naydenk</dc:creator>
      <dc:date>2012-10-30T20:48:44Z</dc:date>
    </item>
  </channel>
</rss>

