<?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 timechart with SLA value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89930#M23066</link>
    <description>&lt;P&gt;I would like to create a timechart with an SLA value.&lt;/P&gt;

&lt;P&gt;I have tried this &lt;CODE&gt;search sourcetype=foo | eval sla=50 | timechart span=15m count | table count sla&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;this did not work reliably.&lt;/P&gt;

&lt;P&gt;Can anyone suggest a better way&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2013 20:03:11 GMT</pubDate>
    <dc:creator>hartfoml</dc:creator>
    <dc:date>2013-01-16T20:03:11Z</dc:date>
    <item>
      <title>timechart with SLA value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89930#M23066</link>
      <description>&lt;P&gt;I would like to create a timechart with an SLA value.&lt;/P&gt;

&lt;P&gt;I have tried this &lt;CODE&gt;search sourcetype=foo | eval sla=50 | timechart span=15m count | table count sla&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;this did not work reliably.&lt;/P&gt;

&lt;P&gt;Can anyone suggest a better way&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 20:03:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89930#M23066</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2013-01-16T20:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: timechart with SLA value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89931#M23067</link>
      <description>&lt;P&gt;This is probably what you need :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=foo | timechart span=15m count | eval sla=50
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jan 2013 21:58:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89931#M23067</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-01-16T21:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: timechart with SLA value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89932#M23068</link>
      <description>&lt;P&gt;Thanks Jonuwx&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 22:19:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89932#M23068</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2013-01-18T22:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: timechart with SLA value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89933#M23069</link>
      <description>&lt;P&gt;Hi, using this eval after timechart works perfect. But if you create a report view out of it, you are no longer able to drill down -&amp;gt; PARSER: Applying intentions failed Unable to drilldown because of post-reporting 'eval' command &lt;/P&gt;

&lt;P&gt;How can this be avoid?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2013 13:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89933#M23069</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-07-25T13:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: timechart with SLA value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89934#M23070</link>
      <description>&lt;P&gt;found one way to be able to drill down with sla line, use the eval before the timechart like this:&lt;/P&gt;

&lt;P&gt;… | eval b=50 | timechart values(b) as base count by foo&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:57:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-with-SLA-value/m-p/89934#M23070</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-08-06T07:57:48Z</dc:date>
    </item>
  </channel>
</rss>

