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!

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...

Everything Community at .conf24!

You may have seen mention of the .conf Community Zone 'round these parts and found yourself wondering what ...

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...