Dashboards & Visualizations

Help with formatting a dashboard?

ajaynaralikar
New Member

I have prepared dashboard and set range on count.
But my concern is I have two different range on count for CUSTOMEREVENTS(field from mbExecutingGroupName).
PFB Current view of dashboard,
mbExecutingGroupName count

CUSTOMEREVENTS 102

CUSTOMEREVENTS 72

CUSTOMEREVENTS 66

CUSTOMEREVENTS 56

BEM_FRAMEWORK 48

CUSTOMEREVENTS 46

VPG 40

CUSTOMEREVENTS 39

CUSTOMEREVENTS 38

CUSTOMEREVENTS 36

CUSTOMEREVENTS 35

ADAPTERSVC 24
In short I have set range on count column on the basis of mbExecutingGroupName column.
Is it possible?

Splunk Version -6.5.0

0 Karma

niketn
Legend

@ajaynaralikar, If you have got Splunk Dashboard Examples app from Splunkbase please refer to Table Formats examples. From Splunk Enterprise 6.5 onward Table coloring based on Range Values can be performed directly through UI Panel > Edit and formatting the specific table column.

Following is the Simple XML table formatting option with various colors (hex code) as per the threshold values:

    <format type="color" field="count">
      <colorPalette type="list">[#65A637,#6DB7C6,#F7BC38,#F58F39,#D93F3C]</colorPalette>
      <scale type="threshold">0,30,70,100</scale>
    </format>
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi ajaynaralikar,
did you already seen the Splunk 6.x Dashboard Examples App?
there's an example (Table Formats) that could guide you to the solution.
Bye.
Giuseppe

0 Karma

ajaynaralikar
New Member

Hi Giuseppe,

I don't know how to Dashboard Examples App. Could please assist?
Also I have checked Dashboard tutorials. But there is no any example for my requirement.
I have below requirement,
Two columns are there and I want set number range on second column on the basis of first column values.
It mean I want to set different ranges for different values of 1st column.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi ajaynaralikar,
take this url https://splunkbase.splunk.com/app/1603/
download this app and install it, you don't need to restart Splunk.
There are many interesting examples , Table Formats should solve your need.
Bye.
Giuseppe

0 Karma

ajaynaralikar
New Member

I tried but I didn't get the proper solution So could provide solution on it,
My query is that I have to set different range values for count for different values.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...