I am trying to compare a static column(Baseline) with multiple columns(hosts) and if there is a difference I need to highlight that cell in red
Component
BASELINE
H...
...enna fields. if cmdb !=solarwinds or kenna!=solarwinds then I have to apply background color as RED to the associated cell. (CMDB/KENNA). else background color should be green.
...he parent row in order to color the whole row
tableView.$el.find("td.range-cell").each(function () {
$(this).parents("tr").addClass(this.className);
});
});
// add custom cell...
Hi all,
in <format type = "color"> can I also insert the row attribute? I need to color a table cell in the dashboard if the value of a row exceeds the target value. I tried with: <color...
want to implement below mentioned red highlighted xml code in splunk dashboard source if dropdown field value is "db2_cloud2" for stats table.
<format type="color" field="R...
I am not sure how to word this so I'm going to bring it as an example.
We have 3 firewalls that send logs for ingestion. Each FW is for a separate purpose so they are configured slightly differentl...