significance Product Documentation
« Back to Products Documentation
Types
- significance
- Small product used to manually set the significance value of an event.
This can be used to promote or demote any event. The current threshold for
the web to consider an event “significant” is ≥600.
-
Significance is calculated from properties of the origin, losspager
and dyfi products. It is calculated from the following multi-step formula:
- magnitude_significance
- = (100/6.5) * magnitude2
- pager_significance
- = 2000 if red 1000 if orange 500 if yellow
- dyfi_significance
- = MIN(num_Resp, 1000) * maxmmi * 0.10
- significance
- = MAX(magnitude_significance, pager_significance) + dyfi_significance
Sources
- admin
- Eric Martinez
Status
- UPDATE
- Used when adding or updating the significance product.
- DELETE
- Used when deleting an existing significance product.
Properties
- eventsource
- The event network the corresponding event is associated with.
- eventsourcecode
- The event network code the corresponding event is associated with.
- significance
- The value to use for significance (integer)