Dashboards & Visualizations

How do you remove the blue hyperlink color and background from a multivalued column when you click on it?

genesiusj
Builder

Hello,

Checking out this answer is helpful, except if the value of the column is multivalue.

How do you remove the blue hyperlink color and background from an image when you click on it?

 

<html>
 <style>
  #tableWithDrilldown2 table tbody tr td,#tableWithDrilldown2 table thead th 
    a{color: white !important;}
 </style>        
</html>
<table id="tableWithDrilldown2">

 

This is the value of one of the columns in our dashboard table.

 

| eval events=case(
    pt="1-acc",TIME." ".dur."  ".pt." Code=".cde."  ".certStatus." for ".user,
    pt="2-pay",TIME." ".dur."      ".pt." ".user." Code=".cde."  ".week." $".gross."  Bal: $".bal,
    pt="3-new",TIME." ".dur."    ".pt." ".user." Code=".cde)

 

This is an example of the output of only two users. The combination of events can be in different orders and have 1, 2, or all 3 of the types of events (acc, pay, new).
NOTE: The time between the set of the events of the two users is a coincidence, and not common.

 

19:35:09.3       10.7  1-acc  Code=0000  Success for Jessie
19:35:19.2       09.8    3-new     Jessie Code=2801
19:36:56.3    01:37.1      2-pay Jessie Code=0000  03-27-2021 $0  Bal: $17250
19:45:09.3       10.7  1-acc  Code=0000  Success for Billie 
19:45:19.2       09.8    3-new     Billie Code=2801
19:46:56.3    01:37.1      2-pay Billie Code=0000  03-27-2021 $0  Bal: $17250

 

 

Thanks and God bless,
Genesius

Labels (2)
Tags (3)
0 Karma
Get Updates on the Splunk Community!

Using Machine Learning for Hunting Security Threats

WATCH NOW Seeing the exponential hike in global cyber threat spectrum, organizations are now striving more for ...

Observability Newsletter Highlights | March 2023

 March 2023 | Check out the latest and greatestSplunk APM's New Tag Filter ExperienceSplunk APM has updated ...

Security Newsletter Updates | March 2023

 March 2023 | Check out the latest and greatestUnify Your Security Operations with Splunk Mission Control The ...