<?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: Example of a bubble chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19754#M3038</link>
    <description>&lt;P&gt;Managed to puzzle it out, here is my example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;chart&amp;gt;
      &amp;lt;searchString&amp;gt;
sourcetype="transactions"  
  | bucket _time span=1h
  | stats count(eval(Rsp!="00")) as declines, count by _time, Region
  | eval pct=round((declines/count) * 100, 2)
  | table Region, _time, pct, declines
      &amp;lt;/searchString&amp;gt;
      &amp;lt;title&amp;gt;Percentage declines by Region, last 48h&amp;lt;/title&amp;gt;
      &amp;lt;earliestTime&amp;gt;-48h@h&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
      &amp;lt;option name="charting.chart"&amp;gt;bubble&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 31 May 2011 13:05:51 GMT</pubDate>
    <dc:creator>raoul</dc:creator>
    <dc:date>2011-05-31T13:05:51Z</dc:date>
    <item>
      <title>Example of a bubble chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19753#M3037</link>
      <description>&lt;P&gt;Is there an example of the correct xml syntax to use to define a bubble chart in a dashboard? I cannot find one in the manuals.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2011 12:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19753#M3037</guid>
      <dc:creator>raoul</dc:creator>
      <dc:date>2011-05-31T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a bubble chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19754#M3038</link>
      <description>&lt;P&gt;Managed to puzzle it out, here is my example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;chart&amp;gt;
      &amp;lt;searchString&amp;gt;
sourcetype="transactions"  
  | bucket _time span=1h
  | stats count(eval(Rsp!="00")) as declines, count by _time, Region
  | eval pct=round((declines/count) * 100, 2)
  | table Region, _time, pct, declines
      &amp;lt;/searchString&amp;gt;
      &amp;lt;title&amp;gt;Percentage declines by Region, last 48h&amp;lt;/title&amp;gt;
      &amp;lt;earliestTime&amp;gt;-48h@h&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
      &amp;lt;option name="charting.chart"&amp;gt;bubble&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 May 2011 13:05:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19754#M3038</guid>
      <dc:creator>raoul</dc:creator>
      <dc:date>2011-05-31T13:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a bubble chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19755#M3039</link>
      <description>&lt;P&gt;&lt;CHART&gt;&lt;BR /&gt;
      &lt;SEARCHSTRING&gt;&lt;BR /&gt;
sourcetype="E:\New Folder\voice_cdr_1mil.csv" NOT "CallingCellID" TerminationReason!=1 | &lt;BR /&gt;
|bucket TimeStamp span=5h|&lt;BR /&gt;
 eval Base_Transceiver_Station_Code=substr(CallingCellID,11,4) | &lt;BR /&gt;
 join Base_Transceiver_Station_Code [search source="E:\New Folder\BTS_Information2.txt"] |&lt;BR /&gt;
 table TERRITORY,TimeStamp,TerminationReason&lt;BR /&gt;
      &lt;/SEARCHSTRING&gt;&lt;BR /&gt;
    bubble&lt;BR /&gt;
    &lt;/CHART&gt;&lt;/P&gt;

&lt;P&gt;i am joining two files here and the result i need as bubble chart but i am not getting any output .. is this code is correct? please help me out&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19755#M3039</guid>
      <dc:creator>renuka13</dc:creator>
      <dc:date>2020-09-28T13:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a bubble chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19756#M3040</link>
      <description>&lt;P&gt;Check out the AWESOME &lt;CODE&gt;run-anywhere&lt;/CODE&gt; example here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/785029/what-is-the-best-way-to-get-100ish-greeenyellowred.html"&gt;https://answers.splunk.com/answers/785029/what-is-the-best-way-to-get-100ish-greeenyellowred.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 18:56:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Example-of-a-bubble-chart/m-p/19756#M3040</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-25T18:56:58Z</dc:date>
    </item>
  </channel>
</rss>

