<?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: multivalue field search time extraction through UI in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478995#M134283</link>
    <description>&lt;P&gt;I figured out the issue here.&lt;/P&gt;

&lt;P&gt;The SOURCE_KEY = list , the field list here is an already search time extracted field. And I am trying to apply one more search time field extraction or a search time multi value field extraction to it and so it could not work.&lt;/P&gt;

&lt;P&gt;If I change the SOURCE_KEY = _raw , it works perfect but does not solve my case. As I want the extraction particular only to that field.&lt;/P&gt;

&lt;P&gt;I did not change any other parameters in my settings shown in the question except for the source_key.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 20:24:11 GMT</pubDate>
    <dc:creator>nawazns5038</dc:creator>
    <dc:date>2020-04-28T20:24:11Z</dc:date>
    <item>
      <title>multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478986#M134274</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I would like to extract  field values from UI using the field transformations and field extractions from settings. &lt;/P&gt;

&lt;P&gt;I have added the field extractions and referenced it to use a field transform. I follow the same naming conventions for other normal field extractions with transforms and it works well. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  props.conf
 [sourcetype]
 REPORT-IP = REPORT-IP

transforms.conf 
[REPORT-IP]
FORMAT = IP::$1
MV_ADD = 1
REGEX = c=IN IP4 (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
SOURCE_KEY = list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have verified the regex and it captures well when checked in general, however I don't see the required multi value field in Splunk with the values extracted. &lt;/P&gt;

&lt;P&gt;Is anything else missing ? &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 05:38:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478986#M134274</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-04-22T05:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478987#M134275</link>
      <description>&lt;P&gt;These two are always different values.  I don't know what the effect of this would be.  The second one should match the stanza in transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [sourcetype]
 REPORT-IP = REPORT-stanza

  [REPORT-stanza]
 your code
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Apr 2020 02:27:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478987#M134275</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2020-04-24T02:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478988#M134276</link>
      <description>&lt;P&gt;Hi, Are you able to provide a sample of the data you are attempting to extract from.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 05:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478988#M134276</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2020-04-24T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478989#M134277</link>
      <description>&lt;P&gt;I can understand what you mean but it does not effect anything , I use the same format  for other field transforms as well in order to avoid confusion and it works well. &lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 23:35:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478989#M134277</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-04-27T23:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478990#M134278</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
The most likely suspect is the field "list" does not exist when the transform attempts to execute.&lt;BR /&gt;
Search time order of operations are&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Inline extraction from props&lt;/LI&gt;
&lt;LI&gt;Transform-based extraction&lt;/LI&gt;
&lt;LI&gt;Auto KV fields&lt;/LI&gt;
&lt;LI&gt;Field-Alias&lt;/LI&gt;
&lt;LI&gt;Calc fields&lt;/LI&gt;
&lt;LI&gt;Lookups&lt;/LI&gt;
&lt;LI&gt;Eventtypes&lt;/LI&gt;
&lt;LI&gt;Tags&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Can you please provide some insight into how/when the field "list" used as the SOURCE_KEY is extracted.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 23:49:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478990#M134278</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2020-04-27T23:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478991#M134279</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;zsdfgdsgfgsdfg dfgkh sdfl;askgh a;sdfkghjak gah fkgakfgakgj ha;sdghkjasgh as;kgkahsjkghao[YOWERT    [Y  [OYTUWEH ASDGH IQHIWURHTGIWQUHO HEOW    ROIouoasdfoutyet uertyuqewr tyouyqwrtuootptypowreqyturwet wqrtu8 sdfgsdfg sdfg w['aE QWE[T QWETJHTJKERHWTERHWKTH EJRTHKJEWRHTUII    auioprtywerryweuortyew c=IN IP4 10.33.22.11ghghfjgfhj ghjgjedkj wrktjyhoe oqw4u5yohwueirthywi hqiuehrtqtp[[qh erhtjqehrtueqhrtuiqwyhtkjewhgiuhdefjkaslhguqirotuyqpuyt quywertuipyp  y] oiq  ytuoqerytu htuqerhuthuqeirhtuy4238[ ]2u5]r  iuwifhdjgfhjrhgtu
=-+c=IN IP4 10.44.33.22+t334543 34q535asdtesdft
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Apr 2020 23:57:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478991#M134279</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-04-27T23:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478992#M134280</link>
      <description>&lt;P&gt;try REGEX options.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yourSourcetype]
