Dashboards & Visualizations

Migration from Classic Dashboard to Studio Dashboard

Mar
Loves-to-Learn Lots

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!

Labels (2)
0 Karma
Get Updates on the Splunk Community!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...