I am running Splunk 6.0. I recently installed the AMAZING Splunk Dashboard Examples 6.x application. I went to implement some of the table features but I could not seem to get anything to work. I decided to just copy the exact dashboard panel for 'table cell highlighting' into one of my dashboards.
I copied the xml exactly. I copied the .js and .css files to the appserver/static directory as well. I did a debug refresh. When I opened the view, the panel search showed up but nothing was highlighted.
Is there something that I am missing?
Hi zd00191,
did you change the js script line 14 return _(['active_hist_searches', 'active_realtime_searches']).contains(cell.field);
to match your fields?
Also, remember to restart the Splunkweb using $SPLUNK_HOME/bin/splunk restart splunkweb
and last but not least clear your browers cache.
Hope this helps ...
cheers, MuS
Hi zd00191,
did you change the js script line 14 return _(['active_hist_searches', 'active_realtime_searches']).contains(cell.field);
to match your fields?
Also, remember to restart the Splunkweb using $SPLUNK_HOME/bin/splunk restart splunkweb
and last but not least clear your browers cache.
Hope this helps ...
cheers, MuS