Return field from table with wildcraft

Hi I am using java script to change teh column value color in splunk …

var CustomRangeRenderer = TableView.BaseCellRenderer.extend({
          canRender: function (cell) {
              return _('source').contains(cell.field);
          },

i want this with wildcard like this column to have any value before

var CustomRangeRenderer = TableView.BaseCellRenderer.extend({
          canRender: function (cell) {
              return _('*source').contains(cell.field);
          },

I suggest that you’ll find more Splunk people in their community at https://community.splunk.com/t5/Community/ct-p/en-us

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.