Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Configure Custom Correlations
- Configure a Correlation Rule
- Configure a Parent Incident Filter for a Correlation Rule
- Configure a Child Incident Filter for a Correlation Rule
- Configure a Correlation Filter
- Correlation Rule Example
- Configure a Causal Rule
- Configure a Child Incident for a Causal Rule
- Configure a Child Incident Filter for a Causal Rule
- Configure a Source Object Filter for a Causal Rule
- Configure a Source Node Filter for a Causal Rule
- Causal Rule Example
Configure a Source Node Filter for a Causal Rule
The Source Node Filter tab enables you to create a filter to specify which Source Node should be used for the Parent Incident that is generated for this Causal Rule.
Note Create only one Source Node Filter for a Causal Rule. If you select Use Child Incident's Source Node for Parent, NNMi ignores any Source Node Filter you configure.
For information about each Causal Rules tab: See Also
For information about each Child Incident tab: See Also
- You can use Custom Incident Attributes, attributes for an incident's Source Node, or both to define how matching incidents should be considered for the Causal Rule. See Valid Attributes for more information.
- When specifying Attribute names and values, NNMi uses the type to determine a match. For example, if the Attribute type is Integer, NNMi does a numeric comparison. If the Attribute type is textual, NNMi does a lexographical string comparison. In all cases, when you use the like or not like operator, NNMi uses a lexographical string comparison.
- Each set of expressions associated with a Boolean Operator is treated as if it were enclosed in parentheses and evaluated together.
- View the expression displayed under Filter String to see the logic of the expression as it is created.
-
The
AND
andOR
Boolean Operators must contain at least two expressions. - The placement of your cursor and the subsequent text that is selected is important when performing operations using the Additional Filters Editor. For example, you append to or replace, the expression that is selected.
- The placement of your cursor and the subsequent text that is selected is especially important when adding your Boolean operators. See Add Boolean Operators in the Additional Filters Editor for more information.
- Filter Editor Options: AND, OR, NOT, EXISTS, NOT EXISTS
- Filter Expression (Attribute, Operator, and Value)
- Click the item you want to move before dragging it to a new location.
- As you drag a selected item, an underline indicates the target location.
- If you are moving the selection up, NNMi places the item above the target location.
- If you are moving the selection down, NNMi places the item below the target location.
- If you attempt to move the selection to an invalid target location, NNMi displays an error message.
Button or Feature | Description |
---|---|
Append | Appends the current expression (Attribute, Operator, and Value) to the selected expression already included in the filter string. |
Insert | Inserts the current expression (Attribute, Operator, and Value) in front of the cursor location within the Filter String. |
Replace | Replaces the selected expression with the expression displayed Left or Right Expression. |
AND |
Inserts the AND Boolean Operator in the selected cursor location. Note View the expression displayed under Filter String to see the logic of the expression as it is created. |
OR |
Inserts the OR Boolean Operator in the current cursor location. Note View the expression displayed under Filter String to see the logic of the expression as it is created. |
Delete |
Deletes the selected expression. Note If the Boolean Operator is selected, the Filter Editor deletes all expressions associated with the Boolean Operator. |
Drag and Drop |
You can drag any of the following items to a new location in the Filter String: When moving items in the Filter String, note the following: |
To configure a Source Node Filter for a Causal Rule:
-
Navigate to the Custom Correlation Configuration form:
- From the workspace navigation pane, select the Configuration workspace.
- Expand the Incidents folder.
- Select Custom Correlation Configuration.
- Navigate to the Causal Rules tab.
-
From the Causal Rules table toolbar, do one of the following:
- To create a Causal Rule, click the New icon, and continue.
- To edit a Causal Rule, click the Open icon in the row representing the Causal Rule you want to edit, and continue.
- To delete a Causal Rule, click the Delete icon.
- Create your Causal Rule. (See Configure a Causal Rule.)
- Create your Child Incident Configuration . (See Configure a Child Incident for a Causal Rule.)
- Optional. Configure a Child Incident Filter. (See Configure a Child Incident Filter for a Causal Rule.)
- Optional. Configure a Source Object Filter. (See Configure a Source Object Filter for a Causal Rule.)
-
Optional. Configure a Source Node Filter. (See the tables that follow, starting with Filter Editor Settings.)
Filter Editor Settings Setting Description Attribute The Attribute on which NNMi searches. See Valid Attributes below for a description of valid Attributes.
Operator Use this Operator to establish the relationship between the Attribute and Expression. See Valid Operators in the table below for the description of each valid Operator. Expression Use the Expression to complete the criteria for the Parent Incident configuration. See Valid Expressions below for more information. - Click Save and Close to save your changes and return to the previous form.
Attribute | Description |
---|---|
Attribute |
The Attribute on which NNMi searches. Note the following when specifying Attributes:
|
Operator | Description |
---|---|
= |
Finds all values equal to the value specified. Click here for examples.
Match any incident with a CIA value of 5 and Object Identifier (OID) value of .1.3.6.1.4.1.9.9.106.2.0.1:
|
!= |
Finds all values not equal to the value specified. Click here for an example.
Match any incident with a Source Node value that has a Device Vendor value not equal to
|
< |
Finds all values less than the value specified. Click here for an example.
Match any incident with a CIA value less than 5 and Object Identifier (OID) value of .1.3.6.1.4.1.9.9.106.2.0.1:
|
<= |
Finds all values less than or equal to the value specified. Click here for examples.
Match any incident with a CIA value less than or equal to 5 and Object Identifier (OID) value of .1.3.6.1.4.1.9.9.106.2.0.1:
|
> |
Finds all values greater than the value specified. Click here for an example.
Match any incident with a CIA value greater than 5 and Object Identifier (OID) value of .1.3.6.1.4.1.9.9.106.2.0.1: ${valueOfCia (\Q.1.3.6.1.4.1.9.9.106.2.0.1\E)} > 5 |
>= |
Finds all values greater than or equal to the value specified. |
is not null |
Finds all non-blank values. Click here for an example.
Match any incident with a Source Node that has a (system contact name) sysContact value:
|
is null |
Finds all blank values. Click here for an example.
Match any incident with a Source Node that does not have a (system contact name) sysContact value:
|
like |
Finds matches using wildcard characters and the question mark. The asterisk (*) character means any number of characters of any type at this location. The question mark (?) character means any single character of any type at this location. Click here for an example.
Match any incident with a Source Node that has a (system location) sysLocation value that begins with Bldg5:
|
not like |
Finds all matches that do not have the values specified. The asterisk (*) characters means any number of characters of any type at this location. The question mark (?) character means any single character of any type at this location. Click here for an example.
Match any incident with a Source Node that has a (system location) sysLocation value that does not begin with
|
Attribute | Description |
---|---|
Expression |
The value or pattern for which you want NNMi to search. Note the following:
|
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to network-management-doc-feedback@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: