<?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: SLA Line on Chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40469#M9325</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have 10 services being displayed in a single chart. And i want to project 10 different SLAs for the different services.&lt;BR /&gt;
If i use  the below method, it gives me same sla for all.&lt;BR /&gt;
| eval sla=20 &lt;/P&gt;

&lt;P&gt;Is there any way to do it.&lt;/P&gt;

&lt;P&gt;Kindly advise.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Mar 2015 23:33:04 GMT</pubDate>
    <dc:creator>kamal_jagga</dc:creator>
    <dc:date>2015-03-31T23:33:04Z</dc:date>
    <item>
      <title>SLA Line on Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40466#M9322</link>
      <description>&lt;P&gt;I am using this search to get license use over 30 days&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index="summary_indexers" | timechart partial=f span=1d sum(kb) as KB | eval gb=round(KB/1048576,1) | convert timeformat="%A - %m/%d" ctime(_time) AS DATE | table DATE gb
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This gives ma b bar chart with one bar per day.&lt;/P&gt;

&lt;P&gt;I would like to put a RED SLA line at the license limit so that the managers can clearly see where the License SLA will be violated and how close we are to that line.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2011 16:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40466#M9322</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2011-12-27T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: SLA Line on Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40467#M9323</link>
      <description>&lt;P&gt;Except for the RED part (which is configurable as part of the viewstate / dashboard config), this search adds in your SLA line:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="summary_indexers" 
| eval sla=20 
| timechart partial=f span=1d sum(kb) as KB,max(sla) as SLA 
| eval gb=round(KB/1048576,1) 
| convert timeformat="%A - %m/%d" ctime(_time) AS DATE 
| table DATE gb SLA
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Dec 2011 20:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40467#M9323</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-12-27T20:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: SLA Line on Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40468#M9324</link>
      <description>&lt;P&gt;Thanks that did it&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2011 21:20:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40468#M9324</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2011-12-27T21:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: SLA Line on Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40469#M9325</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have 10 services being displayed in a single chart. And i want to project 10 different SLAs for the different services.&lt;BR /&gt;
If i use  the below method, it gives me same sla for all.&lt;BR /&gt;
| eval sla=20 &lt;/P&gt;

&lt;P&gt;Is there any way to do it.&lt;/P&gt;

&lt;P&gt;Kindly advise.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 23:33:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SLA-Line-on-Chart/m-p/40469#M9325</guid>
      <dc:creator>kamal_jagga</dc:creator>
      <dc:date>2015-03-31T23:33:04Z</dc:date>
    </item>
  </channel>
</rss>

