using this query : ${__from:date:MM/DD/YYYY-HH-mm-ss} i get an odd number like -72. it appears that the / and - are being used as mathematical operators. i am trying to get the time pickers from and to date and time into a variable or otherwise be used in a query to an external data source (splunk) but need the __from and __to in the format MM/DD/YYYY-HH-mm-ss
try
from: ${__from:date: ddd, DD-MM-YYYY HH:mm:ss} or ${__from:date: DD-MM-YYYY HH:mm:ss}
to: ${__to:date: ddd, DD-MM-YYYY HH:mm:ss} or ${__to:date: DD-MM-YYYY HH:mm:ss}
did u try this? gives error
bad_data: invalid parameter “query”: 1:8: parse error: unexpected identifier “Tue”
also did u read that i need the __from and __to in the format MM/DD/YYYY-HH-mm-ss