REPORT-IP = IP
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [IP]
 FORMAT = IP::$1
 MV_ADD = 1
 REGEX = (?ms)c=IN\sIP4\s(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
 SOURCE_KEY = list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Sample:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval list="zsdfgdsgfgsdfg dfgkh sdfl;askgh a;sdfkghjak gah fkgakfgakgj ha;sdghkjasgh as;kgkahsjkghao[YOWERT    [Y     [OYTUWEH ASDGH IQHIWURHTGIWQUHO    HEOW    ROIouoasdfoutyet uertyuqewr tyouyqwrtuootptypowreqyturwet wqrtu8 sdfgsdfg sdfg w['aE QWE[T QWETJHTJKERHWTERHWKTH EJRTHKJEWRHTUII    auioprtywerryweuortyew c=IN IP4 10.33.22.11ghghfjgfhj ghjgjedkj wrktjyhoe oqw4u5yohwueirthywi hqiuehrtqtp[[qh erhtjqehrtueqhrtuiqwyhtkjewhgiuhdefjkaslhguqirotuyqpuyt quywertuipyp    y] oiq    ytuoqerytu htuqerhuthuqeirhtuy4238[    ]2u5]r    iuwifhdjgfhjrhgtu
 =-+c=IN IP4 10.44.33.22+t334543 34q535asdtesdft"
 | rex field=list max_match=0 "(?ms)c=IN\sIP4\s(?&amp;lt;IP&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Apr 2020 00:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478992#M134280</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-28T00:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478993#M134281</link>
      <description>&lt;P&gt;I figured out the issue here. &lt;/P&gt;

&lt;P&gt;The  &lt;CODE&gt;SOURCE_KEY = list&lt;/CODE&gt; , the field &lt;STRONG&gt;list&lt;/STRONG&gt; here is an already search time extracted field. And I am trying to apply one more search time field extraction or a search time multi value field extraction to it and so it could not work.&lt;/P&gt;

&lt;P&gt;If I change the &lt;CODE&gt;SOURCE_KEY = _raw&lt;/CODE&gt; , it works perfect but does not solve my case. As I want the extraction particular only to that field. &lt;/P&gt;

&lt;P&gt;I did not change any other parameters in my settings shown in the question except for the &lt;CODE&gt;source_key.&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478993#M134281</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-04-28T20:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478994#M134282</link>
      <description>&lt;P&gt;Thanks for the regex. &lt;/P&gt;

&lt;P&gt;I figured out the issue here.&lt;/P&gt;

&lt;P&gt;The SOURCE_KEY = list , the field list here is an already search time extracted field. And I am trying to apply one more search time field extraction or a search time multi value field extraction to it and so it could not work.&lt;/P&gt;

&lt;P&gt;If I change the SOURCE_KEY = _raw , it works perfect but does not solve my case. As I want the extraction particular only to that field.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478994#M134282</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-04-28T20:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478995#M134283</link>
      <description>&lt;P&gt;I figured out the issue here.&lt;/P&gt;

&lt;P&gt;The SOURCE_KEY = list , the field list here is an already search time extracted field. And I am trying to apply one more search time field extraction or a search time multi value field extraction to it and so it could not work.&lt;/P&gt;

&lt;P&gt;If I change the SOURCE_KEY = _raw , it works perfect but does not solve my case. As I want the extraction particular only to that field.&lt;/P&gt;

&lt;P&gt;I did not change any other parameters in my settings shown in the question except for the source_key.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:24:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478995#M134283</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-04-28T20:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478996#M134284</link>
      <description>&lt;P&gt;So you mean we cannot perform search time extractions again on already search time extracted fields. ?? &lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:24:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478996#M134284</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-04-28T20:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478997#M134285</link>
      <description>&lt;P&gt;Please pay attention to the "order of operations" posted earlier.&lt;BR /&gt;
Fields from a previous step are available in subsequent steps except for calculated fields (they run in parallel), so,&lt;/P&gt;

&lt;P&gt;If you configure either an inline field extraction, or an additional Transforms that is executed first, then you would be able to use the field.&lt;/P&gt;

&lt;P&gt;E.g&lt;BR /&gt;
props.conf&lt;/P&gt;

&lt;P&gt;[sourcetype]&lt;BR /&gt;
EXTRACT-list = regex_to_extract_the_list&lt;BR /&gt;
REPORT-ip = ip_from_list&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
[ip_from_list]&lt;BR /&gt;
MV_ADD = 1&lt;BR /&gt;
SOURCE_KEY = list&lt;BR /&gt;
REGEX = c=IN\sIP4\s(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})&lt;BR /&gt;
FORMAT = IP::$1&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478997#M134285</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2020-09-30T05:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: multivalue field search time extraction through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478998#M134286</link>
      <description>&lt;P&gt;So there's a problem with the other settings.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 22:34:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multivalue-field-search-time-extraction-through-UI/m-p/478998#M134286</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-28T22:34:13Z</dc:date>
    </item>
  </channel>
</rss>

