<?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 duration(start and end time) in a column chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698860#M237279</link>
    <description>&lt;P&gt;You need to look for a different visualization. Bar chart, line chart and such are meant for showing discrete values, not time ranges.&lt;/P&gt;&lt;P&gt;For starters - you can check out this app &lt;A href="https://splunkbase.splunk.com/app/3120" target="_blank"&gt;https://splunkbase.splunk.com/app/3120&lt;/A&gt; (I'm not saying that's what fits your use case but that's at least one possible approach).&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2024 06:21:13 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-09-12T06:21:13Z</dc:date>
    <item>
      <title>How to display duration(start and end time) in a column chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698849#M237274</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to show the connected duration, which is calculated using transaction command in a timechart. When I try below query, the entire duration shows in the earliest timestamp(start time) as a single column. I would like to show the connected duration in a column chart, with area between start and end time colored.&amp;nbsp; For example, if device was connected from 20th August to 23rd August, I want the column to extend across these days. Currently, the entire duration is shown on the 20th date alone. Kindly let me know your suggestions to implement this.&lt;BR /&gt;&lt;BR /&gt;Query:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| transaction dvc_id startswith="CONNECTED" endswith="DISCONNECTED"
| timechart sum(duration) by connection_protocol&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 14:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698849#M237274</guid>
      <dc:creator>mythili</dc:creator>
      <dc:date>2024-09-12T14:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to display duration(start and end time) in a column chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698851#M237275</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Right-click on the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;chart&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;area and choose Select Data. Click Add and enter&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Duration&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;as the series name. Select cells E5:E11 as the series values and click OK. The Edit Series window will reappear. Click OK. Click OK on the Select Data Source window. The&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;duration&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;will be added to the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;chart&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 05:04:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698851#M237275</guid>
      <dc:creator>norbertomyrna</dc:creator>
      <dc:date>2024-09-12T05:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to display duration(start and end time) in a column chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698852#M237276</link>
      <description>&lt;P&gt;hey there!!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 05:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698852#M237276</guid>
      <dc:creator>norbertomyrna</dc:creator>
      <dc:date>2024-09-12T05:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to display duration(start and end time) in a column chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698857#M237277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258299"&gt;@mythili&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;to acquire your requirement it isn't possible with the default visualizations, but you could try with the Splunk Timeline - custom visualization (&lt;A href="https://splunkbase.splunk.com/app/3120" target="_blank"&gt;https://splunkbase.splunk.com/app/3120&lt;/A&gt;) add-on, following the instructions about how to create your search.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 06:09:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698857#M237277</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-12T06:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display duration(start and end time) in a column chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698858#M237278</link>
      <description>&lt;P&gt;What you ask is effectively a Gantt chart visualization that Splunk search and dashboard doesn't support natively. &amp;nbsp;Checkout this viz app:&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/3120" target="_blank"&gt;https://splunkbase.splunk.com/app/3120&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;(Years ago I got some help here for similar - a lot of filldown and stuff. &amp;nbsp;Using a prebuilt app is perhaps the best way to go for now.)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 06:10:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698858#M237278</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-09-12T06:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display duration(start and end time) in a column chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698860#M237279</link>
      <description>&lt;P&gt;You need to look for a different visualization. Bar chart, line chart and such are meant for showing discrete values, not time ranges.&lt;/P&gt;&lt;P&gt;For starters - you can check out this app &lt;A href="https://splunkbase.splunk.com/app/3120" target="_blank"&gt;https://splunkbase.splunk.com/app/3120&lt;/A&gt; (I'm not saying that's what fits your use case but that's at least one possible approach).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 06:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-duration-start-and-end-time-in-a-column-chart/m-p/698860#M237279</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-12T06:21:13Z</dc:date>
    </item>
  </channel>
</rss>

