<?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: Splunk newbie question in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58920#M14491</link>
    <description>&lt;P&gt;Yes. I tried your recommendation and I still get /Foobar/FoobarServices. I just want to capture Foobar.&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2012 20:09:33 GMT</pubDate>
    <dc:creator>ncorchado</dc:creator>
    <dc:date>2012-05-23T20:09:33Z</dc:date>
    <item>
      <title>Splunk newbie question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58918#M14489</link>
      <description>&lt;P&gt;Given my apache access_log URI is  /Foobar/FoobarServices, I want to extract Foobar only for my timechart.  makemv delim="/" allowempty=t uri  returns  Foobar and FoobarServices.  All I want is the Foobar. How do I do that?&lt;/P&gt;

&lt;P&gt;makemv delim="/" allowempty=t uri | timechart count by uri&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58918#M14489</guid>
      <dc:creator>ncorchado</dc:creator>
      <dc:date>2012-05-23T19:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk newbie question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58919#M14490</link>
      <description>&lt;P&gt;Are you just trying to extract information between the / and create a new field?&lt;/P&gt;

&lt;P&gt;sourcetype="access_combined"  | rex field=uri "^/(?&lt;NEWFIELD&gt;.+?)/"&lt;/NEWFIELD&gt;&lt;/P&gt;

&lt;P&gt;Something like this?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:35:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58919#M14490</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2012-05-23T19:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk newbie question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58920#M14491</link>
      <description>&lt;P&gt;Yes. I tried your recommendation and I still get /Foobar/FoobarServices. I just want to capture Foobar.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 20:09:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58920#M14491</guid>
      <dc:creator>ncorchado</dc:creator>
      <dc:date>2012-05-23T20:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk newbie question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58921#M14492</link>
      <description>&lt;P&gt;Did you get a new field on the left called newfield with this information?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 20:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58921#M14492</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2012-05-23T20:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk newbie question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58922#M14493</link>
      <description>&lt;P&gt;Got it&lt;BR /&gt;
sourcetype="access_combined" | rex field=uri "^/(?&lt;JVM&gt;.+?)/" | timechart count by JVM&lt;BR /&gt;
Thanks!&lt;/JVM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 21:47:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58922#M14493</guid>
      <dc:creator>ncorchado</dc:creator>
      <dc:date>2012-05-23T21:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk newbie question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58923#M14494</link>
      <description>&lt;P&gt;Cool, please accept the answer and select the up arrow then.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 21:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-newbie-question/m-p/58923#M14494</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2012-05-23T21:49:52Z</dc:date>
    </item>
  </channel>
</rss>

