<?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: custom time range: fixed same day 6am to 8pm in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719552#M1581</link>
    <description>Thats right. We are using D3, or for simpler cases bootstrap themes with diverse graph libraries.&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Sep 2017 09:15:28 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-09-25T09:15:28Z</dc:date>
    <item>
      <title>custom time range: fixed same day 6am to 8pm</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719546#M1575</link>
      <description>&lt;P&gt;hello, &lt;/P&gt;

&lt;P&gt;i've searched here and googled there but didn't find a suitable hint to: custom time ranges for a dashboard public deeplink to show always "the same day" within the 6am to 8pm time window.&lt;/P&gt;

&lt;P&gt;anyone needed this before?&lt;/P&gt;

&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 10:29:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719546#M1575</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-06-19T10:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: custom time range: fixed same day 6am to 8pm</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719547#M1576</link>
      <description>Hi Christian,

This is not possible as of now in UI where user can select same time but dashboard expected to show same period on any day visit but currently user cannot select specific custom time without selecting particular date, only option is to select last 1 hour or last 1 day in UI, we have internal request for this already to address in future version, no ETA yet, Hope that answers.</description>
      <pubDate>Tue, 20 Jun 2017 05:56:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719547#M1576</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2017-06-20T05:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: custom time range: fixed same day 6am to 8pm</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719548#M1577</link>
      <description>&lt;P&gt;Hi akumar,&lt;/P&gt;
&lt;P&gt;thanks for the reply and the info. after further digging i sort of concluded the same yesterday and started to build it as external dashboard from API data - halfway through or so.&lt;/P&gt;

&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Christian&lt;/P&gt;
&lt;P&gt;PS. you need a "no solution yet -&amp;gt; roadmap" button with voting option for the others here to help priortize your ETA ... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719548#M1577</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-06-20T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: custom time range: fixed same day 6am to 8pm</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719549#M1578</link>
      <description>&lt;P&gt;Hi Christian, did you ever succeed in doing this ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 17:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719549#M1578</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-09-15T17:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: custom time range: fixed same day 6am to 8pm</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719550#M1579</link>
      <description>Hello,&lt;BR /&gt;it is definitely not possible up to now. – confirmed by appdynamics as well.&lt;BR /&gt;We’ve started to build custom dashboards using the controller API data access to the metrics. Below is a java script snippet showing how to query a static time window of “today” between 6am and 8pm.&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;    var date = new Date();&lt;BR /&gt;    var start = date.setHours(6),   // 6am&lt;BR /&gt;        end = date.setHours(20);    // 8pm&lt;BR /&gt;        var metricPath = "PATH|TO|YOUR|METRIC";&lt;BR /&gt;    var url = "&lt;A href="https://appd-controller.domain.local/controller/rest/applications/20/metric-data?metric-path=&amp;quot;+metricPath+&amp;quot;&amp;amp;time-range-type=BETWEEN_TIMES&amp;amp;start-time=&amp;quot;+start+&amp;quot;&amp;amp;end-time=&amp;quot;+end+&amp;quot;&amp;amp;output=json&amp;amp;rollup=false" target="_blank" rel="nofollow noopener noreferrer"&gt;https://appd-controller.domain.local/controller/rest/applications/20/metric-data?metric-path="+metricPath+"&amp;amp;time-range-type=BETWEEN_TIMES&amp;amp;start-time="+start+"&amp;amp;end-time="+end+"&amp;amp;output=json&amp;amp;rollup=false&lt;/A&gt;";&lt;BR /&gt;&lt;/SNIP&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Christian&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2017 07:40:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719550#M1579</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-09-18T07:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: custom time range: fixed same day 6am to 8pm</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719551#M1580</link>
      <description>&lt;P&gt;Hi Christian,&lt;/P&gt;

&lt;P&gt;Thanks for your answer!&lt;/P&gt;

&lt;P&gt;Am i correct in assuming that you are using the resulting JSON not in a native Appdynamics dashboard but in another type ? Say D3 or something like that ?&lt;/P&gt;

&lt;P&gt;Either way i would love to hear more, or see any more examples.&lt;/P&gt;

&lt;P&gt;Thanks again for your answer&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 12:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719551#M1580</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-09-18T12:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: custom time range: fixed same day 6am to 8pm</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719552#M1581</link>
      <description>Thats right. We are using D3, or for simpler cases bootstrap themes with diverse graph libraries.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2017 09:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/custom-time-range-fixed-same-day-6am-to-8pm/m-p/719552#M1581</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-09-25T09:15:28Z</dc:date>
    </item>
  </channel>
</rss>

