mirror of
https://github.com/openobserve/goflow2.git
synced 2025-10-23 07:11:57 +00:00
Observation domain (#98)
* netflow: Add observation domain and point to message The ObservationDomainID and ObservationPointID are two IPFIX fields that identify the entity that is capturing flows and can be used to enrich the context around a specific sample. Parse these fields from the sample and add them to the FlowMessage. Signed-off-by: Adrian Moreno <amorenoz@redhat.com> Co-authored-by: Adrian Moreno <amorenoz@redhat.com>
This commit is contained in:
@@ -100,6 +100,9 @@ message FlowMessage {
|
||||
uint32 MPLSLastTTL = 61; // Last TTL
|
||||
uint32 MPLSLastLabel = 62; // Last Label
|
||||
|
||||
uint32 ObservationDomainID = 70;
|
||||
uint32 ObservationPointID = 71;
|
||||
|
||||
// Custom fields: start after ID 1000:
|
||||
// uint32 MyCustomField = 1000;
|
||||
|
||||
|
Reference in New Issue
Block a user