<?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: date and time in app header in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168738#M34158</link>
    <description>&lt;P&gt;@martin_mueller Thanks for the reply ..&lt;BR /&gt;
It's fine with single value but I want to show time in the header for example my dashboard heading is monthly status report and I want to display it as monthly status report (date and time)...please suggest how to do it..&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2014 13:24:03 GMT</pubDate>
    <dc:creator>vikas_gopal</dc:creator>
    <dc:date>2014-03-03T13:24:03Z</dc:date>
    <item>
      <title>date and time in app header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168736#M34156</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;Please suggest how to show current date and time in a text box in app header or if we can show it in a label even that is fine .I want to place it at the right hand side of app bar so that it is visible to the user.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:46:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168736#M34156</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2014-02-27T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: date and time in app header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168737#M34157</link>
      <description>&lt;P&gt;The most out-of-the-box way would be to create a panel with single value visualization for this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats c as _time | eval _time = now()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There are loads of other ways though.&lt;/P&gt;

&lt;P&gt;In case you want a self-updating timer you can get that out of the box like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=nonexistant | stats c as _time | eval _time = time()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It'd be much more efficient to write a small piece of javascript for this though, running a realtime search for this feels a bit wasteful despite never matching anything.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2014 09:02:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168737#M34157</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-28T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: date and time in app header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168738#M34158</link>
      <description>&lt;P&gt;@martin_mueller Thanks for the reply ..&lt;BR /&gt;
It's fine with single value but I want to show time in the header for example my dashboard heading is monthly status report and I want to display it as monthly status report (date and time)...please suggest how to do it..&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 13:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168738#M34158</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2014-03-03T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: date and time in app header</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168739#M34159</link>
      <description>&lt;P&gt;I achieved this with Label .I used javascript with simple xml and for customization I used CSS.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 18:27:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/date-and-time-in-app-header/m-p/168739#M34159</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2014-03-06T18:27:10Z</dc:date>
    </item>
  </channel>
</rss>

