<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Classic Time picker not cloned in dashboard studio in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644541#M52641</link>
    <description>&lt;P&gt;That looks OK for a timepicker. What about how the datasources are defined? And the defaults?&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 17:48:23 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-05-24T17:48:23Z</dc:date>
    <item>
      <title>Why is Classic Time picker not cloned in dashboard studio?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644529#M52638</link>
      <description>&lt;P&gt;I'm experimenting with converting a classic dashboard to dashboard studio. The classic dashboard has a time picker used to establish a date range for searches in the panels. When I cloned the dashboard to dashboard studio, the time picker is no longer used. All the searches, are searching from the earliest date stored in Splunk which is several years worth of data. Can someone explain what is happening and how to fix. This should be a relatively simple thing to do.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 17:25:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644529#M52638</guid>
      <dc:creator>marksheinbaum</dc:creator>
      <dc:date>2023-05-24T17:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Classic Time picker not cloned in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644532#M52639</link>
      <description>&lt;P&gt;If you look at the source of the Studio Dashboard, you should be able to see which timepicker is being used. It is possibly global. Try changing this to your named timepicker.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;	"defaults": {
		"dataSources": {
			"ds.search": {
				"options": {
					"queryParameters": {
						"latest": "$global_time.latest$",
						"earliest": "$global_time.earliest$"
					}
				}
			}
		}
	},&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 May 2023 17:10:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644532#M52639</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-24T17:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Classic Time picker not cloned in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644540#M52640</link>
      <description>&lt;P&gt;Here's the code from the converted and unmodified dashboard. It's not clear to me exactly what to change per your advise. Can you please clarify? Thanks.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"inputs"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"input_1"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"input.timerange"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"title"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"Select a time:"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"options"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"token"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"global_time"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"defaultValue"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"-60m@m,now"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 17:42:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644540#M52640</guid>
      <dc:creator>marksheinbaum</dc:creator>
      <dc:date>2023-05-24T17:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Classic Time picker not cloned in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644541#M52641</link>
      <description>&lt;P&gt;That looks OK for a timepicker. What about how the datasources are defined? And the defaults?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 17:48:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644541#M52641</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-24T17:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Classic Time picker not cloned in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644544#M52642</link>
      <description>&lt;P&gt;Here's how the visualization and corresponding data source are defined. I don't see a "default" in the code.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;"visualizations": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"viz_chart_1": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"type": "splunk.line",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"dataSources": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"primary": "ds_search_1"&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;},&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"showProgressBar": true,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"title": "nodesim instances ram usage (ps)",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"options": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"yAxisAbbreviation": "auto",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"y2AxisAbbreviation": "off",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"showRoundedY2AxisLabels": false,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"legendTruncation": "ellipsisEnd",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"showY2MajorGridLines": true,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"yAxisMajorTickInterval": 1,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"yAxisTitleText": "Megabytes",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"nullValueDisplay": "connect",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"dataValuesDisplay": "off",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"legendDisplay": "bottom"&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;},&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"context": {}&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;},&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;"dataSources": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"ds_search_1": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"type": "ds.search",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"options": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"query": "index=os (sourcetype=ps OR sourcetype=vmstat) (host=scale-sysperf-95x-install-18* ) (COMMAND=CURRENT* OR COMMAND=nodesim)\n| rename memTotalMB as physicalMB\n| appendpipe [ where sourcetype==\"vmstat\" | rename memUsedMB as physicalMB | eval App=\"Physical-Used\" &lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;| fields&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;physicalMB]\n| stats count sum(RSZ_KB) as RSZ_KB_sum&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;max(physicalMB) as physicalMB&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;by _time host COMMAND\n| timechart span=1m avg(eval(if(isnull(physicalMB),RSZ_KB_sum/1000,physicalMB))) as AppRSZ_MB by host",&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"queryParameters": {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"earliest": 0,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;"latest": ""&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;},&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 17:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644544#M52642</guid>
      <dc:creator>marksheinbaum</dc:creator>
      <dc:date>2023-05-24T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Classic Time picker not cloned in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644590#M52644</link>
      <description>&lt;P&gt;So your earliest and latest are set to "all time" - change them to&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;		"latest": "$global_time.latest$",
		"earliest": "$global_time.earliest$"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 25 May 2023 07:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644590#M52644</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-25T07:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Classic Time picker not cloned in dashboard studio?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644852#M52659</link>
      <description>&lt;P&gt;I accepted the solution. However, I'm surprised that the cloning process does not generate that automatically.&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 16:15:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Classic-Time-picker-not-cloned-in-dashboard-studio/m-p/644852#M52659</guid>
      <dc:creator>marksheinbaum</dc:creator>
      <dc:date>2023-05-28T16:15:15Z</dc:date>
    </item>
  </channel>
</rss>

