<?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: Auto Filed value extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640161#M221825</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249788"&gt;@pm2012&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it's really difficoult to extract a fild if there isn't any rule in fields definition!&lt;/P&gt;&lt;P&gt;Can you extrapolate a rule?&lt;/P&gt;&lt;P&gt;Otherwise, you can only extract the field between the "result" tag and make a search inside this field.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 07:29:59 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-04-17T07:29:59Z</dc:date>
    <item>
      <title>How to achieve auto filed value extraction?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640152#M221820</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have to do auto field extraction of the fields coming inside the payload under &amp;lt;mTypes&amp;gt;....&amp;lt;/mTypes&amp;gt; to the corresponding values which are coming under &amp;lt;Results&amp;gt;........&amp;lt;/Results&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;mTypes&amp;gt;field_1 field_2 field_3 field_4&amp;lt;/mTypes&amp;gt;&lt;/P&gt;
&lt;P&gt;some random paylod &amp;lt;Results&amp;gt;12 12 9 3&amp;lt;/Results&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly suggest, thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 07:54:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640152#M221820</guid>
      <dc:creator>pm2012</dc:creator>
      <dc:date>2023-04-18T07:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Filed value extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640156#M221821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249788"&gt;@pm2012&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you're sure to have always 4 fields, separated by a space, you could use a regex like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\&amp;lt;Results\&amp;gt;(?&amp;lt;field1&amp;gt;\d+)\s+(?&amp;lt;field2&amp;gt;\d+)\s+(?&amp;lt;field3&amp;gt;\d+)\s+(?&amp;lt;field4&amp;gt;\d+)\&amp;lt;\/Results\&amp;gt;"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:05:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640156#M221821</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-17T07:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Filed value extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640159#M221823</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;for the quick help,&lt;/P&gt;&lt;P&gt;Actually fields are not unique and even their order is also not unique, like few logs having 4 fields and other more than that, also sometime field_1 at first place and sometime it is on different place.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640159#M221823</guid>
      <dc:creator>pm2012</dc:creator>
      <dc:date>2023-04-17T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Filed value extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640161#M221825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249788"&gt;@pm2012&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it's really difficoult to extract a fild if there isn't any rule in fields definition!&lt;/P&gt;&lt;P&gt;Can you extrapolate a rule?&lt;/P&gt;&lt;P&gt;Otherwise, you can only extract the field between the "result" tag and make a search inside this field.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:29:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640161#M221825</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-17T07:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Filed value extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640745#M222000</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The pattern is same, i mean there are fields at the right places however in different order and their respective values. Any clue how to make this auto extraction done?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 07:13:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640745#M222000</guid>
      <dc:creator>pm2012</dc:creator>
      <dc:date>2023-04-20T07:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Filed value extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640773#M222001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249788"&gt;@pm2012&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as I said a different order isn't the same, for this readon I asked a rule.&lt;/P&gt;&lt;P&gt;Without a rule it's difficoult to create a regex for fields extraction.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 08:17:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-auto-filed-value-extraction/m-p/640773#M222001</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-20T08:17:32Z</dc:date>
    </item>
  </channel>
</rss>

