<?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: field extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586412#M204281</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242965"&gt;@ranjithan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 13:27:01 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-02-24T13:27:01Z</dc:date>
    <item>
      <title>field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586395#M204275</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;name&lt;/SPAN&gt; &lt;SPAN class=""&gt;uuid&lt;/SPAN&gt; &lt;SPAN class=""&gt;sysfs&lt;/SPAN&gt; &lt;SPAN class=""&gt;size&lt;/SPAN&gt; &lt;SPAN class=""&gt;dm-st&lt;/SPAN&gt; &lt;SPAN class=""&gt;paths&lt;/SPAN&gt; &lt;SPAN class=""&gt;failures&lt;/SPAN&gt; &lt;SPAN class=""&gt;action&lt;/SPAN&gt; &lt;SPAN class=""&gt;path_faults&lt;/SPAN&gt; &lt;SPAN class=""&gt;vend&lt;/SPAN&gt; &lt;SPAN class=""&gt;prod&lt;/SPAN&gt; &lt;SPAN class=""&gt;rev&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;mpatha&lt;/SPAN&gt; &lt;SPAN class=""&gt;360002ac000000000000010e30001c751&lt;/SPAN&gt; &lt;SPAN class=""&gt;dm-1&lt;/SPAN&gt; &lt;SPAN class=""&gt;120G&lt;/SPAN&gt; &lt;SPAN class=""&gt;active&lt;/SPAN&gt; &lt;SPAN class=""&gt;4&lt;/SPAN&gt; &lt;SPAN class=""&gt;0&lt;/SPAN&gt; &lt;SPAN class=""&gt;0&lt;/SPAN&gt; &lt;SPAN class=""&gt;3PARdata&lt;/SPAN&gt; &lt;SPAN class=""&gt;VV&lt;/SPAN&gt; &lt;SPAN class=""&gt;3315&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;mpathb&lt;/SPAN&gt; &lt;SPAN class=""&gt;360002ac000000000000010fb0001c751&lt;/SPAN&gt; &lt;SPAN class=""&gt;dm-0&lt;/SPAN&gt; &lt;SPAN class=""&gt;240G&lt;/SPAN&gt; &lt;SPAN class=""&gt;active&lt;/SPAN&gt; &lt;SPAN class=""&gt;4&lt;/SPAN&gt; &lt;SPAN class=""&gt;0&lt;/SPAN&gt; &lt;SPAN class=""&gt;0&lt;/SPAN&gt; &lt;SPAN class=""&gt;3PARdata&lt;/SPAN&gt; &lt;SPAN class=""&gt;VV&lt;/SPAN&gt; &lt;SPAN class=""&gt;3315&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The above is my multiline event in table format...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I need to extract the below values(mpath, uuid):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;mpatha 360002ac000000000000010e30001c751&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;mpathb 360002ac000000000000010fb0001c751&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please help me. im new to this.. thank you so much..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 11:17:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586395#M204275</guid>
      <dc:creator>ranjithan</dc:creator>
      <dc:date>2022-02-24T11:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586396#M204276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242965"&gt;@ranjithan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try this regex&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "^(?&amp;lt;name&amp;gt;\w+)\s+(?&amp;lt;uuid&amp;gt;[^ ]+)"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/HsvUJg/1" target="_blank"&gt;https://regex101.com/r/HsvUJg/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 11:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586396#M204276</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-24T11:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586405#M204278</link>
      <description>&lt;P&gt;thank you so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 12:14:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586405#M204278</guid>
      <dc:creator>ranjithan</dc:creator>
      <dc:date>2022-02-24T12:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586412#M204281</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242965"&gt;@ranjithan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 13:27:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-extraction/m-p/586412#M204281</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-24T13:27:01Z</dc:date>
    </item>
  </channel>
</rss>

