<?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 multirecord key/value input in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/multirecord-key-value-input/m-p/28063#M4763</link>
    <description>&lt;P&gt;I have a script that dumps data several lines at a time, each line has a set of key/value pairs eg:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server=host1.blah.net, port=8080, requests=234, heap=20485
server=host2.blah.net, port=8080, requests=104, heap=46225, uptime=24325
server=host3.blah.net, port=8080, requests=234
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want splunk to treat each line as a separate log entry and whatever keys are present to be collected (e.g. like the result you get with autoKV). How do I setup props.conf and transforms.conf?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2011 04:21:19 GMT</pubDate>
    <dc:creator>deusaquilus</dc:creator>
    <dc:date>2011-06-15T04:21:19Z</dc:date>
    <item>
      <title>multirecord key/value input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/multirecord-key-value-input/m-p/28063#M4763</link>
      <description>&lt;P&gt;I have a script that dumps data several lines at a time, each line has a set of key/value pairs eg:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server=host1.blah.net, port=8080, requests=234, heap=20485
server=host2.blah.net, port=8080, requests=104, heap=46225, uptime=24325
server=host3.blah.net, port=8080, requests=234
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want splunk to treat each line as a separate log entry and whatever keys are present to be collected (e.g. like the result you get with autoKV). How do I setup props.conf and transforms.conf?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2011 04:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/multirecord-key-value-input/m-p/28063#M4763</guid>
      <dc:creator>deusaquilus</dc:creator>
      <dc:date>2011-06-15T04:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: multirecord key/value input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/multirecord-key-value-input/m-p/28064#M4764</link>
      <description>&lt;P&gt;you only need props.conf with the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;yoursourcetype&amp;gt;]
SHOULD_LINEMERGE = False 
# If your events has no timestamp the config below will add current date/time as timestamp
DATETIME_CONFIG = CURRENT
KV_MODE = auto
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Jun 2011 09:59:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/multirecord-key-value-input/m-p/28064#M4764</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2011-06-15T09:59:24Z</dc:date>
    </item>
  </channel>
</rss>

