I am using Splunk Enterprise 6.4.7.
Created a dashboard panel. I want to include the number of results in the panel title. I'm trying to use the job.resultCount token in the event handler. I've also tried to use
This is my panel:
My search returns about 35 results in the table. However, the token `$numSrchResults$` never gets set. I've tried several different things: `$job.resultCount$`, `'job.resultCount'`, using ` ` instead of ` `, specifying a match condition, using finalize instead of done. None of these work. Any ideas?
↧