Hello, I am trying to migrate my dashboard to the new Studio version, splunk did it automatically, but the conversion from the xml to json it is not correct at all. I have that piece of code in my xml source : <search> <query> |makeresults </query> <earliest>$tk_range_date.earliest$</earliest> <latest>$tk_range_date.latest$</latest> <progress> <eval token="toearliest">strptime($job.earliestTime$, "%Y-%m-%dT%H:%M:%S.%3N%z")</eval> <eval token="tolatest">strptime($job.latestTime$, "%Y-%m-%dT%H:%M:%S.%3N%z")</eval> <set token="jobearliest">$job.earliestTime$</set> <set token="joblatest">$job.latestTime$</set> </progress> </search> Where and how include it in my json source? Thank you!
... View more