Hi guys,
I don't know if you already done this, but could you please help ?
I'm trying to create a new and simple datepicker where you just choose a date and next click in a button "Submit button" and show me the results.
I already created the datepicker but it dosen't do anything.
I'm trying, and tried to follow one similar example here but it isn't the same.
Hi @alvesri It sounds like the token from the date picker is not plugged in to any searches on the dashboard.
The searches should look something like this:
<search>
<query>index=someindex sourcetype=somesourcetype</query>
<earliest>$time_tok$</earliest>
<latest>now</latest>
</search>
Could you share the dashboard's XML?
Hi, thanks for the reply,
But meanwhile I found another solution, I will try this solution next to see if it works.