<?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: Extract filed from delimited log file in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18219#M2614</link>
    <description>&lt;P&gt;Hi , you can refer to below link : &lt;BR /&gt;
&lt;A href="http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F"&gt;http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2011 06:06:17 GMT</pubDate>
    <dc:creator>dmlee</dc:creator>
    <dc:date>2011-08-10T06:06:17Z</dc:date>
    <item>
      <title>Extract filed from delimited log file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18215#M2610</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to extract some custom fields form a log file which is delimited by ::  and i made the following set up in props.conf and transforms.conf :&lt;/P&gt;

&lt;P&gt;props.conf :&lt;/P&gt;

&lt;P&gt;[storngmail_failed]&lt;BR /&gt;
TRANSFORMS-strongf=parse_strongmail_failed&lt;/P&gt;

&lt;P&gt;trasnforms.conf :&lt;/P&gt;

&lt;P&gt;[parse_strongmail_failed]&lt;BR /&gt;
DELIMS = "::"&lt;BR /&gt;
FIELDS = "Date", "Serial-Number", "mailing-ID", "Database-ID", "Message-ID", "User-ID", "DB-RN", "DB-NAME", "Msg-SN", "Email-Address", "Bounce-Reason", "VSG-Name", "Outbound-IP", "Reciever-IP", "Category"&lt;/P&gt;

&lt;P&gt;How can I configure props.conf or transforms.conf in order to do that  an where do i should put these files?&lt;/P&gt;

&lt;P&gt;Thanks !!!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18215#M2610</guid>
      <dc:creator>oarandes</dc:creator>
      <dc:date>2020-09-28T09:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extract filed from delimited log file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18216#M2611</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;
 I think you already make sure your sourcetype is "strongmail_failed"&lt;/P&gt;

&lt;P&gt;second, you can put those two conf files under $SPLUNK_HOME/etc/system/local if you haven't create your own App . if you had created your own App said "strongmail", you can put conf files under $SPLUNK_HOME/etc/apps/strongmail/local/&lt;/P&gt;

&lt;P&gt;and because it is "search time" configuration , so you should put them on search head &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:37:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18216#M2611</guid>
      <dc:creator>dmlee</dc:creator>
      <dc:date>2020-09-28T09:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extract filed from delimited log file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18217#M2612</link>
      <description>&lt;P&gt;HI thanks for the answer but, what do you mean by putting this config on search head ?&lt;/P&gt;

&lt;P&gt;Thanks Again !!!&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2011 09:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18217#M2612</guid>
      <dc:creator>oarandes</dc:creator>
      <dc:date>2011-05-27T09:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract filed from delimited log file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18218#M2613</link>
      <description>&lt;P&gt;Just one more question :&lt;/P&gt;

&lt;P&gt;I can see in Manager--&amp;gt;Field extractions the settings I configured above but the fields are not available when i use the search app.&lt;BR /&gt;
how can make the new extract fields available ?&lt;/P&gt;

&lt;P&gt;Thnks,&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2011 10:00:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18218#M2613</guid>
      <dc:creator>oarandes</dc:creator>
      <dc:date>2011-05-27T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extract filed from delimited log file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18219#M2614</link>
      <description>&lt;P&gt;Hi , you can refer to below link : &lt;BR /&gt;
&lt;A href="http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F"&gt;http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 06:06:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18219#M2614</guid>
      <dc:creator>dmlee</dc:creator>
      <dc:date>2011-08-10T06:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extract filed from delimited log file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18220#M2615</link>
      <description>&lt;P&gt;sorry , I missed something&lt;BR /&gt;
I saw you use "TRANSFORMS" to extract fields, it's index time field extraction , you need to "reindex" (chean and index again) your log files , I suggest you change to "REPORT" , it's search time field extraction .&lt;/P&gt;

&lt;P&gt;for more information about the difference between REPORT and TRANSFORMS , please refer to props.con.spec line 413.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 06:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-filed-from-delimited-log-file/m-p/18220#M2615</guid>
      <dc:creator>dmlee</dc:creator>
      <dc:date>2011-08-10T06:09:40Z</dc:date>
    </item>
  </channel>
</rss>

