Skip to content

Commit 06e3388

Browse files
Merge pull request #8355 from marshallmassengill/event-translator-uei-match-tip
Doc Update: Adding a tip for UEI matching
2 parents 7699b9b + f58bbe6 commit 06e3388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/modules/operation/pages/deep-dive/events/event-translator.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ If you would like to generate multiple events from a single source event, you ca
1111

1212
The `$\{OPENNMS_HOME}/etc/translator-configuration.xml` file contains elements and attributes that create and/or change the fields or parameters of one event and publish a new event with these changes.
1313

14+
TIP: If the configured UEI in the event-translation-spec ends with a `/`, it acts as a prefix wildcard. Any event whose UEI starts with that prefix will match. IE, configuring `uei.opennms.org/nodes/` would match `uei.opennms.org/nodes/nodeDown`, `uei.opennms.org/nodes/nodeUp`, etc.
15+
1416
== Examples
1517

1618
=== Example 1: Associate traps with a node other than the SNMP manager

0 commit comments

Comments
 (0)