<?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: Displaying date with timewrap command in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620223#M50920</link>
    <description>&lt;P&gt;It's not clear what you are asking - do you have a problem using the timewrap command?&lt;/P&gt;&lt;P&gt;The documentation gives examples of how to use timewrap&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.7/SearchReference/Timewrap" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.7/SearchReference/Timewrap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;What sort of visualisation do you want?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 07:02:55 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2022-11-09T07:02:55Z</dc:date>
    <item>
      <title>Displaying date with timewrap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620217#M50919</link>
      <description>&lt;P&gt;Hi All, Is there any way to display the date in visualization by using timewrap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Ex:&lt;/P&gt;
&lt;P&gt;22/09/10,22/09/09,22/09/08..etc.--&amp;gt;Expecting&lt;/P&gt;
&lt;P&gt;1day ago, 2days ago, 3days ago&amp;nbsp; &amp;nbsp;---&amp;gt; Actual o/p&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help me out, If you got any idea on this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;kk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:03:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620217#M50919</guid>
      <dc:creator>Kk</dc:creator>
      <dc:date>2022-11-09T15:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying date with timewrap command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620223#M50920</link>
      <description>&lt;P&gt;It's not clear what you are asking - do you have a problem using the timewrap command?&lt;/P&gt;&lt;P&gt;The documentation gives examples of how to use timewrap&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.7/SearchReference/Timewrap" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.7/SearchReference/Timewrap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;What sort of visualisation do you want?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 07:02:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620223#M50920</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-09T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying date with timewrap command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620241#M50921</link>
      <description>&lt;P&gt;Suppose think my query is in this way.&lt;/P&gt;&lt;P&gt;index=temp "error" earliest=-3d@d latest=now|timechart count|timewrap d&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;I will be showing the count in line chart. Where it list down the peaks of error count with respect to 24hrs of time and in the right side it will show options to select the 1dayago data,2dataago,3 days ago..&lt;/P&gt;&lt;P&gt;So my question is, there is any way to show the date rather than showing date like this&amp;nbsp;1dayago data,2dataago,3 days ago. I was expecting date like this, Example today is 09-11-2022, so the data on right side of line chart will be 08-11-2022, 07-11-2022, 06-11-2022..&lt;/P&gt;&lt;P&gt;That's it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 09:26:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620241#M50921</guid>
      <dc:creator>Kk</dc:creator>
      <dc:date>2022-11-09T09:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying date with timewrap command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620339#M50927</link>
      <description>&lt;P&gt;See the 'series=exact' and time_format option in the documentation&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| timewrap series=exact time_format="%d-%m-%Y" 1d&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 21:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Displaying-date-with-timewrap-command/m-p/620339#M50927</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-11-09T21:45:31Z</dc:date>
    </item>
  </channel>
</rss>

