<?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: W3C Fields With Light Forwarder - Still don't have it in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57483#M11232</link>
    <description>&lt;P&gt;gkanapathy, this worked well.  Except the header records make it through now too.  How can I eliminate them?&lt;/P&gt;</description>
    <pubDate>Sat, 25 Sep 2010 04:24:37 GMT</pubDate>
    <dc:creator>dveith</dc:creator>
    <dc:date>2010-09-25T04:24:37Z</dc:date>
    <item>
      <title>W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57479#M11228</link>
      <description>&lt;P&gt;Please advise.&lt;/P&gt;

&lt;P&gt;Linux Splunk Server 4.1.5
Light forwarder is installed on Windows IIS web Servers 
Trying to get W3C Extended fields available for searching on the Splunk Server.  the data is forwarded, just not with fields defined. &lt;/P&gt;

&lt;P&gt;Windows IIS Servers have this inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = servername

[monitor://C:\WINNT\system32\LogFiles\W*\ex*.log]
SOURCETYPE = iis
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Records also display with source types "IIS" "IIS-1" IIS-5" on the Splunk server.  &lt;/P&gt;

&lt;P&gt;What the best way to configure this to the IIS logs have their W#C Extended fields available for searching?&lt;/P&gt;

&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2010 07:18:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57479#M11228</guid>
      <dc:creator>dveith</dc:creator>
      <dc:date>2010-09-24T07:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57480#M11229</link>
      <description>&lt;P&gt;Yeah. So, the default settings in props.conf don't work well if you're using a forwarder for IIS log files, which admittedly a lot of people do (and should do).&lt;/P&gt;

&lt;P&gt;Here's what I would do. First, &lt;CODE&gt;SOURCETYPE&lt;/CODE&gt; should be &lt;CODE&gt;sourcetype&lt;/CODE&gt;, i.e., lower-case. Next, on the forwarder (where the input phase occurs, &lt;A href="http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F" rel="nofollow"&gt;reference&lt;/A&gt;) add this to a props.conf next to your inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [iis]
 CHECK_FOR_HEADER = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then, on the search head, configure your fields manually in a props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [iis]
 REPORT-iisfields = iisfields
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[iisfields]
DELIMS = " "
FIELDS = date,time,csWhatever,csWhatever2,csNextField,scMoreInfo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you have multiple different sets of fields (e.g., different servers/instances/sites log different fields), then specify a different sourcetype for them in inputs, and define different fields for it on the search head.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2010 10:15:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57480#M11229</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-24T10:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57481#M11230</link>
      <description>&lt;P&gt;Why is this still painful?  Amazing....&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2010 10:56:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57481#M11230</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2010-09-24T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57482#M11231</link>
      <description>&lt;P&gt;Thank you for your excellent response.  We do have different sets of fields for different web sites on the same IIS servers so we will need to specify multiple sourcetypes and fields.  Thanks for that tip too.&lt;/P&gt;

&lt;P&gt;It's things like this that still make me feel that Windows is still a second-class citizen to Splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2010 22:55:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57482#M11231</guid>
      <dc:creator>dveith</dc:creator>
      <dc:date>2010-09-24T22:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57483#M11232</link>
      <description>&lt;P&gt;gkanapathy, this worked well.  Except the header records make it through now too.  How can I eliminate them?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2010 04:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57483#M11232</guid>
      <dc:creator>dveith</dc:creator>
      <dc:date>2010-09-25T04:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57484#M11233</link>
      <description>&lt;P&gt;You can mostly just ignore them, or construct your search queries to ignored them (e.g., &lt;CODE&gt;NOT user=csUser&lt;/CODE&gt; or whatever will exclude those items) Otherwise you can do a TRANSFORMS at index time and filter out (nullQueue) anything that matches &lt;CODE&gt;^#&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2010 04:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57484#M11233</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-25T04:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57485#M11234</link>
      <description>&lt;P&gt;I would also encourage you to file an enhancement request (aka P4 support ticket) on this. This is something that Splunk should fix, and if the "Getting Data In" tasks for the next version do anything at all, it should deal with this issue.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2010 04:46:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57485#M11234</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-25T04:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: W3C Fields With Light Forwarder - Still don't have it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57486#M11235</link>
      <description>&lt;P&gt;Hi,  I will submit an enhancement request.  And before I saw you note I got it working sending to a null queue.  Thanks for your help!!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2010 05:13:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/W3C-Fields-With-Light-Forwarder-Still-don-t-have-it/m-p/57486#M11235</guid>
      <dc:creator>dveith</dc:creator>
      <dc:date>2010-09-25T05:13:36Z</dc:date>
    </item>
  </channel>
</rss>

