<?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: Does Splunk recognize LEEF formatted? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337872#M175247</link>
    <description>&lt;P&gt;Thanks Dan.  Problem solved. Woodcock, thank you also for taking the time to responsd.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
Steve Rogers&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2017 04:25:22 GMT</pubDate>
    <dc:creator>steveirogers</dc:creator>
    <dc:date>2017-03-14T04:25:22Z</dc:date>
    <item>
      <title>Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337867#M175242</link>
      <description>&lt;P&gt;I am trying to import "LEEF" formatted data (from an IBM mainframe) into Splunk, but none of the name / value pairs are recognized.  There is question in Splunk community from 2011 regarding this same issue which was not answered.  Should I just use the manual field extraction for this type of data or is this a known log format which Splunk can handle?&lt;BR /&gt;&lt;BR /&gt;
See sample log event below:&lt;BR /&gt;
"LEEF:1.0|IBM|RACF|2.2.1|80 27.0|devTimeFormat=yyyy-MM-dd'T'HH:mm:ss.SSSZ   devTime=2017-02-27T14:01:47.630-0500    usrName=U020005 name=LISA DODARO    usrPriv=    usrGroups=  ICTXname=   ICTXreg=    job=JB0  27 Feb 2017 14:01:46.26 U0200051   intent= allow=  class=MXADMIN   prof=   res=    vol=    dsn=    sens=   own=    box=    terminal=   poe=    logstr=CSQH RESLEVEL CHECK PERFORMED AGAINST PROFILE(MQGP.RESLEVEL), CLASS(MXADMIN), ACCESS EQUATES TO (NONE)   auth=   desc=Success    reason= appl=   sum=RACF GENERAL success for U020005: logstr=CSQH RESLEVEL CHECK PERFORMED AGAINST PROFILE(MQGP.RESLEVEL), CLASS(MXADMIN), ACCESS EQUATES TO (NONE) cmd="&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 20:13:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337867#M175242</guid>
      <dc:creator>steveirogers</dc:creator>
      <dc:date>2017-03-06T20:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337868#M175243</link>
      <description>&lt;P&gt;Like this...&lt;/P&gt;

&lt;P&gt;In props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
TRANSFORMS-index_time_field_extractions = LEEF_KVP
#REPORT-search_time_field_extractions = LEEF_KVP
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[LEEF_KVP]
REGEX = (\w+)=([^=]+)(?:\s+|$)
FORMAT = $1::$2
MV_ADD = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Mar 2017 21:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337868#M175243</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-06T21:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337869#M175244</link>
      <description>&lt;P&gt;Thanks very  much for you prompt response.  I will try adding those configurations.  &lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 04:35:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337869#M175244</guid>
      <dc:creator>steveirogers</dc:creator>
      <dc:date>2017-03-07T04:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337870#M175245</link>
      <description>&lt;P&gt;MV_ADD = [true|false]&lt;BR /&gt;
* NOTE: This attribute is only valid for search-time field extractions.&lt;/P&gt;

&lt;P&gt;Thus, you need to use REPORT- not TRANSFORMS-&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 19:50:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337870#M175245</guid>
      <dc:creator>Dan</dc:creator>
      <dc:date>2017-03-13T19:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337871#M175246</link>
      <description>&lt;P&gt;Good point.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 19:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337871#M175246</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-13T19:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337872#M175247</link>
      <description>&lt;P&gt;Thanks Dan.  Problem solved. Woodcock, thank you also for taking the time to responsd.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
Steve Rogers&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 04:25:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337872#M175247</guid>
      <dc:creator>steveirogers</dc:creator>
      <dc:date>2017-03-14T04:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337873#M175248</link>
      <description>&lt;P&gt;What was your final solution?  Post it here and &lt;CODE&gt;Accept&lt;/CODE&gt; it (or maybe you used mine, so click &lt;CODE&gt;Accept&lt;/CODE&gt; on that one).&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337873#M175248</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-14T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337874#M175249</link>
      <description>&lt;P&gt;I used the solution provided by Dan [Splunk].  Thanks again for your assistance.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337874#M175249</guid>
      <dc:creator>steveirogers</dc:creator>
      <dc:date>2017-03-14T16:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337875#M175250</link>
      <description>&lt;P&gt;Please do post the actual solution so that others can learn.  That's the point.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 23:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337875#M175250</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-14T23:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337876#M175251</link>
      <description>&lt;P&gt;Working solution:&lt;BR /&gt;
&lt;STRONG&gt;in props.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[LEEF_csv]&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;BR /&gt;
REPORT-leef = LEEF_KVP&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;in transforms.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[LEEF_KVP]&lt;BR /&gt;
REGEX = (\w+)=([^=]+)(?:\s+|$)&lt;BR /&gt;
FORMAT = $1::$2&lt;BR /&gt;
MV_ADD = true&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337876#M175251</guid>
      <dc:creator>steveirogers</dc:creator>
      <dc:date>2020-09-29T13:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk recognize LEEF formatted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337877#M175252</link>
      <description>&lt;P&gt;Sorry about that.  I thought everyone could see the code posted by Dan.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 00:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-Splunk-recognize-LEEF-formatted/m-p/337877#M175252</guid>
      <dc:creator>steveirogers</dc:creator>
      <dc:date>2017-03-15T00:01:21Z</dc:date>
    </item>
  </channel>
</rss>

