Fixed
Details
Assignee
Stefan WachterStefan WachterReporter
Stefan WachterStefan WachterHB Grooming Date
Feb 16, 2021HB Backlog Status
NBSprint
NoneFix versions
Priority
Minor
Details
Details
Assignee
Stefan Wachter
Stefan WachterReporter
Stefan Wachter
Stefan WachterHB Grooming Date
Feb 16, 2021
HB Backlog Status
NB
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 9, 2021 at 11:22 AM
Updated May 26, 2021 at 12:22 PM
Resolved May 26, 2021 at 12:22 PM
Flow documents are processed separately to calculate the aggregations for
hosts
applications
conversations
This can be optimized avoiding the repeated processing of flow documents: The conversation key part consists of a host related part and an application related part. Using a suitable representation for the conversation key part, the aggregations for hosts and applications can be derived from the conversations aggregation.
ATM, the conversation key is calculated in OpenNMS by the method
ConversationKeyUtils.getConvoKeyAsJsonString(FlowDocument)
. It is based on the fieldslocation
protocol
srcAddr
dstAddr
application