<?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: Dashboard timechart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-timechart/m-p/671811#M55000</link>
    <description>&lt;P&gt;thanks, it helped .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 22:41:10 GMT</pubDate>
    <dc:creator>prasant</dc:creator>
    <dc:date>2023-12-13T22:41:10Z</dc:date>
    <item>
      <title>Dashboard timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-timechart/m-p/671193#M54943</link>
      <description>&lt;P&gt;How to display timechart for specific time period for specific business days.&lt;/P&gt;&lt;P&gt;Eg: index="someindex" |dedup eventid| timechart count(_raw) by eventName span=60m for monday,tuesday, wednesday, thursday, friday during 6pm - 8pm.&amp;nbsp; Or for specific dates .How can achieve this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 21:23:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-timechart/m-p/671193#M54943</guid>
      <dc:creator>prasant</dc:creator>
      <dc:date>2023-12-07T21:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-timechart/m-p/671203#M54947</link>
      <description>&lt;P&gt;You can do this if you have the date_wday field in your data&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="someindex" date_wday IN ("monday","tuesday","wednesday","thursday","friday") date_hour&amp;gt;=18 date_hour&amp;lt;20
| dedup eventid
| timechart count(_raw) by eventName span=60m &lt;/LI-CODE&gt;&lt;P&gt;If you don't have those fields you can do&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="someindex" 
| eval date_wday=strftime(_time, "%a")
| eval date_hour=strftime(_time, "%H")
| search date_wday IN ("mon","tue","wed","thu","fri") date_hour&amp;gt;=18 date_hour&amp;lt;20
| dedup eventid
| timechart count(_raw) by eventName span=60m &lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 08 Dec 2023 00:02:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-timechart/m-p/671203#M54947</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-12-08T00:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-timechart/m-p/671811#M55000</link>
      <description>&lt;P&gt;thanks, it helped .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 22:41:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-timechart/m-p/671811#M55000</guid>
      <dc:creator>prasant</dc:creator>
      <dc:date>2023-12-13T22:41:10Z</dc:date>
    </item>
  </channel>
</rss>

