Splunk Search

When I run my search, it returns results, but why am I getting "Search is waiting for input..." when used in a dashboard panel?

adamblock2
Path Finder

The following search returns results when I run it as a search, but not when it is used as a dashboard panel. The dashboard panel displays Search is waiting for input...

|eventcount summarize=false index=* 
|dedup index
|fields index
|map maxsearches=100 search="
|metadata type=sources index=\"$index$\" 
|eval index=\"$index$\""
|where relative_time(now(), "-2d") > lastTime
|where relative_time(now(), "-14d") < lastTime
|rename totalCount as Count firstTime as "First Event" lastTime as "Last Event" recentTime as "Last Update"
| fieldformat Count=tostring(Count, "commas")
| fieldformat "First Event"=strftime('First Event', "%c")
| fieldformat "Last Event"=strftime('Last Event', "%c")
| fieldformat "Last Update"=strftime('Last Update', "%c")
| table index, type,sourcetype,"First Event", "Last Event", "Last Update", Count

I think that for some reason, the \"$index$\" statement is the problem. Assistance with this would be appreciated.

Thank you.

0 Karma
1 Solution

somesoni2
Revered Legend

Replace each dollar $ sign with two dollar $$, when using in dashboard.

View solution in original post

0 Karma

somesoni2
Revered Legend

Replace each dollar $ sign with two dollar $$, when using in dashboard.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...