<?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: How to extract the fields in my raw event data at indexing time? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-fields-in-my-raw-event-data-at-indexing-time/m-p/310610#M93166</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
TRANSFORM-foo = foo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[foo]
REGEX = ([^\s]+) login attempt from user ([^\s]+) at ([^:]+):(.*)
FORMAT = action=$1 user=$2 src=$3 app=$4
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 24 May 2017 20:53:31 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-05-24T20:53:31Z</dc:date>
    <item>
      <title>How to extract the fields in my raw event data at indexing time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-fields-in-my-raw-event-data-at-indexing-time/m-p/310609#M93165</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;How to extract the fields in the below Raw event using props.conf and transforms.conf&lt;/P&gt;

&lt;P&gt;05/24/17 13:22:12 abcxyz dbmslogin_c[100]: [ddslogin.c.c][370]: [SECURITY] &lt;STRONG&gt;Successful&lt;/STRONG&gt; login attempt from user &lt;STRONG&gt;kirna331&lt;/STRONG&gt; at &lt;STRONG&gt;Book12&lt;/STRONG&gt;:&lt;STRONG&gt;Opennet&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;action=Successful&lt;BR /&gt;
user=kirna331&lt;BR /&gt;
src=Book12&lt;BR /&gt;
app=Opennet&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 19:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-fields-in-my-raw-event-data-at-indexing-time/m-p/310609#M93165</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2017-05-24T19:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract the fields in my raw event data at indexing time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-fields-in-my-raw-event-data-at-indexing-time/m-p/310610#M93166</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
TRANSFORM-foo = foo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[foo]
REGEX = ([^\s]+) login attempt from user ([^\s]+) at ([^:]+):(.*)
FORMAT = action=$1 user=$2 src=$3 app=$4
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 May 2017 20:53:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-fields-in-my-raw-event-data-at-indexing-time/m-p/310610#M93166</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-24T20:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract the fields in my raw event data at indexing time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-fields-in-my-raw-event-data-at-indexing-time/m-p/310611#M93167</link>
      <description>&lt;P&gt;props.conf&lt;BR /&gt;
[yourSourceType]&lt;BR /&gt;
 TRANSFORM-somename = somename &lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
[somename]&lt;BR /&gt;
 REGEX = ([^\w]+) login attempt from user ([^\w]+) at ([^:]+):(.*)&lt;BR /&gt;
 FORMAT = action=$1 user=$2 src=$3 app=$4&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 03:11:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-the-fields-in-my-raw-event-data-at-indexing-time/m-p/310611#M93167</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-05-25T03:11:37Z</dc:date>
    </item>
  </channel>
</rss>

