You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This network map executes two rule processors (006 and 078) when a pacs.002 transaction is received and summarizes the rule results into typology 001. The event flow rule processor (EFRuP) is also configured in this typology.
@@ -225,6 +231,10 @@ Example of the `exitConditions` object:
225
231
]
226
232
}
227
233
```
234
+
<divstyle="text-align: right">
235
+
<a href="#configuration-management">Top</a>
236
+
</div>
237
+
228
238
229
239
Each exit condition contains the same attributes:
230
240
@@ -358,7 +368,9 @@ Each rule result case contains the same information:
358
368
359
369
[Complete example of a rule processor configuration](/product/complete-example-of-a-rule-processor-configuration.md)
360
370
361
-
[Top](#configuration-management)
371
+
<divstyle="text-align: right">
372
+
<a href="#configuration-management">Top</a>
373
+
</div>
362
374
363
375
## 2.2. Typology Configuration
364
376
@@ -590,18 +602,66 @@ If a specific type of threshold is not required, the threshold should be omitted
590
602
591
603
The thresholds are located in a workflow object in the typology configuration. If, for example, the system is expected to alert on a typology score of 500 or more, and interdict on a typology score of 1000 or more, the workflow object would be composed as follows:
592
604
593
-
```
605
+
```JSON
594
606
"workflow": {
595
607
"alertThreshold": 500,
596
608
"interdictionThreshold": 1000
597
609
}
598
610
```
599
611
612
+
### Event Flow typology configuration
613
+
614
+
If the event flow processor is applicable to a typology, the EFRuP rule must be added to the list of rules in the typology configuration and EFRuP `"flowProcessor": "[email protected]"` should be added to the workflow object. `flowProcessor` may be omitted from the workflow object and the rules list in which case a particular typology is not affected by EFRuP results.
By adding the EFRuP processor to the network map, the event director will route transactions to the event flow rule processor in addition to the other rules specified in the typologies array.
782
+
712
783
### Complete network map example
713
784
714
785
[Complete example of a network map](/product/complete-example-of-a-network-map.md)
715
786
716
-
[Top](#configuration-management)
787
+
<divstyle="text-align: right">
788
+
<a href="#configuration-management">Top</a>
789
+
</div>
717
790
718
791
## 2.4. Updating configurations via the ArangoDB API
719
792
720
-
# 3\. Version Management
793
+
# 3. Version Management
721
794
722
795
## 3.1. Introduction and Basics
723
796
@@ -794,7 +867,9 @@ The active network map ultimately defines the scope of a particular evaluation,
794
867
795
868
* * *
796
869
797
-
[Top](#configuration-management)
870
+
<divstyle="text-align: right">
871
+
<a href="#configuration-management">Top</a>
872
+
</div>
798
873
799
874
[^1]: We have found during our performance testing that the text-based descriptions in our processor results undermines the performance gains we achieved with our ProtoBuff implementation. We will be removing the unabridged reason and processor descriptions from the configuration documents in favor of shorter look-up codes that will then also be used to introduce regionalized/language-specific descriptions.
0 commit comments