<?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 How to optimize view of a line chart in Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-view-of-a-line-chart-in-Splunk/m-p/585597#M103012</link>
    <description>&lt;P&gt;Hi Everyone, I'm working on a Splunk dashboard visualisation using a line chart, and I span the data for every 1week.But the line is not consistent if there is no data and I see dots scattered here and there. Is there a way to optimise this view. Attached is the screenshot. Thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-02-17 at 2.13.32 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18026i0D17394C94A4613E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-02-17 at 2.13.32 PM.png" alt="Screenshot 2022-02-17 at 2.13.32 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index = "abc" Environment = $environment$  ProcessName=*$task$* LogType = "*" TaskName =*  |bucket span=1w _time

|stats count(eval(LogMessage = "errorneously")) as Failed_Count, count(eval(LogMessage = "execution")) as Success_Count ,count(eval(LogMessage = "execution2")) as Success_Count1 by _time

|eval tot_count= Failed_Count + Success_Count + Success_Count1|eval scount=Success_Count + Success_Count1

| eval succ_per=round((scount/tot_count)*100,0)

|timechart span=1w avg(succ_per)&lt;/LI-CODE&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>Thu, 17 Feb 2022 16:00:10 GMT</pubDate>
    <dc:creator>kranthimutyala</dc:creator>
    <dc:date>2022-02-17T16:00:10Z</dc:date>
    <item>
      <title>How to optimize view of a line chart in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-view-of-a-line-chart-in-Splunk/m-p/585597#M103012</link>
      <description>&lt;P&gt;Hi Everyone, I'm working on a Splunk dashboard visualisation using a line chart, and I span the data for every 1week.But the line is not consistent if there is no data and I see dots scattered here and there. Is there a way to optimise this view. Attached is the screenshot. Thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-02-17 at 2.13.32 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18026i0D17394C94A4613E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-02-17 at 2.13.32 PM.png" alt="Screenshot 2022-02-17 at 2.13.32 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index = "abc" Environment = $environment$  ProcessName=*$task$* LogType = "*" TaskName =*  |bucket span=1w _time

|stats count(eval(LogMessage = "errorneously")) as Failed_Count, count(eval(LogMessage = "execution")) as Success_Count ,count(eval(LogMessage = "execution2")) as Success_Count1 by _time

|eval tot_count= Failed_Count + Success_Count + Success_Count1|eval scount=Success_Count + Success_Count1

| eval succ_per=round((scount/tot_count)*100,0)

|timechart span=1w avg(succ_per)&lt;/LI-CODE&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>Thu, 17 Feb 2022 16:00:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-view-of-a-line-chart-in-Splunk/m-p/585597#M103012</guid>
      <dc:creator>kranthimutyala</dc:creator>
      <dc:date>2022-02-17T16:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to optimize view of a line chart in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-view-of-a-line-chart-in-Splunk/m-p/585610#M103013</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you could try makecontinuous and fillnull to stretch and fill those with some defaults.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 17:26:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-view-of-a-line-chart-in-Splunk/m-p/585610#M103013</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-17T17:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to optimize view of a line chart in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-view-of-a-line-chart-in-Splunk/m-p/585614#M103014</link>
      <description>&lt;P&gt;Set the format to zeroes&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITWhisperer_0-1645119596969.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18027i81E1F124305CBEAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ITWhisperer_0-1645119596969.png" alt="ITWhisperer_0-1645119596969.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 17:40:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-view-of-a-line-chart-in-Splunk/m-p/585614#M103014</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-17T17:40:33Z</dc:date>
    </item>
  </channel>
</rss>

