<?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: one event one filed multi value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40041#M9210</link>
    <description>&lt;P&gt;Thank you very much&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2013 18:54:51 GMT</pubDate>
    <dc:creator>crazyeva</dc:creator>
    <dc:date>2013-08-21T18:54:51Z</dc:date>
    <item>
      <title>one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40033#M9202</link>
      <description>&lt;P&gt;hello&lt;BR /&gt;
I have my log form as multi lines breaked with an empty line&lt;BR /&gt;
thanks to ziegfried， I have devided each event successfully with his help&lt;BR /&gt;
now I want to extract a field, in each event, may covers more than one value. 1,2 maybe 3 of them, same REX.&lt;/P&gt;

&lt;P&gt;I find slpunk can pick out the first value which match the REX express, the others are dropped.&lt;BR /&gt;
Can splunk extract multi values in one event with one REGEX or one FIELD name?&lt;BR /&gt;
Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 05:10:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40033#M9202</guid>
      <dc:creator>crazyeva</dc:creator>
      <dc:date>2012-08-21T05:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40034#M9203</link>
      <description>&lt;P&gt;Check out how to make multi-valued extraction through MV_ADD in transforms.conf&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 05:43:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40034#M9203</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-08-21T05:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40035#M9204</link>
      <description>&lt;P&gt;You should look at the &lt;CODE&gt;max_match&lt;/CODE&gt; parameter of the &lt;CODE&gt;rex&lt;/CODE&gt; command.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rex"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 05:59:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40035#M9204</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2012-08-21T05:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40036#M9205</link>
      <description>&lt;P&gt;is there any way for pre-extraction&lt;BR /&gt;
like some parameters in props.conf or transforms.conf?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 06:32:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40036#M9205</guid>
      <dc:creator>crazyeva</dc:creator>
      <dc:date>2012-08-21T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40037#M9206</link>
      <description>&lt;P&gt;Check kristian.kolb's comment.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 06:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40037#M9206</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-08-21T06:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40038#M9207</link>
      <description>&lt;P&gt;@kristian.kolb.&lt;/P&gt;

&lt;P&gt;can you please explain in detail with some example?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 15:09:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40038#M9207</guid>
      <dc:creator>0waste_splunk</dc:creator>
      <dc:date>2013-08-19T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40039#M9208</link>
      <description>&lt;P&gt;Thank you very mutch. &lt;BR /&gt;
It is realy a long cause to study on splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2013 01:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40039#M9208</guid>
      <dc:creator>crazyeva</dc:creator>
      <dc:date>2013-08-20T01:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40040#M9209</link>
      <description>&lt;P&gt;see example in a previous post.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/45116/xml-field-extraction?page=1&amp;amp;focusedAnswerId=45126#45126"&gt;http://answers.splunk.com/answers/45116/xml-field-extraction?page=1&amp;amp;focusedAnswerId=45126#45126&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 15:58:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40040#M9209</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-08-21T15:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: one event one filed multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40041#M9210</link>
      <description>&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 18:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/one-event-one-filed-multi-value/m-p/40041#M9210</guid>
      <dc:creator>crazyeva</dc:creator>
      <dc:date>2013-08-21T18:54:51Z</dc:date>
    </item>
  </channel>
</rss>

