<?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: Unbalanced Load Alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Unbalanced-Load-Alert/m-p/462411#M8221</link>
    <description>&lt;P&gt;You can do both in One. Something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search fetching zLoad and YLoad
| eval diff=zLoad-YLoad , eval type=if(diff&amp;gt;0,"Higher","Lower")
| where abs(diff)&amp;gt;=10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 05 Feb 2020 19:29:48 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2020-02-05T19:29:48Z</dc:date>
    <item>
      <title>Unbalanced Load Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Unbalanced-Load-Alert/m-p/462410#M8220</link>
      <description>&lt;P&gt;I want to be alerted when the motor load on a machine is more than 10 higher or lower than the other motor load (they should usually be balanced and share the load evenly. Unbalanced load could lead to a failure). &lt;/P&gt;

&lt;P&gt;Would I essentially need to build two alerts for this? One for alerting when Z is 10 higher than Y, and another for when Z motor is 10 lower than Y? Or can it be done in one?&lt;/P&gt;

&lt;P&gt;If ZLoad &amp;gt; (YLoad +10) when [tag]=STOPPED&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:10:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Unbalanced-Load-Alert/m-p/462410#M8220</guid>
      <dc:creator>alamo1212</dc:creator>
      <dc:date>2020-02-05T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced Load Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Unbalanced-Load-Alert/m-p/462411#M8221</link>
      <description>&lt;P&gt;You can do both in One. Something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search fetching zLoad and YLoad
| eval diff=zLoad-YLoad , eval type=if(diff&amp;gt;0,"Higher","Lower")
| where abs(diff)&amp;gt;=10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 19:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Unbalanced-Load-Alert/m-p/462411#M8221</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-02-05T19:29:48Z</dc:date>
    </item>
  </channel>
</rss>

