Splunk Search

Table Row Highlighting, using non numeric

edwinmae
Path Finder

I am using the table_row_highlighting.js and the table_decorations.css from the 'latest Splunk 6.x Dashboard examples.

I have 1 field named State and the result is either Running or Stopped.

When I do a 'table' search, everything is green and all the 'results' under State (field) is NaN

Does NaN refers to Not A Number.

Example entry I use, tried all kind of differ combinations, using =, ==, 'Running', "Running", etc.) -- Nothing seems to work, so I am likely missing something here

if (cell.field === 'State') {
if (value == 'Running') {
$td.addClass('range-cell').addClass('range-running');
}

}

How to change this Splunk Dashboard example to use non-numeric?

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi edwinmae,
You should downloaf and install the "Splunk 6.x Dashboard Examples" App (https://splunkbase.splunk.com/app/1603/)
See "Table Formats" dashboard there are two examples that answer your need.
Bye.
Giuseppe

View solution in original post

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi edwinmae,
You should downloaf and install the "Splunk 6.x Dashboard Examples" App (https://splunkbase.splunk.com/app/1603/)
See "Table Formats" dashboard there are two examples that answer your need.
Bye.
Giuseppe

0 Karma

edwinmae
Path Finder

I did that as mentioned in the first line. Those examples contain numeric fields, not text fields.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi edwinmae,,
I don't know if you have the latest version of Splunk 6.0 Dashboard Examples, but in the "Table format" dashboard (New example) there are two examples with non numeric fields non present in the previous version of App.

In the following rows there are two examples: the first one for text fields and the second one for numeric fields

<format type="color" field="sourcetype">
<colorPalette type="sharedList"></colorPalette>
<scale type="category"></scale>
</format>
<format type="color" field="count">
<colorPalette type="minMidMax" maxColor="#31A35F" minColor="#FFFFFF"></colorPalette>
<scale type="minMidMax"></scale>
</format>

Bye.
Giuseppe

0 Karma

edwinmae
Path Finder

You were right --- Didn't notice the New Example
All fine now

Thanks!

0 Karma

Cuyose
Builder

How did you fix this in your script, this still does not seem to address your original problem, coloring the whole row based on a text value in a cell.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...