<?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: How does one create a pie chart that would result in 3 equal pie slices? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297362#M89734</link>
    <description>&lt;P&gt;I'm not trying to force 3 equal slices, moderator changed my topic. But useful information none the less, thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2017 15:39:41 GMT</pubDate>
    <dc:creator>fdswitch</dc:creator>
    <dc:date>2017-05-17T15:39:41Z</dc:date>
    <item>
      <title>How does one create a pie chart that would result in 3 equal pie slices?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297359#M89731</link>
      <description>&lt;P&gt;I'm logging memory stats, and I have fields like "mem_free", "mem_used", and "mem_cache" that represent memory in MB.&lt;/P&gt;

&lt;P&gt;Let's assume all three of these avg(fields) value is 33. How does one create a pie chart that would result in 3 equal pie slices?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297359#M89731</guid>
      <dc:creator>fdswitch</dc:creator>
      <dc:date>2020-09-29T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How does one create a pie chart that would result in 3 equal pie slices?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297360#M89732</link>
      <description>&lt;P&gt;Just add &lt;CODE&gt;transpose&lt;/CODE&gt;, maybe something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats last(mem_*) AS mem_* | transpose
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 May 2017 23:16:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297360#M89732</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-16T23:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How does one create a pie chart that would result in 3 equal pie slices?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297361#M89733</link>
      <description>&lt;P&gt;if they DON'T have equal values and, for whatever reason, you still want them to have equal slices, I'd create a dummy variable.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats last(mem_*) AS mem_* |transpose|eval column=column+" - "+'row 1'|eval sliceSize=33|fields - "row 1"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 May 2017 11:47:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297361#M89733</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-05-17T11:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How does one create a pie chart that would result in 3 equal pie slices?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297362#M89734</link>
      <description>&lt;P&gt;I'm not trying to force 3 equal slices, moderator changed my topic. But useful information none the less, thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 15:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-does-one-create-a-pie-chart-that-would-result-in-3-equal-pie/m-p/297362#M89734</guid>
      <dc:creator>fdswitch</dc:creator>
      <dc:date>2017-05-17T15:39:41Z</dc:date>
    </item>
  </channel>
</rss>

