> ## Documentation Index
> Fetch the complete documentation index at: https://docs.levelblue.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Suppression Rules from the Alarms Page

<Icon icon="users" iconType="solid" /> Role Availability | ❌ Read-Only ✔️ Investigator ✔️ Analyst ✔️ Manager

There are cases where the <Tooltip tip="Alarms provide notification of an event or sequence of events that require attention or investigation.">alarms</Tooltip> in USM Anywhere are <Tooltip tip="A condition that is flagged as a vulnerability or weakness that is not actually a concern. This may be caused by other mitigating conditions (such as additional security technology) or inefficient tuning of detection technology.">false positives</Tooltip>, and you may want to suppress these kinds of alarms to prevent the false positives from flooding your system. To suppress an alarm, you need to create a suppression rule. USM Anywhere applies the suppression rule to similar alarms from the current day (up to 10 K alarms) and to future alarms. Existing alarms are suppressed but kept open, while future alarms are suppressed and closed.

<Danger>
  Orchestration rules only apply to future events and alarms.

  Suppression rules using the Contains, Match and Match, case insensitive operators apply to future events and alarms, not to events and alarms received in the current day.
</Danger>

**To create a suppression rule from the Alarms page**

1. Go to **Activity > Alarms**.

2. Locate the alarm that you want to include in the suppression rule.

   See [Searching Alarms](/documentation/usm-anywhere/user-guide/alarms/searching-alarms) for more information.

3. Click the alarm that you want to suppress.

4. Click **Create Rule > Create Event Suppression Rule** or **Create Rule > Create Alarm Suppression Rule**.

5. Select a Boolean operator.

   The options are AND, OR, AND NOT, and OR NOT.

6. Select a packet type in the Match drop-down list.

   <Frame>
     <img src="https://mintcdn.com/levelblue-5324744e/JttNYaikKbN1las-/images/usm-anywhere/matchcombofiltsupp.webp?fit=max&auto=format&n=JttNYaikKbN1las-&q=85&s=ef7be78ac0d34c2a47ca89c8bc6813df" alt="" width="308" height="263" data-path="images/usm-anywhere/matchcombofiltsupp.webp" />
   </Frame>

   * **Logs**: Use this packet type for event-based rules.
   * **Configuration Issues**: Use this packet type for configuration issues-based rules1.
   * **Vulnerabilities**: Use this packet type for vulnerabilities-based rules.
   * **Alarms**: Use this packet type for console user alarms-based rules.

