<?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: Manual Field Extraction Configuration in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Manual-Field-Extraction-Configuration/m-p/56902#M13922</link>
    <description>&lt;P&gt;Hello. I think your simple mistake.&lt;/P&gt;

&lt;P&gt;[we_accesslog_extsqu_fields]&lt;BR /&gt;
DELIM&lt;B&gt;S&lt;/B&gt; = " "&lt;BR /&gt;
FIELDS = "Current-Time", "Time-to-Serve", "Client-IP", "Request-Desc/Status-Returned", "Bytes-Xferred", "Method", "URL", "MIME-Type"&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2011 12:39:22 GMT</pubDate>
    <dc:creator>Hajime</dc:creator>
    <dc:date>2011-03-10T12:39:22Z</dc:date>
    <item>
      <title>Manual Field Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Manual-Field-Extraction-Configuration/m-p/56901#M13921</link>
      <description>&lt;P&gt;Greetings fellow Splunkers (and Splunkettes),&lt;/P&gt;

&lt;P&gt;Yet another field extraction question I'm afraid.&lt;/P&gt;

&lt;P&gt;I have two log file types: &lt;CODE&gt;we_accesslog_extsqu&lt;/CODE&gt; and &lt;CODE&gt;mms_export_e_wms_90&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;My field extraction for the &lt;CODE&gt;mms&lt;/CODE&gt; logs works, however the &lt;CODE&gt;we&lt;/CODE&gt; logs do not, despite being identically configured. &lt;/P&gt;

&lt;P&gt;Here are my configs:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
&lt;CODE&gt;[mms_export_e_wms_90]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;pulldown_type=true&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;KV_MODE=none&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;SHOULD_LINEMERGE=false&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;TZ=Australia/Melbourne&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;TRANSFORMS-comment=mms_export_e_wms_90_comment&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;REPORT-header=mms_export_e_wms_90_fields&lt;/CODE&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[we_accesslog_extsqu]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;pulldown_type=true&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;KV_MODE=none&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;SHOULD_LINEMERGE=false&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;TZ=Australia/Melbourne&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;TRANSFORMS-toNull=we_accesslog_extsqu_header,we_accesslog_extsqu_footer&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;REPORT-weFields=we_accesslog_extsqu_fields&lt;/CODE&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
&lt;CODE&gt;[mms_export_e_wms_90_comment]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;REGEX=^#&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;DEST_KEY=queue&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;FORMAT=nullQueue&lt;/CODE&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[mms_export_e_wms_90_fields]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;DELIMS = " "&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;FIELDS = "c-ip", "date", "time", "c-dns", "cs-uri-stem", "c-starttime", "x-duration", "c-rate", "c-status", "c-playerid", "c-playerversion", "c-playerlanguage", "cs(User-Agent)", 
"cs(Referer)", "c-hostexe", "c-hostexever", "c-os", "c-osversion", "c-cpu", "filelength", "filesize", "avgbandwidth", "protocol", "transport", "audiocodec", "videocodec", "channelURL", "sc-bytes", "c-bytes", "s-pkts-sent", "c-pkts-received", "c-pkts-lost-client", "c-pkts-lost-net", "c-pkts-lost-cont-net", "c-resendreqs", "c-pkts-recovered-ECC", "c-pkts-recovered-resent", "c-buffercount", "c-totalbuffertime", "c-quality", "s-ip", "s-dns", "s-totalclients", "s-cpu-util", "cs_user_name", "s_session_id", "s_content_path", "cs_url", "cs_media_name", "c_max_bandwidth", "cs_media_role", "s_proxied", "SE-action", "SE-bytes", "Username"&lt;/CODE&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[we_accesslog_extsqu_header]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;REGEX = ^C&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;DEST_KEY = queue&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;FORMAT = nullQueue&lt;/CODE&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[we_accesslog_extsqu_footer]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;REGEX = ^#&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;DEST_KEY = queue&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;FORMAT = nullQueue&lt;/CODE&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[we_accesslog_extsqu_fields]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;DELIM = " "&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;FIELDS = "Current-Time", "Time-to-Serve", "Client-IP", "Request-Desc/Status-Returned", "Bytes-Xferred", "Method", "URL", "MIME-Type"&lt;/CODE&gt;&lt;BR /&gt;
&lt;/P&gt;&lt;HR /&gt;
I'm happy to provide samples of the logs if they'll help?&lt;P&gt;&lt;/P&gt;

&lt;P&gt;As far as I can tell, both configurations are (in principle) identical, yet I cannot get Splunk to recognise the &lt;CODE&gt;we_accesslogs_extsqu&lt;/CODE&gt; fields... can anyone possibly help me shed some light on this please?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2011 11:28:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Manual-Field-Extraction-Configuration/m-p/56901#M13921</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2011-03-10T11:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Manual Field Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Manual-Field-Extraction-Configuration/m-p/56902#M13922</link>
      <description>&lt;P&gt;Hello. I think your simple mistake.&lt;/P&gt;

&lt;P&gt;[we_accesslog_extsqu_fields]&lt;BR /&gt;
DELIM&lt;B&gt;S&lt;/B&gt; = " "&lt;BR /&gt;
FIELDS = "Current-Time", "Time-to-Serve", "Client-IP", "Request-Desc/Status-Returned", "Bytes-Xferred", "Method", "URL", "MIME-Type"&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2011 12:39:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Manual-Field-Extraction-Configuration/m-p/56902#M13922</guid>
      <dc:creator>Hajime</dc:creator>
      <dc:date>2011-03-10T12:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Manual Field Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Manual-Field-Extraction-Configuration/m-p/56903#M13923</link>
      <description>&lt;P&gt;GAHHHH!!! Legend!!! If it was a semi-colon I would have noticed... thanks heaps Hajime!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2011 12:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Manual-Field-Extraction-Configuration/m-p/56903#M13923</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2011-03-10T12:58:58Z</dc:date>
    </item>
  </channel>
</rss>

