Dashboards & Visualizations

Using rangemap in dashboard

gpanicker
Explorer

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






<h1>Transactions Search by Duration</h1>


Last 60 minutes
True

index=exp sourcetype="xxx"| rangemap field=duration low=0-10000 default=10000+ | stats count by range | sort range

True
False


15
results

results
row




Tags (1)

dwaddle
SplunkTrust
SplunkTrust

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...

<param name="search"><![CDATA[index=exp sourcetype="xxx"| rangemap field=duration low=0-10000 default=10000+ | stats count by range | sort range]]></param>

gpanicker
Explorer

Thanks for the suggestion.. But it didnt work. Any other suggestions ??

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...