<?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: Having trouble with field extractor on 7.0 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337178#M100037</link>
    <description>&lt;P&gt;can you please elaborate on more sample events?&lt;BR /&gt;
also what do you want to extract? 10 and blabla?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2017 10:09:10 GMT</pubDate>
    <dc:creator>mayurr98</dc:creator>
    <dc:date>2017-12-12T10:09:10Z</dc:date>
    <item>
      <title>Having trouble with field extractor on 7.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337177#M100036</link>
      <description>&lt;P&gt;I have ton a couple of events like this:&lt;/P&gt;

&lt;P&gt;Mime.stuff.1 = 10&lt;BR /&gt;
Mime.pop = "blabla"&lt;/P&gt;

&lt;P&gt;Basically I want to create a field "MimeProperty" and the require is to begin with a "Mime.". I'm having trouble working with the extractor as I don't fully understand it. Can anyone point me in the right direction ? Thanks in advance &lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 09:56:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337177#M100036</guid>
      <dc:creator>greggz</dc:creator>
      <dc:date>2017-12-12T09:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with field extractor on 7.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337178#M100037</link>
      <description>&lt;P&gt;can you please elaborate on more sample events?&lt;BR /&gt;
also what do you want to extract? 10 and blabla?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:09:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337178#M100037</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2017-12-12T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with field extractor on 7.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337179#M100038</link>
      <description>&lt;P&gt;Those would be the values yes. I wan't every field that's starts off with Mime&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:41:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337179#M100038</guid>
      <dc:creator>greggz</dc:creator>
      <dc:date>2017-12-12T10:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with field extractor on 7.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337180#M100039</link>
      <description>&lt;P&gt;Try this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_index | rex field=_raw "Mime.*\=\s(|\")(?P&amp;lt;MimeProperty&amp;gt;[^\s|\"]+)"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know if it helps!!&lt;/P&gt;

&lt;P&gt;If you get improper output then pls provide some sample events. like there is a confusion of space after "="&lt;BR /&gt;
in every event.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:58:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337180#M100039</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2017-12-12T10:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with field extractor on 7.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337181#M100040</link>
      <description>&lt;P&gt;@mayurr98 Nice it works plenty! Post as an answer for me to mark it as correct&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 11:49:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337181#M100040</guid>
      <dc:creator>greggz</dc:creator>
      <dc:date>2017-12-12T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with field extractor on 7.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337182#M100041</link>
      <description>&lt;P&gt;You are welcome,&lt;BR /&gt;
i have converted Please accept!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:03:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-trouble-with-field-extractor-on-7-0/m-p/337182#M100041</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2017-12-12T12:03:35Z</dc:date>
    </item>
  </channel>
</rss>

