<?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 Trigger without alert? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335458#M10737</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;temperature sourcetype=kaa | rex field=_raw "\"endpointKeyHash\":\{\"string\":\"(?&amp;lt;endpoint&amp;gt;[^\"]*)\".*\"Event\": (?&amp;lt;mydata&amp;gt;\{.*\})\}$"| spath input=mydata | table _time, endpoint, temperature | eval threshold = 50 | where temperature &amp;gt; threshold
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it possible to use Marker Gauge in Visualization to show that there is a trigger of temperature above 50? &lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2017 03:27:19 GMT</pubDate>
    <dc:creator>wuming79</dc:creator>
    <dc:date>2017-06-05T03:27:19Z</dc:date>
    <item>
      <title>Trigger without alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335458#M10737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;temperature sourcetype=kaa | rex field=_raw "\"endpointKeyHash\":\{\"string\":\"(?&amp;lt;endpoint&amp;gt;[^\"]*)\".*\"Event\": (?&amp;lt;mydata&amp;gt;\{.*\})\}$"| spath input=mydata | table _time, endpoint, temperature | eval threshold = 50 | where temperature &amp;gt; threshold
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it possible to use Marker Gauge in Visualization to show that there is a trigger of temperature above 50? &lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 03:27:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335458#M10737</guid>
      <dc:creator>wuming79</dc:creator>
      <dc:date>2017-06-05T03:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger without alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335459#M10738</link>
      <description>&lt;P&gt;Hi Wuming79, can you give us more info please...&lt;BR /&gt;
the gauge can be used when we get only one result (a single value result). &lt;BR /&gt;
like, the count of servers, count of errors, etc..&lt;/P&gt;

&lt;P&gt;more details - &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.1/Viz/CreateGauges"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.1/Viz/CreateGauges&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 04:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335459#M10738</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-06-05T04:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger without alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335460#M10739</link>
      <description>&lt;P&gt;My live logs are showing temperature of a device. I like to use dashboard to display the temperature of the live input when it goes over 50. As I can't use the alert feature because the feature was disabled, I like to use dashboard as an alternative for the time being to show that I can see the temperature is over the threshold of 50C.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 05:35:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335460#M10739</guid>
      <dc:creator>wuming79</dc:creator>
      <dc:date>2017-06-05T05:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger without alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335461#M10740</link>
      <description>&lt;P&gt;I figured I could just use the search below to display single column.  Is it possible to fixed the gauge even after the temperature goes down below 50 after a spike?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;temperature sourcetype=kaa | rex field=_raw "\"endpointKeyHash\":\{\"string\":\"(?&amp;lt;endpoint&amp;gt;[^\"]*)\".*\"Event\": (?&amp;lt;mydata&amp;gt;\{.*\})\}$"| spath input=mydata | table temperature
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Jun 2017 05:37:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335461#M10740</guid>
      <dc:creator>wuming79</dc:creator>
      <dc:date>2017-06-05T05:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger without alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335462#M10741</link>
      <description>&lt;P&gt;(as a comment, i can not attach the photo.. thus adding as an answer)&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;temperature sourcetype=kaa | rex field=_raw "\"endpointKeyHash\":\{\"string\":\"(?&amp;lt;endpoint&amp;gt;[^\"]*)\".*\"Event\": (?&amp;lt;mydata&amp;gt;\{.*\})\}$"| spath input=mydata | table temperature&lt;/CODE&gt;&lt;BR /&gt;
Yes, this will work.. &lt;BR /&gt;
table temperature will give you a single column and the first value of the column will be shown on the gauge. also below the gauge you will get a list of other values. &lt;/P&gt;

&lt;P&gt;Is it possible to fixed the gauge even after the temperature goes down below 50 after a spike? /// &lt;BR /&gt;
it should work i think. you can format the gauge with two colors (green for below 50, red for above 50 and i think you need to run a "real time" search. the gauge will automatically show the value as it changes. )&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3034i25093F62FC89BD56/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 06:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Trigger-without-alert/m-p/335462#M10741</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-06-05T06:01:25Z</dc:date>
    </item>
  </channel>
</rss>

