<?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: Pulling data from table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Pulling-data-from-table/m-p/128891#M35023</link>
    <description>&lt;P&gt;It doesn't appear to be in the same extracted field like that.  I was able to get Splunk to just break up each line as a separate event and use the timestamp of the first line.  That seems to work even though Splunk complains that each line doesn't have its own time stamp.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2013 15:54:28 GMT</pubDate>
    <dc:creator>AlexMcDuffMille</dc:creator>
    <dc:date>2013-11-08T15:54:28Z</dc:date>
    <item>
      <title>Pulling data from table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pulling-data-from-table/m-p/128889#M35021</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;

&lt;P&gt;I'm looking to make a panel that has 9 timechart lines on it.  &lt;/P&gt;

&lt;P&gt;I would like to graph the depth vs. time for each queue.  Each log will create 1 data point for each queue.  I'm thinking I need to use xmlkv or multikv or something similar to that, but can't seem to figure it out.  Any ideas?&lt;/P&gt;

&lt;P&gt;An example of the log is shown below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; [2013.11.05-08:43:24.787]Output Response:
&amp;gt;     Queue:1 Depth=0; Oldest=0
&amp;gt;     Queue:2 Depth=0; Oldest=0
&amp;gt;     Queue:3 Depth=0; Oldest=0
&amp;gt;     Queue:4 Depth=0; Oldest=0
&amp;gt;     Queue:5 Depth=0; Oldest=0
&amp;gt;     Queue:6 Depth=0; Oldest=0
&amp;gt;     Queue:7 Depth=0; Oldest=0
&amp;gt;     Queue:8 Depth=0; Oldest=0
&amp;gt;     Queue:9 Depth=1; Oldest=1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pulling-data-from-table/m-p/128889#M35021</guid>
      <dc:creator>AlexMcDuffMille</dc:creator>
      <dc:date>2013-11-05T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pulling-data-from-table/m-p/128890#M35022</link>
      <description>&lt;P&gt;If all of the Queue data is in the same extracted field, i.e. Output_Response, then you will need to preform an mvexpand on that field to make it appear as though each queue is a different event. At that point, you can extract the queue number via the rex command&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| rex field=Output_Response "Queue\:(?&amp;lt;queue&amp;gt;\d+)" | timechart sum(Depth) as Depth by queue&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 03:27:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pulling-data-from-table/m-p/128890#M35022</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-11-08T03:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pulling-data-from-table/m-p/128891#M35023</link>
      <description>&lt;P&gt;It doesn't appear to be in the same extracted field like that.  I was able to get Splunk to just break up each line as a separate event and use the timestamp of the first line.  That seems to work even though Splunk complains that each line doesn't have its own time stamp.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 15:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pulling-data-from-table/m-p/128891#M35023</guid>
      <dc:creator>AlexMcDuffMille</dc:creator>
      <dc:date>2013-11-08T15:54:28Z</dc:date>
    </item>
  </channel>
</rss>

