<?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 fields not being extracted from my  iis logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235050#M69823</link>
    <description>&lt;P&gt;While a couple of years old, but I was referencing the following blog when I was trying to configure Splunk to pull in the iis logs.  &lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2013/10/18/iis-logs-and-splunk-6/"&gt;http://blogs.splunk.com/2013/10/18/iis-logs-and-splunk-6/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The &lt;CODE&gt;props.conf&lt;/CODE&gt; that is on the indexer is the default configuration file.  I've tried copying the entire &lt;CODE&gt;[iis]&lt;/CODE&gt; stanza from the &lt;CODE&gt;props.conf&lt;/CODE&gt; on the indexer into the &lt;CODE&gt;props.conf&lt;/CODE&gt; in the app that is being deployed to the universal forwarder, but that didn't help.  Fields are still not being extracted.&lt;/P&gt;

&lt;P&gt;I've also tried completely removing the &lt;CODE&gt;props.conf&lt;/CODE&gt; from the app that is being deployed to the universal forwarder, that did not help either, same results.  &lt;/P&gt;

&lt;P&gt;All of my host are pointing to a heavy forwarder, which is forwarding the data onto the indexer.  Could that be complicating things?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2015 20:21:49 GMT</pubDate>
    <dc:creator>k2skaterii</dc:creator>
    <dc:date>2015-11-16T20:21:49Z</dc:date>
    <item>
      <title>Why are fields not being extracted from my  iis logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235048#M69821</link>
      <description>&lt;P&gt;I am running version 6.3.0 on my indexer and all my universal forwarders.  I'm currently trying to get things configured properly on one of my iis servers before pushing this configuration out to all of my other iis servers.  &lt;/P&gt;

&lt;P&gt;The iis logs are being forwarded to my index, but the only fields that are being extracted are &lt;CODE&gt;host&lt;/CODE&gt;, &lt;CODE&gt;source&lt;/CODE&gt; and &lt;CODE&gt;sourcetype&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;The &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on my iis server contains:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://&amp;lt;log_location&amp;gt;]
sourcetype = iis
index = iis_logs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The &lt;CODE&gt;props.conf&lt;/CODE&gt; on my iis server contains:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[iis]
INDEXED_EXTRACTIONS = w3c
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My indexer contains the default &lt;CODE&gt;props.conf&lt;/CODE&gt; which includes &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[iis]
pulldown_type = true
MAX_TIMESTAMP_LOOKAHEAD = 32
SHOULD_LINEMERGE = false
INDEXED_EXTRACTIONS = w3c
detect_trailing_nulls = auto
category = web
description = w3c Extended log format produced by the Microsoft Internet Information Services (IIS) web server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Am I missing something that is preventing my indexer from extracting the fields from the iis logs?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 17:12:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235048#M69821</guid>
      <dc:creator>k2skaterii</dc:creator>
      <dc:date>2015-11-13T17:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why are fields not being extracted from my  iis logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235049#M69822</link>
      <description>&lt;P&gt;When you use &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt;, the field creation happens on the forwarder.  I do not see any reason to have a separate &lt;CODE&gt;props.conf&lt;/CODE&gt; configuration on your Indexer form what is on your forwarder.  Put everything in the same file, deploy this &lt;CODE&gt;props.conf&lt;/CODE&gt; file to your Forwarders and restart the splunk instances there and it should work fine.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 19:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235049#M69822</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-11-13T19:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why are fields not being extracted from my  iis logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235050#M69823</link>
      <description>&lt;P&gt;While a couple of years old, but I was referencing the following blog when I was trying to configure Splunk to pull in the iis logs.  &lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2013/10/18/iis-logs-and-splunk-6/"&gt;http://blogs.splunk.com/2013/10/18/iis-logs-and-splunk-6/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The &lt;CODE&gt;props.conf&lt;/CODE&gt; that is on the indexer is the default configuration file.  I've tried copying the entire &lt;CODE&gt;[iis]&lt;/CODE&gt; stanza from the &lt;CODE&gt;props.conf&lt;/CODE&gt; on the indexer into the &lt;CODE&gt;props.conf&lt;/CODE&gt; in the app that is being deployed to the universal forwarder, but that didn't help.  Fields are still not being extracted.&lt;/P&gt;

&lt;P&gt;I've also tried completely removing the &lt;CODE&gt;props.conf&lt;/CODE&gt; from the app that is being deployed to the universal forwarder, that did not help either, same results.  &lt;/P&gt;

&lt;P&gt;All of my host are pointing to a heavy forwarder, which is forwarding the data onto the indexer.  Could that be complicating things?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:21:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235050#M69823</guid>
      <dc:creator>k2skaterii</dc:creator>
      <dc:date>2015-11-16T20:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why are fields not being extracted from my  iis logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235051#M69824</link>
      <description>&lt;P&gt;Water is wet.  The Sky is blue.  And computers do crazy crap.  &lt;/P&gt;

&lt;P&gt;Yesterday around noon, I pulled the &lt;CODE&gt;props.conf&lt;/CODE&gt; out of the deployment app.  When I left work fields were not being extracted.  This morning  when I showed up fields are being extracted.    &lt;/P&gt;

&lt;P&gt;While I'd like to spend time figuring out why.... I'm moving on to the next task.  Figuring out how to filtering out the unnecessary iis-logs.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-fields-not-being-extracted-from-my-iis-logs/m-p/235051#M69824</guid>
      <dc:creator>k2skaterii</dc:creator>
      <dc:date>2015-11-17T15:38:52Z</dc:date>
    </item>
  </channel>
</rss>

