Hi at all,
I tried to pass a token in a drilldown to another dashboard to the default values of the Time Picker but I received the message "invalid earliest_time".
In the Time Picker I have "Custom time" and opening it I have the token's names ($TimeFrom$ and $TimeTo$) instead their values.
Replacing the token's names with the values I see in the Browser address bar (e.g. "-15m" and "now"), the search runs.
In othe words: tokens are correctly passed to the secondary dashboard but only in the Time Picker aren't changed in values, If instead I pass my tokens to the dashboard's panels they correctly runs.
This is my code:
in the main dashboard:
/app/my_app/home_page_overview_servers?TimeFrom=$Time.earliest$&TimeTo=$Time.latest$&System_Type=Server Windows&Stato=severe
In the secondary dashboard:$TimeFrom$ $TimeTo$
In othe words, is it possible to pass a token to a Time Picker?
Bye.
Giuseppe
↧