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!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...