<?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 extraction help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/field-extraction-help/m-p/58204#M14225</link>
    <description>&lt;P&gt;Thanks, this worked a treat&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2013 22:27:47 GMT</pubDate>
    <dc:creator>getmesomedata</dc:creator>
    <dc:date>2013-06-19T22:27:47Z</dc:date>
    <item>
      <title>field extraction help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-extraction-help/m-p/58202#M14223</link>
      <description>&lt;P&gt;I'm fairly new to Splunk so forgive me if I'm asking the obvious. &lt;/P&gt;

&lt;P&gt;I'm creating an app for my RabbitMQ server and I'm having a few issues with one of my field extractions. I've got a script &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\windows\system32&amp;gt;"C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.0.4\sbin\rabbitmqctl.bat" list_queues 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which outputs the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Listing queues ...
firstQueue  10
secondQueue 10
whatever    20
...done. 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can write a field extraction to pull out the queue names and the values one by one but I want it to be more dynamic as the number of queues might change over time. So the next time the script runs it might list out 4 entries and so on.&lt;/P&gt;

&lt;P&gt;Can anyone advice me on setup my field extractions so it dynamically pulls out the queue names and count values.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2013 17:58:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-extraction-help/m-p/58202#M14223</guid>
      <dc:creator>getmesomedata</dc:creator>
      <dc:date>2013-06-09T17:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: field extraction help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-extraction-help/m-p/58203#M14224</link>
      <description>&lt;P&gt;I am not familiar with rabbitMQ and that bat file you are calling. Do you have the ability to modify the output any? If you could get it to output as key value pairs like&lt;BR /&gt;
firstQueue=10&lt;BR /&gt;
secondQueue=10&lt;/P&gt;

&lt;P&gt;Then Splunk will auto extract all key value pairs on it's own without much coaxing. And that would let you not worry about the dynamic number of queues that might come out.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2013 02:26:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-extraction-help/m-p/58203#M14224</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2013-06-15T02:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: field extraction help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-extraction-help/m-p/58204#M14225</link>
      <description>&lt;P&gt;Thanks, this worked a treat&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2013 22:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-extraction-help/m-p/58204#M14225</guid>
      <dc:creator>getmesomedata</dc:creator>
      <dc:date>2013-06-19T22:27:47Z</dc:date>
    </item>
  </channel>
</rss>

