<?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: How to pass global time setting to different dashboard on trigger action? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694917#M56902</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254178"&gt;@elend&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can pass tokens to a report by running the report using the&amp;nbsp;&lt;STRONG&gt;savedsearch&lt;/STRONG&gt; command and passing the values to the report - this assumes the report is set to have replaceable parameters, see the comments about&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;replacement&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; in this page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/9.1.2312/SearchReference/savedsearch" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/9.1.2312/SearchReference/savedsearch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so you would run this in your dashboard to run the report&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| savedsearch report_name value=$token|s$&lt;/LI-CODE&gt;&lt;P&gt;where $token$ is token you are passing to the report and it is assigned to the replaceable parameter $value$ in your report&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2024 21:58:52 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2024-07-31T21:58:52Z</dc:date>
    <item>
      <title>How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694414#M56857</link>
      <description>&lt;P&gt;So the premise is that I constructed two dashboards: dashboard A as an overview and dashboard B as details. Then, on dashboard A, I configured one of the displays to have an on-click trigger that connects to dashboard B. However, the global time condition on dashboard A cannot be connected to dashboard B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to make the time dynamic on dashboard B?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 14:07:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694414#M56857</guid>
      <dc:creator>elend</dc:creator>
      <dc:date>2024-07-26T14:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694415#M56858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254178"&gt;@elend&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if the Time in dashboardA is defined in a Time imput called e.g. "Time", so the tokens are a called $Time.earliest$ and $Time.latest$, you can pass then in the drilldown url:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;earliest=$Time.earliest$&amp;amp;amp;latest=$Time.latest$&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 14:18:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694415#M56858</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-26T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694776#M56886</link>
      <description>&lt;P&gt;how about set the time value on the linked dashboard?. If i delete the time range on linked dashboard (B), the visualization is wait for token. But if i add time range there, the global time from the destination dashboard is overwrite it.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 04:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694776#M56886</guid>
      <dc:creator>elend</dc:creator>
      <dc:date>2024-07-31T04:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694784#M56889</link>
      <description>&lt;P&gt;If you are passing tokens from dashboard A to dashboard B that are inputs in dashboard B, then use&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;form.token_name=bla&lt;/LI-CODE&gt;&lt;P&gt;where token_name is the name of your token in dashboard B&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 06:06:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694784#M56889</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-07-31T06:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694792#M56893</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254178"&gt;@elend&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can add the Time tokens that you passed to the earliest and latest fields:&lt;/P&gt;&lt;P&gt;in the secondary dashboard, if the Time tokens are called $earliest$ and $latest$:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index earliest=$earliest$ latest=$latest$
| ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 06:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694792#M56893</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-31T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694798#M56895</link>
      <description>&lt;P&gt;Okay, i thinks its done for it. Then another issue i want to ask is still relate with this tokenization, is it possible to pass token from dashboard to Report?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 08:08:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694798#M56895</guid>
      <dc:creator>elend</dc:creator>
      <dc:date>2024-07-31T08:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694804#M56896</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254178"&gt;@elend&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;there's no utility to pass a token to a report because a report is useful if there are no parameters.&lt;/P&gt;&lt;P&gt;If you have parameters (tokens) you can use a dashboard as a report, so you can pass the token from a dashboard to another dashboard, as also described by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 08:43:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694804#M56896</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-31T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass global time setting to different dashboard on trigger action?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694917#M56902</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254178"&gt;@elend&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can pass tokens to a report by running the report using the&amp;nbsp;&lt;STRONG&gt;savedsearch&lt;/STRONG&gt; command and passing the values to the report - this assumes the report is set to have replaceable parameters, see the comments about&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;replacement&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; in this page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/9.1.2312/SearchReference/savedsearch" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/9.1.2312/SearchReference/savedsearch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so you would run this in your dashboard to run the report&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| savedsearch report_name value=$token|s$&lt;/LI-CODE&gt;&lt;P&gt;where $token$ is token you are passing to the report and it is assigned to the replaceable parameter $value$ in your report&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 21:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-global-time-setting-to-different-dashboard-on/m-p/694917#M56902</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-07-31T21:58:52Z</dc:date>
    </item>
  </channel>
</rss>

