<?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: Couldn't get the timings on barchart using chart in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625448#M14911</link>
    <description>&lt;P&gt;The chart will use 3 things to display, the x-axis, the y-axis and the series. In your case, the x-axis is the TC_File_Name, the series are the descriptions, and the y-axis is the count of combinations of descriptions and TC_File_Name, for each TC_File_Name. Time does not figure in any of these. Therefore, with your current search, you will not be able to show time. Which of the dimensions do you want to remove so that time can be shown?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 07:18:50 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-12-29T07:18:50Z</dc:date>
    <item>
      <title>How to get the timings on barchart using chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625404#M14901</link>
      <description>&lt;P&gt;Please help me to show the timings on below barchart, i am using chart count over by description to view the file name on graph when i point the mouse pointer to chart, but i couldn't able to provide the timings on xaxis , below are the query and graph&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;index=xxxxx sourcetype = xxxx source="xxxxxx_*.log" |eval description=case(Suspend Like "S","Suspended",Suspend Like "P","Partially-Completed",Suspend Like "C","Completed")|eval File_Name= description."-".TC_File_Name|table _time File_Name TC_File_Name description |chart count(File_Name) over TC_File_Name by description&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fahimparvez02_0-1672219289434.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23157i43B56652D2CACE6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fahimparvez02_0-1672219289434.png" alt="fahimparvez02_0-1672219289434.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 21:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625404#M14901</guid>
      <dc:creator>fahimparvez02</dc:creator>
      <dc:date>2023-01-05T21:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't get the timings on barchart using chart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625432#M14907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Click Format &amp;gt; Chart Overlay &amp;gt; in overlay, click and select field &amp;gt; View as Axis "On"&lt;/P&gt;&lt;P&gt;That might give you want you want.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 17:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625432#M14907</guid>
      <dc:creator>matt8679</dc:creator>
      <dc:date>2022-12-28T17:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't get the timings on barchart using chart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625448#M14911</link>
      <description>&lt;P&gt;The chart will use 3 things to display, the x-axis, the y-axis and the series. In your case, the x-axis is the TC_File_Name, the series are the descriptions, and the y-axis is the count of combinations of descriptions and TC_File_Name, for each TC_File_Name. Time does not figure in any of these. Therefore, with your current search, you will not be able to show time. Which of the dimensions do you want to remove so that time can be shown?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 07:18:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625448#M14911</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-12-29T07:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't get the timings on barchart using chart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625508#M14918</link>
      <description>&lt;P&gt;Thanks for your input, i tried to change as you said but is it possible to&amp;nbsp; display the field Suspended-TC57* with red color ? please help me on that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index= XXXX source="*.log" | eval description=case(Suspend Like "S","Suspended",Suspend Like "C","Completed",Suspend Like "P","Partially-Completed")|eval newField= description."-".TC57_File_Name|timechart span=1h useother=f limit=0 count by newField|sort by newField.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fahimparvez02_0-1672373750047.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23164i618CF4DACDFA9FC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fahimparvez02_0-1672373750047.png" alt="fahimparvez02_0-1672373750047.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for the below question, i am trying to display the file name with status on it when we point the mouse over the bar,&amp;nbsp; also i need to display the timings on xaxis, please help me with either one of the above or below dashboard which ever works would be highly appreciated.&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>Fri, 30 Dec 2022 04:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625508#M14918</guid>
      <dc:creator>fahimparvez02</dc:creator>
      <dc:date>2022-12-30T04:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't get the timings on barchart using chart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625921#M14986</link>
      <description>&lt;P&gt;Can anyone please help on this?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 01:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-get-the-timings-on-barchart-using-chart/m-p/625921#M14986</guid>
      <dc:creator>fahimparvez02</dc:creator>
      <dc:date>2023-01-05T01:38:58Z</dc:date>
    </item>
  </channel>
</rss>