7. You have already suggested property values to create a matching condition, but if you want to add new property values, click **Add Condition**.

   <Note>
     If the field is related to the name of a country, you should use the country code defined by the [ISO 3166](https://www.iso.org/iso-3166-country-codesl).
   </Note>

   <Note>
     The Sources or Destinations field needs to match the universally unique identifier (UUID) of the event or alarm. You can use the Source Name or Destination Name field instead.
   </Note>

   <Warning>
     Instead of using the `equals` and `equals`, `case insensitive` operators for array fields, LevelBlue recommends the use of the `in` or `contains` operators.
   </Warning>

   <Note>
     If you need to add a property value that maps with a property key, you need to know the mapping of the field. See [Determining the Mapping of a Field](/documentation/usm-anywhere/user-guide/rules-management/mapping-field) for more information.
   </Note>

8. (Optional.) Click **Add Group** to group your conditions.

   <Note>
     See [Operators in the Orchestration Rules](/documentation/usm-anywhere/user-guide/rules-management/orchestration-rules-operators) for more information.
   </Note>

9. In the **Occurrences** text box, enter the number of event occurrences that you want to produce a match on the conditional expression to trigger the rule.

   You can enter the number of occurrences or use the arrows to scroll the value up or down. You can enter a number between 1 and 100.

   <Note>
     The current rule box shows you the syntax of your rule, and the rule verification box reviews that syntax before saving the rule.
   </Note>

10. Click **Next**.

    <Frame>
      <img src="https://mintcdn.com/levelblue-5324744e/MlnJpGwLYAWOIbAS/images/usm-anywhere/ruleverification.webp?fit=max&auto=format&n=MlnJpGwLYAWOIbAS&q=85&s=db9109c8ba7ebb9fd8e01d9dae4b1987" alt="" width="358" height="234" data-path="images/usm-anywhere/ruleverification.webp" />
    </Frame>

    <Warning>
      A dialog box opens if there are warning messages. Click **Cancel** to review the warning messages, or click **Accept** to continue creating the rule.
    </Warning>

11. Enter a name for the rule.

12. (Optional.) Enter a description for identifying this rule.

13. In the **Length** text box, specify the timespan that you want to use to identify a match for multiple occurrences. Enter the number in the text box, and then use the drop-down menu to select a value of seconds, minutes, or hours.

    This duration identifies the amount of time that transpires from the beginning to the end of the occurrence. If the number of occurrences is not met within this period, the rule is not a match.

    <Note>
      Your defined length and occurrences function together to specify the number of occurrences within a time period that will produce a match for the rule. For example, you can define a rule to trigger an alarm for an unauthorized access attempt when a failed SSH login occurs three times within a five-minute window.
    </Note>

14. Click Save.

    The created rule displays in the list of rules. You can see it from **Settings > Rules > Orchestration Rules**. See [Orchestration Rules](/documentation/usm-anywhere/user-guide/rules-management/orchestration-rules) for more information.

    <Warning>
      It takes a few minutes for an orchestration rule to become active.
    </Warning>

Suppressed alarms remain in the system but are hidden in the web user interface (UI) by default. If you want to see these alarms, click **Suppressed** in the Search & Filters area. The table displays suppressed alarms along with the other alarms. Use the following instructions if you want to display just the suppressed alarms.

**To only display the suppressed alarms**

1. Go to Activity > Alarms.

2. In the Search & Filters area, click **Not Suppressed** to remove the *Suppressed: False* filter, and then click **Suppressed** to add the *Suppressed: True* filter.

3. Click **Closed** to include the closed alarms.

4. In the upper-left corner of the page, click the **Configure Filters** link to see alarms suppressed by a certain rule.

5. In the Search filters field, enter **Suppress**.

6. Select the **Suppress Rule Name** filter.

7. Click the <img src="https://mintcdn.com/levelblue-5324744e/h05grHs2-GuNWffi/images/usm-anywhere/arrow-right.svg?fit=max&auto=format&n=h05grHs2-GuNWffi&q=85&s=3db5770e085275538949814d89b983b9" className="inline m-0" width="20" height="20" data-path="images/usm-anywhere/arrow-right.svg" /> icon to pass the selected filter from the available filters to the selected ones.

8. Click **Apply**.

   The page reloads, and the Suppress Rule Name filter is added at the lower-left corner.

9. Search the Suppress Rule Name filter and click the rule.

   If no rule name displays, it is because the rules are not suppressing the alarms or the Suppressed filter is not enabled.

   See [Searching Alarms](/documentation/usm-anywhere/user-guide/alarms/searching-alarms) for more information about the icons below the filters.

<Note>
  You can save the view for later use. See [Alarms Views](/documentation/usm-anywhere/user-guide/alarms/views) for more information about how to create a configuration view.
</Note>

**To show triggered alarms rules**

1. Go to **Settings > Rules** to open the All Orchestration Rules page.
2. In the Create an Alarm row, click the <img src="https://mintcdn.com/levelblue-5324744e/7_UE4nawuffikKei/images/usm-anywhere/external-link.svg?fit=max&auto=format&n=7_UE4nawuffikKei&q=85&s=4a6d797fd7e9276fbea6a4901fe1e1b9" className="inline m-0" width="20" height="20" data-path="images/usm-anywhere/external-link.svg" /> icon.

   The [Alarms List View](/documentation/usm-anywhere/user-guide/alarms/alarms-list-view) page opens. The page includes Rules Name as a filter so that you can see how many alarms match the selected rule.
