<?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 extractor  is unusually slow (max single event time=, probes=warning max=) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91703#M23647</link>
    <description>&lt;P&gt;I need that METHOD field will be persistent&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2013 08:09:40 GMT</pubDate>
    <dc:creator>royimad</dc:creator>
    <dc:date>2013-04-12T08:09:40Z</dc:date>
    <item>
      <title>Field extractor  is unusually slow (max single event time=, probes=warning max=)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91699#M23643</link>
      <description>&lt;P&gt;I have a regular expression that extract everything that exist between brackets &lt;BR /&gt;
Extraction:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?i) .*?   (?P&amp;lt;METHOD&amp;gt;\-\s+\[\w+.*.\])\s+\w+
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm receiving the following Warning&lt;BR /&gt;
Field extractor name=EXTRACT-METHOD is unusually slow (max single event time=1081ms, probes=5 warning max=1000ms)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 06:57:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91699#M23643</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-04-12T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field extractor  is unusually slow (max single event time=, probes=warning max=)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91700#M23644</link>
      <description>&lt;P&gt;That regex does look a bit odd to me. If you have an event like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;blah blah [yohoo_123] blah blah
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and just want to extract &lt;CODE&gt;yohoo_123&lt;/CODE&gt; your regex should probably look more like;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;...| rex "\[(?&amp;lt;METHOD&amp;gt;[^\]]+)\]&lt;/CODE&gt;"&lt;/P&gt;

&lt;P&gt;i.e. after the opening square bracket, grab everything that is NOT a closing square bracket, followed by a closing square bracket.  &lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 07:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91700#M23644</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-04-12T07:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field extractor  is unusually slow (max single event time=, probes=warning max=)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91701#M23645</link>
      <description>&lt;P&gt;perfect dude:)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 07:59:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91701#M23645</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-04-12T07:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field extractor  is unusually slow (max single event time=, probes=warning max=)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91702#M23646</link>
      <description>&lt;P&gt;How to put that in props.conf&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 08:06:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91702#M23646</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-04-12T08:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field extractor  is unusually slow (max single event time=, probes=warning max=)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91703#M23647</link>
      <description>&lt;P&gt;I need that METHOD field will be persistent&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 08:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91703#M23647</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-04-12T08:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Field extractor  is unusually slow (max single event time=, probes=warning max=)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91704#M23648</link>
      <description>&lt;P&gt;Should work.&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
&lt;CODE&gt;[your_sourcetype]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;EXTRACT-blah = \s\[(?&amp;lt;METHOD&amp;gt;[^\]]+)\]\s&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 08:16:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-extractor-is-unusually-slow-max-single-event-time-probes/m-p/91704#M23648</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-04-12T08:16:33Z</dc:date>
    </item>
  </channel>
</rss>

