I am Trying to build a Dashboard based on the below search with a drop down picker for time span and a drop down Button for sourcetype. When I ran the search without the pickers it runs great I get multiple actions log in, log out, and Null to name a few. But When I use the search with time pickers the only action column I get is null. I have checked answers and the docs but I am unable to figure out why the other columns are not showing up when I use the picker/tokens in the search.
Base Search:
sourcetype="YYY_XXX"
|timechart span=15m count by Action limit=0
Dashboard search with Tokens:
?CU?
|timechart $Span$ count by Action limit=0
Dashborad XML
Stats Page
Credit Union
YYY1
YYY2
YYY3
_xxx
sourcetype=
Span
Default
1 min
5 min
10 min
20 min
1 hour
2 hour
?CU?
|timechart $Span$ count by Action
-4h@m
now
1
20
none
none
false
progressbar
false
false
true
... View more