<?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 Howto Add Annotations to a Graph? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Howto-Add-Annotations-to-a-Graph/m-p/17202#M526</link>
    <description>&lt;P&gt;I have a line graph that charts the consumed disk capacity for many hosts.  It is very nice for giving a rough idea of the trends, and if I hover over the line at a specific point in time, I can get the capacity value at that time.&lt;/P&gt;

&lt;P&gt;How would I be able to make a permanent marker or annotation at obvious points of interest?  For instance, a 4% or %5 jump in consumed disk?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2010 19:59:35 GMT</pubDate>
    <dc:creator>muebel</dc:creator>
    <dc:date>2010-07-12T19:59:35Z</dc:date>
    <item>
      <title>Howto Add Annotations to a Graph?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Howto-Add-Annotations-to-a-Graph/m-p/17202#M526</link>
      <description>&lt;P&gt;I have a line graph that charts the consumed disk capacity for many hosts.  It is very nice for giving a rough idea of the trends, and if I hover over the line at a specific point in time, I can get the capacity value at that time.&lt;/P&gt;

&lt;P&gt;How would I be able to make a permanent marker or annotation at obvious points of interest?  For instance, a 4% or %5 jump in consumed disk?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 19:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Howto-Add-Annotations-to-a-Graph/m-p/17202#M526</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2010-07-12T19:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Howto Add Annotations to a Graph?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Howto-Add-Annotations-to-a-Graph/m-p/17203#M527</link>
      <description>&lt;P&gt;Hi muebel, 
I fear right now it is not possible: the "annotation" charts have not yet been implemented and on the module reference I can see no config for sticking permanent labels.&lt;/P&gt;

&lt;P&gt;Moreover "obvious" points of interests should be something you have to help splunk figure out. A workaround could be to timechart something like the following, which might help you spot out potential issues:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| bucket _time span=1h | stats count(_raw) as c by _time,host | delta c as delta p=1 | eval perc_variation = round((delta * 100 / (c - delta)),1) | eval abs_variation=abs(perc_variation) | where abs_variation &amp;gt; 5 | fields host, c, perc_variation
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Jul 2010 21:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Howto-Add-Annotations-to-a-Graph/m-p/17203#M527</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2010-07-12T21:27:24Z</dc:date>
    </item>
  </channel>
</rss>

