Skip to main content

Concept explainer: Algorithms vs rules in Moogsoft Cloud

This video explains the difference between Algorithms vs Rules in Moogsoft Cloud, and how Moogsoft's correlation engine uses artificial intelligence and natural language processing to identify similar alerts.

Moogsoft’s correlation engine clusters alerts into incidents based on their relatedness.  The way this works is fundamentally different from a rule-based categorization.  In this video, you’ll learn exactly how.

2_noise_reduction.png

Let’s use a really simple example. Suppose our company has retail locations all over the country, and we want to group issues by location of the shops. We’ll start with an easy one - what if two alerts had identical address information.   It’s easy to write a rule that includes one conditional statement to detect this.

4_comparison.png

But our environment is not that uniform.  For example, you may have multiple source monitoring systems, and each one may use a slightly different naming convention. Further, even within one system, some administrators may not be so careful about consistency. So what If the events came from these 5 different addresses? To the human eye, it’s easy to determine they all point to the same place, but...

5_addresses.png

To recognize all these variations, we need to set up a rule to recognize N, N., and North as the same thing.  Then do the same with “blvd”, and “boulevard."

6_addresses_highlighted.png

But then, here’s another store address that’s very similar.

7_addresses_extra.png

While we are at it, we should take care of the shops on the East and West Hampton blvd, too.

8_many_addresses.png

We’ve got to write rules to make sure all of these variations are recognized as the same address while making sure we don’t mix up these 4 stores.

9_many_addresses_highlighted.png

What’s so obvious to the human eye and brain often takes a lot of IF - THENs.

Moogsoft’s correlation engine can identify the similarity of these items while differentiating where needed.  

10_algorithm.png

This example uses the technique called shingle size to calculate similarity,

11_algorithm_shown.png

These two variations are 86% similar.

12_similarity_score.png

In the same manner, the similarity at the shingle level can be calculated between all variations.  In this example, looks like the lowest score is around 48%

14_similarity_circled.png

Now, if you calculate the similarity score in the same manner between this shop and this shop, we got 34% similarity.

15_added_address.png

So now, instead of writing so many rules to bundle the alerts, we need to set up one cookbook recipe to achieve the same result.

16_threshold.png

Moreover, our correlation engine’s high adaptability keeps the maintenance effort low, too.  Let’s say we opened up new stores. If we are writing rules, then we need to add another set of rules to make sure the events in these shops are bundled together.

17_durant.png

Or some shops may close. Then you have rules that are no longer useful.

18_durant.png

With the correlation engine, the same definition can handle the new cases with no extra work.

So, now you know how Moogsoft’s correlation engines are different from the rules.  Hope you are excited about not having to maintain thousands of rules.

Thanks for watching!