I am currently working on a dashboard that will simplify the search for some of our office personnel who are not Splunk savvy. I am creating a dashboard that has three drop down and six text inputs in order to ensure they are getting the specific results they are looking for, however I am not sure if the code is working and why the submit button are not working. I am very new to XML and any help would be appreciated.
my code:
Splunk made simple
@d now choclates veggies cakes pies All Food food_name index=goodies source=$source_token$
| stats count by food_name @d now $user_tok$ $uid_tok$ $src_tok$ $dst_tok$ $junkfood_tok$ $snack_tok$ Panel 1 index=goodies source=$token_time$
| fillnull value=NULL food_name, user, uid, src, dst, junkfood, snack
| table food_name, user, uid, src, dst, junkfood, snack
|$time_token.earliest$ $time_token.latest$
↧