<?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: Why cant I chart over multiple fields? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97538#M25175</link>
    <description>&lt;P&gt;Thanks, I can see a row based estimation on as many fields as I want to report on with stats, but what I really need is the columnar format of chart for example:&lt;/P&gt;

&lt;P&gt;Product////////Type////////purchase////////sale&lt;BR /&gt;
Apples/////////Macintosh///31//////////////161&lt;BR /&gt;
Apples/////////Granny//////118/////////////0&lt;BR /&gt;
Oranges////////Navel///////18//////////////0&lt;/P&gt;

&lt;P&gt;If I use stats, I still need to use xyseries as far as I know and this still only allows for a single x value. Right now Im staging out the additional columns into a file via outputlookup and then joining them back in, but thats too complex. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2012 14:48:27 GMT</pubDate>
    <dc:creator>bmgilmore</dc:creator>
    <dc:date>2012-10-22T14:48:27Z</dc:date>
    <item>
      <title>Why cant I chart over multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97534#M25171</link>
      <description>&lt;P&gt;I would imagine it could return multivalue fields, but there could be advantages to being able to chart sum(foo) over _time, field1, field2 by field3. Could mimic a regular pivot table in the right scenario. Is this possible using some other method?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 00:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97534#M25171</guid>
      <dc:creator>bmgilmore</dc:creator>
      <dc:date>2012-10-22T00:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why cant I chart over multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97535#M25172</link>
      <description>&lt;P&gt;So it's a multidimensional chart your trying to create?&lt;/P&gt;

&lt;P&gt;There is a nice time chart solution provided here : &lt;A href="http://splunk-base.splunk.com/answers/59045/how-do-i-make-a-multi-dimension-timechart"&gt;http://splunk-base.splunk.com/answers/59045/how-do-i-make-a-multi-dimension-timechart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 03:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97535#M25172</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2012-10-22T03:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why cant I chart over multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97536#M25173</link>
      <description>&lt;P&gt;thanks, take for example (just an example, Im not splunking fruit):&lt;/P&gt;

&lt;P&gt;timestamp=10/21/2008 04:16:31 Product=Apples Type=Macintosh key3=purchase value=31 units=dollars&lt;/P&gt;

&lt;P&gt;timestamp=10/21/2008 04:18:41 Product=Apples Type=Granny key3=purchase value=118 units=dollars&lt;/P&gt;

&lt;P&gt;timestamp=10/21/2008 05:19:30 Product=Apples Type=Macintosh key3=sale value=161 units=dollars&lt;/P&gt;

&lt;P&gt;timestamp=10/21/2008 07:48:08 Product=Oranges Type=Navel key3=purchase value=18 units=dollars&lt;/P&gt;

&lt;P&gt;I am unable figure out how to (even in a basic table) say: chart sum(value) over Product, Type by key3&lt;/P&gt;

&lt;P&gt;Id like to maintain columns for each kv if possible as well for sorting and exporting. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 11:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97536#M25173</guid>
      <dc:creator>bmgilmore</dc:creator>
      <dc:date>2012-10-22T11:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why cant I chart over multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97537#M25174</link>
      <description>&lt;P&gt;&lt;CODE&gt;stats&lt;/CODE&gt; could be your friend here.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 11:29:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97537#M25174</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-22T11:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why cant I chart over multiple fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97538#M25175</link>
      <description>&lt;P&gt;Thanks, I can see a row based estimation on as many fields as I want to report on with stats, but what I really need is the columnar format of chart for example:&lt;/P&gt;

&lt;P&gt;Product////////Type////////purchase////////sale&lt;BR /&gt;
Apples/////////Macintosh///31//////////////161&lt;BR /&gt;
Apples/////////Granny//////118/////////////0&lt;BR /&gt;
Oranges////////Navel///////18//////////////0&lt;/P&gt;

&lt;P&gt;If I use stats, I still need to use xyseries as far as I know and this still only allows for a single x value. Right now Im staging out the additional columns into a file via outputlookup and then joining them back in, but thats too complex. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 14:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-cant-I-chart-over-multiple-fields/m-p/97538#M25175</guid>
      <dc:creator>bmgilmore</dc:creator>
      <dc:date>2012-10-22T14:48:27Z</dc:date>
    </item>
  </channel>
</rss>

