<?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: gaps in dashboard graph in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144091#M44489</link>
    <description>&lt;P&gt;Without more details (the search would help), I would guess clock drift is causing some of your intervals to have extra events and some to have none.  Are all.of your servers (especially Indexers and this forwarder) using &lt;CODE&gt;NTP&lt;/CODE&gt; to stay true and in sync?&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jun 2015 14:09:19 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-06-06T14:09:19Z</dc:date>
    <item>
      <title>gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144090#M44488</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I have been creating a dashboard graph, displaying a database calculation as block diagram.&lt;BR /&gt;
Basically on my DB server runs a script every 15 minutes, checking some stats and writes the values to a log file.&lt;BR /&gt;
That log file is indexed and provides the data for my diagram. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
So far so good, this ran fine for several months now. Today morning, I noticed that there are free spaces in my diagram, so no entries, which is pretty odd. Meanwhile I checked the connectivity and saw that all data is there when I just query that log file. So the values are existent but Splunk will not draw the diagram????&lt;/P&gt;

&lt;P&gt;Would somebody please make a suggestion what that can be and how I can debug it?&lt;/P&gt;

&lt;P&gt;Right now I have no clue...&lt;/P&gt;

&lt;P&gt;Thanks so much&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 13:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144090#M44488</guid>
      <dc:creator>webantsug</dc:creator>
      <dc:date>2015-06-06T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144091#M44489</link>
      <description>&lt;P&gt;Without more details (the search would help), I would guess clock drift is causing some of your intervals to have extra events and some to have none.  Are all.of your servers (especially Indexers and this forwarder) using &lt;CODE&gt;NTP&lt;/CODE&gt; to stay true and in sync?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 14:09:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144091#M44489</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-06T14:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144092#M44490</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;thanks for your reply.&lt;BR /&gt;
My search query is this one: source="/opt/webants-dns/logs/ddnscount.log" | stats avg(UserCount) by _time&lt;/P&gt;

&lt;P&gt;And I verified that my NTP config is working fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 14:18:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144092#M44490</guid>
      <dc:creator>webantsug</dc:creator>
      <dc:date>2015-06-06T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144093#M44491</link>
      <description>&lt;P&gt;First of all, I would use a search like this instead (it will make a &lt;EM&gt;much&lt;/EM&gt; nicer X-axis) and may change whether you see any gaps or not.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="/opt/webants-dns/logs/ddnscount.log" | timechart span=15m avg(UserCount)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Jun 2015 15:09:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144093#M44491</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-06T15:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144094#M44492</link>
      <description>&lt;P&gt;Okay, the graph looks more nice. But what about the gaps???&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 15:30:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144094#M44492</guid>
      <dc:creator>webantsug</dc:creator>
      <dc:date>2015-06-06T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144095#M44493</link>
      <description>&lt;P&gt;Do this search for the last 24 hours to see the latency, number and alignment of events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="/opt/webants-dns/logs/ddnscount.log" | eval lagSecs=(_indextime - _time) | timechart span=15m avg(UserCount) count AS ThisShouldAlwaysHaveValueEqualToOne avg(lagSecs)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My guess is that the events are there, but they are mis-aligned so they are falling into the wrong interval.  Do these lines look very flat?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 16:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144095#M44493</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-06T16:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144096#M44494</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;

&lt;P&gt;Looks like some delays but values are there. :S&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2015 09:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144096#M44494</guid>
      <dc:creator>webantsug</dc:creator>
      <dc:date>2015-06-07T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in dashboard graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144097#M44495</link>
      <description>&lt;P&gt;Show us what the graphs look like and what your &lt;CODE&gt;props.conf&lt;/CODE&gt; is (i.e. how are you doing your &lt;CODE&gt;timestamping&lt;/CODE&gt;).  We are getting closer.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2015 21:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/gaps-in-dashboard-graph/m-p/144097#M44495</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-07T21:42:10Z</dc:date>
    </item>
  </channel>
</rss>

