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 Object Filter for a Causal Rule
The Source Filter tab enables you to create a filter to specify which Source Object should be used for the Parent Incident that is generated for this Causal Rule.
Note Create only one Source Object Filter for a Causal Rule. If you select Use Child Incident's Source Object for Parent, NNMi ignores any Source Object 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 Source Object, or both to define how matching incidents should be considered for the Correlation 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 numeric, 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. Click here for more information about Attribute types:
ifIndex
andifSpeed
are numeric Attributes.- Any Attribute name that begins wtih "is" (
isSnmpInterface
,isSnmpNode
,isNnmSystemLocal
) represents a Boolean Attribute. - All other Attributes are textual.
- Each set of expressions associated with a Boolean Operator (for example,
AND
) 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.
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 Object 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 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. - Optional. Configure a Source Node Filter. (See Configure a Source Node Filter for a Causal Rule.)
- Click Save and Close to save your changes and return to the previous form.
Attribute | Description |
---|---|
Attribute |
The Attribute on which NNMi searches. Valid attributes other than Source Node attributes depend on the Incident's Source Object. NNMi checks the Source Node as well as the Source Object for any Capability value. 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) 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 Object value of Interface with 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 attribute 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) attribute 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. Click here for an example.
Match any incident with a Source Object attribute value of Interface that has an (interface speed) ifSpeed of 10Mbps:
|
is not null |
Finds all non-blank values. Click here for an example.
Match any incident with a Source Object attribute value of Interface that has an (interface name) ifName value:
|
is null |
Finds all blank values. Click here for an example.
Match any incident with a Source Object attribute value of Interface that does not have an (interface name) ifName 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 Object attribute value of Interface with a (description)
Match any incident with a Source Object attribute value of Interface with an (interface alias) ifAlias value that begins with
|
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 with a Source Object attribute value of Interface with an (interface name) ifName 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: