<?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 to effectively implement a Bubble Chart? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-effectively-implement-a-Bubble-Chart/m-p/257766#M16195</link>
    <description>&lt;P&gt;Check the bubble chart example from the Splunk 6.x Dashboard example app (&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;It needs 4 columns with 3 columns (from 2nd to 4th) to be of numeric type. The bubble chart displays the data in 3 dimensions for the series (first column).&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2016 22:20:38 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-03-23T22:20:38Z</dc:date>
    <item>
      <title>How to effectively implement a Bubble Chart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-effectively-implement-a-Bubble-Chart/m-p/257765#M16194</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I am trying to merge two charts together.  Both charts have two dimensions each with one common dimension - making three total.&lt;/P&gt;

&lt;P&gt;Following the advice given in &lt;A href="https://answers.splunk.com/answers/327469/how-can-i-display-my-data-in-a-bubble-chart.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev"&gt;link text&lt;/A&gt;, I use the following search to return a string, number, number:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MY SEARCH | stats sum(count) by location date_month
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Which returns results in the "statistics" tab that look something like this:&lt;/P&gt;

&lt;P&gt;Location, date_month, count&lt;BR /&gt;
Copper River, 5, 300&lt;BR /&gt;
Copper River, 6, 300&lt;BR /&gt;
Copper River, 7, 325&lt;BR /&gt;
Bear River, 5, 120&lt;BR /&gt;
Bear River, 6, 200&lt;BR /&gt;
Bear River, 7, 177&lt;/P&gt;

&lt;P&gt;etc&lt;/P&gt;

&lt;P&gt;Unfortunately, when I click the "visualization" tab and select "bubble" the table is blank.  &lt;STRONG&gt;What did I do wrong?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I have also tried to understand and follow the advice given &lt;A href="https://answers.splunk.com/answers/52610/bubble-charts-input-data-structure-lacking-documentation.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev"&gt;link text&lt;/A&gt; but it appears that in the example &lt;A href="https://answers.splunk.com/answers/25336/example-of-a-bubble-chart.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev"&gt;link text&lt;/A&gt;, the search results need to yield four fields to use the bubble visualization properly.&lt;/P&gt;

&lt;P&gt;It seems there is an easy way to implement the "bubble" feature of splunk search visualization and I am just missing it.  Any suggestions?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Thank you in advance!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-effectively-implement-a-Bubble-Chart/m-p/257765#M16194</guid>
      <dc:creator>Phil219</dc:creator>
      <dc:date>2016-03-23T21:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to effectively implement a Bubble Chart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-effectively-implement-a-Bubble-Chart/m-p/257766#M16195</link>
      <description>&lt;P&gt;Check the bubble chart example from the Splunk 6.x Dashboard example app (&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;It needs 4 columns with 3 columns (from 2nd to 4th) to be of numeric type. The bubble chart displays the data in 3 dimensions for the series (first column).&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 22:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-effectively-implement-a-Bubble-Chart/m-p/257766#M16195</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-23T22:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to effectively implement a Bubble Chart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-effectively-implement-a-Bubble-Chart/m-p/257767#M16196</link>
      <description>&lt;H2&gt;You are right &lt;STRONG&gt;somesoni2&lt;/STRONG&gt;! Thank you!&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;MY SEARCH | table location, _time, count,Species_ID
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Yielded:&lt;/P&gt;

&lt;P&gt;Location, _time, count, Species_ID&lt;BR /&gt;
Afognak River, 2015-05-11, 2, 420&lt;BR /&gt;
Copper River, 2015-05-12, 6, 420&lt;BR /&gt;
Afognak River, 2015-05-12, 11, 420&lt;BR /&gt;
Copper River, 2015-05-13, 145, 420&lt;BR /&gt;
Afognak River, 2015-05-13, 7, 420&lt;/P&gt;

&lt;P&gt;etc.&lt;/P&gt;

&lt;P&gt;Which, when I clicked the "visualization" tab, turned into a really cool bubble chart.  &lt;STRONG&gt;Thanks!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-effectively-implement-a-Bubble-Chart/m-p/257767#M16196</guid>
      <dc:creator>Phil219</dc:creator>
      <dc:date>2020-09-29T09:10:23Z</dc:date>
    </item>
  </channel>
</rss>

