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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...