<?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 display day , month and time in single value tile in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703579#M57671</link>
    <description>&lt;P&gt;OK. But what is your issue here?&lt;/P&gt;&lt;P&gt;You have a timestamp but don't know how to render it into text with a given format? For that you use either eval or fieldformat with a strftime function.&lt;/P&gt;&lt;P&gt;Or you already have a string value but have some problems with putting it on a dashboard? (what problems exactly?)&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2024 08:17:45 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-11-05T08:17:45Z</dc:date>
    <item>
      <title>How to display day , month and time in single value tile</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703560#M57667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to display the day / month / time / year like the below format using simple format&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex- | make result&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaibalaraman_0-1730779659064.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33351iF9A74F8C930574D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaibalaraman_0-1730779659064.png" alt="jaibalaraman_0-1730779659064.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 04:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703560#M57667</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2024-11-05T04:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to display day , month and time in single value tile</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703570#M57668</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226870"&gt;@jaibalaraman&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you have to use the table command and the field containing the date to display:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt;
| table timestamp&lt;/LI-CODE&gt;&lt;P&gt;There's on ly one problem I can see: having a long string like the one you shared, chars in the Single Value will be very small.&lt;/P&gt;&lt;P&gt;Maybe you could use more than one Single Value displaying parts of the timestamp.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703570#M57668</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-11-05T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display day , month and time in single value tile</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703579#M57671</link>
      <description>&lt;P&gt;OK. But what is your issue here?&lt;/P&gt;&lt;P&gt;You have a timestamp but don't know how to render it into text with a given format? For that you use either eval or fieldformat with a strftime function.&lt;/P&gt;&lt;P&gt;Or you already have a string value but have some problems with putting it on a dashboard? (what problems exactly?)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 08:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703579#M57671</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-05T08:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to display day , month and time in single value tile</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703630#M57673</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I running the below command&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| makeresults
| eval refresh_time=strftime(_time, "%A,%Y-%m-%d %H:%M:%S") | table refresh_time&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaibalaraman_0-1730852167574.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33355iD68E037AFA6779F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaibalaraman_0-1730852167574.png" alt="jaibalaraman_0-1730852167574.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to change the position like below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tuesday , 11/05/2024 NZST 22:12:39&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 15:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703630#M57673</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2024-11-06T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display day , month and time in single value tile</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703646#M57674</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226870"&gt;@jaibalaraman&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you have to change the time format in strftime command applying the format you like following the formats at &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.1/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.1/SearchReference/Commontimeformatvariables&lt;/A&gt; :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval refresh_time=strftime(_time, "%A,%d/%m/%Y %Z %H:%M:%S") 
| table refresh_time&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 07:33:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703646#M57674</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-11-06T07:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to display day , month and time in single value tile</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703659#M57675</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226870"&gt;@jaibalaraman&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 10:17:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-day-month-and-time-in-single-value-tile/m-p/703659#M57675</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-11-06T10:17:43Z</dc:date>
    </item>
  </channel>
</rss>

