<?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: Field extraction and Splunk forwarding in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98204#M25305</link>
    <description>&lt;P&gt;Are your field extractions &lt;STRONG&gt;search-time&lt;/STRONG&gt; or &lt;STRONG&gt;index-time&lt;/STRONG&gt;? They should be search-time. Can you post your &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt; so we can see them?&lt;/P&gt;

&lt;P&gt;If your field extractions are index-time, they will not apply retroactively to data that has already been indexed. (One of the several disadvantages of index-time fields.) Search-time field extractions apply to all data, regardless of when it was indexed.&lt;/P&gt;

&lt;P&gt;If you aren't sure whether your field extractions are search-time or index-time, check out the links below. Also, we will be able to tell once we see the .conf files.&lt;BR /&gt;
Useful links:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Indextimeversussearchtime"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Indextimeversussearchtime&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles&lt;/A&gt;  &lt;/P&gt;</description>
    <pubDate>Fri, 13 Jul 2012 16:53:21 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2012-07-13T16:53:21Z</dc:date>
    <item>
      <title>Field extraction and Splunk forwarding</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98203#M25304</link>
      <description>&lt;P&gt;I have systems sending data to splunk1 in the form: k1=v1 k2=v2&lt;BR /&gt;
I have field extraction configured for the sourcetype,to extract those fields as name1 and name2. This works fine.&lt;BR /&gt;
I have another system sending similar data to splunk2, which is configured to route it, based our "source" to splunk1.&lt;/P&gt;

&lt;P&gt;the data from this remote system, though it has the correct sourcetype, does not get my custom field extraction applied, instead I get the automatic fields extracted with thier short names, k1, k2.&lt;/P&gt;

&lt;P&gt;I tried adding my extraction rules to props/transforms on splunk2, in addition to splunk1, but to no avail. How can I fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 13:03:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98203#M25304</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2012-07-13T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction and Splunk forwarding</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98204#M25305</link>
      <description>&lt;P&gt;Are your field extractions &lt;STRONG&gt;search-time&lt;/STRONG&gt; or &lt;STRONG&gt;index-time&lt;/STRONG&gt;? They should be search-time. Can you post your &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt; so we can see them?&lt;/P&gt;

&lt;P&gt;If your field extractions are index-time, they will not apply retroactively to data that has already been indexed. (One of the several disadvantages of index-time fields.) Search-time field extractions apply to all data, regardless of when it was indexed.&lt;/P&gt;

&lt;P&gt;If you aren't sure whether your field extractions are search-time or index-time, check out the links below. Also, we will be able to tell once we see the .conf files.&lt;BR /&gt;
Useful links:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Indextimeversussearchtime"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Indextimeversussearchtime&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles&lt;/A&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 16:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98204#M25305</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-07-13T16:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction and Splunk forwarding</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98205#M25306</link>
      <description>&lt;P&gt;Thanks a alot.. My extractions are like what follows.. I guess index-time?&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;P&gt;[bigip-syslog]&lt;BR /&gt;
REPORT-gtm-dns-fields = gtm-dns-fields-1&lt;/P&gt;

&lt;P&gt;transforms.conf:&lt;BR /&gt;
[gtm-dns-fields-1]&lt;BR /&gt;
REGEX = v=([\d.]+):? c=([\d.]+)&lt;BR /&gt;
FORMAT = vip::$1 client::$2&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 17:04:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98205#M25306</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2012-07-13T17:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction and Splunk forwarding</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98206#M25307</link>
      <description>&lt;P&gt;Thanks a lot for the links... which lead me to "Field aliasing", which is really all I needed, Splunk already parses and extract my fields correctly, just needed them renamed, and aliasing seems to work just fine too!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 17:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98206#M25307</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2012-07-13T17:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction and Splunk forwarding</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98207#M25308</link>
      <description>&lt;P&gt;Glad it worked. This is search-time field extraction BTW.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 18:32:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extraction-and-Splunk-forwarding/m-p/98207#M25308</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-07-13T18:32:35Z</dc:date>
    </item>
  </channel>
</rss>

