<?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: Using rangemap in dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-rangemap-in-dashboard/m-p/39419#M1861</link>
    <description>&lt;P&gt;Thanks for the suggestion.. But it didnt work. Any other suggestions ??&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2012 17:28:32 GMT</pubDate>
    <dc:creator>gpanicker</dc:creator>
    <dc:date>2012-04-30T17:28:32Z</dc:date>
    <item>
      <title>Using rangemap in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-rangemap-in-dashboard/m-p/39417#M1859</link>
      <description>&lt;P&gt;I am trying to use rangemap in a dashboard. The below sample always displays the default (10000+) range no matter what the duration values are.But the query as such displays correct results in splunk. Is there something wrong with the dashboard code I am using.I am using Splunk 4.2&lt;/P&gt;

&lt;P&gt;&lt;VIEW autocancelinterval="300" ispersistable="false" issticky="false" isvisible="true" objectmode="viewconf" onunloadcanceljobs="true" template="dashboard.html"&gt;&lt;BR /&gt;
  &lt;LABEL&gt;Transactions Search by Duration&lt;/LABEL&gt;&lt;BR /&gt;
  &lt;MODULE name="SideviewUtils" layoutpanel="appHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="URLLoader" layoutpanel="panel_row1_col1" autorun="True"&gt;&lt;BR /&gt;
    &lt;MODULE name="HTML" layoutpanel="viewHeader"&gt;&lt;BR /&gt;
      &lt;OBJECT&gt;&lt;PARAM name="html" /&gt;&amp;lt;h1&amp;gt;Transactions Search by Duration&amp;lt;/h1&amp;gt;&lt;BR /&gt;
    &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
   &lt;MODULE name="TimeRangePicker" layoutpanel="panel_row1_col1"&gt;&lt;BR /&gt;
   &lt;OBJECT&gt;&lt;PARAM name="default" /&gt;Last 60 minutes&lt;BR /&gt;
   &lt;PARAM name="searchWhenChanged" /&gt;True&lt;BR /&gt;
   &lt;MODULE name="Search" layoutpanel="panel_row2_col1" group="Transactions Count"&gt;&lt;BR /&gt;
&lt;PARAM name="search" /&gt;index=exp sourcetype="xxx"| rangemap field=duration low=0-10000 default=10000+ | stats count by range | sort range&lt;BR /&gt;
 &lt;MODULE name="JobStatus"&gt;&lt;BR /&gt;
          &lt;PARAM name="hideOnJobDone" /&gt;True&lt;BR /&gt;
          &lt;PARAM name="enableWizards" /&gt;False&lt;BR /&gt;
        &lt;/MODULE&gt;&lt;BR /&gt;
        &lt;MODULE name="Pager"&gt;&lt;BR /&gt;
          &lt;PARAM name="count" /&gt;15&lt;BR /&gt;
          &lt;PARAM name="entityName" /&gt;results&lt;BR /&gt;
          &lt;MODULE name="SimpleResultsTable"&gt;&lt;BR /&gt;
            &lt;PARAM name="entityName" /&gt;results&lt;BR /&gt;
            &lt;PARAM name="drilldown" /&gt;row&lt;BR /&gt;
          &lt;/MODULE&gt;&lt;BR /&gt;
        &lt;/MODULE&gt;&lt;BR /&gt;
      &lt;/MODULE&gt;&lt;BR /&gt;
    &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;/MODULE&gt;&lt;/VIEW&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2012 05:49:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-rangemap-in-dashboard/m-p/39417#M1859</guid>
      <dc:creator>gpanicker</dc:creator>
      <dc:date>2012-04-30T05:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using rangemap in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-rangemap-in-dashboard/m-p/39418#M1860</link>
      <description>&lt;P&gt;Any time I run into issues like this,  I'll first attempt wrapping the search string in an XML CDATA tag.  Certain characters are special to XML and cannot be inside of an XML tag without causing parser confusion.  So, try this...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="search"&amp;gt;&amp;lt;![CDATA[index=exp sourcetype="xxx"| rangemap field=duration low=0-10000 default=10000+ | stats count by range | sort range]]&amp;gt;&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Apr 2012 12:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-rangemap-in-dashboard/m-p/39418#M1860</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-04-30T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using rangemap in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-rangemap-in-dashboard/m-p/39419#M1861</link>
      <description>&lt;P&gt;Thanks for the suggestion.. But it didnt work. Any other suggestions ??&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2012 17:28:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-rangemap-in-dashboard/m-p/39419#M1861</guid>
      <dc:creator>gpanicker</dc:creator>
      <dc:date>2012-04-30T17:28:32Z</dc:date>
    </item>
  </channel>
</rss>

