Skip to content

Commit d0b6e89

Browse files
committed
Unirec output: cleaned and remapped HTTP fields
Removed obsoleted IPFIX elements from older flowmonexp plugin with MUNI enterprise ID, renamed UniRec fields to match the names in ipfixprobe and NEMEA.
1 parent d392cc9 commit d0b6e89

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

extra_plugins/output/unirec/config/unirec-elements.txt

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,6 @@ FME_SIP_CALLED_PARTY string flowmon:sipCalledParty
118118
FME_SIP_VIA string flowmon:sipVia # SIP VIA
119119

120120
# --- HTTP elements ---
121-
HTTP_REQUEST_METHOD_ID uint32 e16982id500 # HTTP request method id
122-
HTTP_REQUEST_HOST string e16982id501 # HTTP(S) request host
123-
HTTP_REQUEST_URL string e16982id502 # HTTP request url
124-
HTTP_REQUEST_AGENT_ID uint32 e16982id503 # HTTP request agent id
125-
HTTP_REQUEST_AGENT string e16982id504 # HTTP request agent
126-
HTTP_REQUEST_REFERER string e16982id505 # HTTP referer
127-
HTTP_RESPONSE_STATUS_CODE uint32 e16982id506 # HTTP response status code
128-
HTTP_RESPONSE_CONTENT_TYPE string e16982id507 # HTTP response content type
129-
130121
FME_HTTP_UA_OS uint16 flowmon:httpUaOs
131122
FME_HTTP_UA_OS_MAJ uint16 flowmon:httpUaOsMaj
132123
FME_HTTP_UA_OS_MIN uint16 flowmon:httpUaOsMin
@@ -136,10 +127,14 @@ FME_HTTP_UA_APP_MAJ uint16 flowmon:httpUaAppMaj
136127
FME_HTTP_UA_APP_MIN uint16 flowmon:httpUaAppMin
137128
FME_HTTP_UA_APP_BLD uint16 flowmon:httpUaAppBld
138129
FME_HTTP_METHOD_MASK uint16 flowmon:httpMethodMask
139-
FME_HTTP_REQUEST_HOST string flowmon:httpHost # HTTP(S) request host
140-
FME_HTTP_REQUEST_URL string flowmon:httpUrl # HTTP request url
141-
FME_HTTP_RESPONSE_STATUS_CODE uint32 flowmon:httpStatusCode # HTTP response status code
142-
FME_HTTP_REQUEST_USER_AGENT string flowmon:httpUserAgent
130+
131+
HTTP_REQUEST_AGENT string flowmon:httpUserAgent
132+
HTTP_REQUEST_HOST string flowmon:httpHost # HTTP(S) request host
133+
HTTP_REQUEST_REFERER string flowmon:httpReferer
134+
HTTP_REQUEST_URL string flowmon:httpUrl # HTTP request url
135+
HTTP_REQUEST_METHOD string cesnet:httpMethod # HTTP method text representation
136+
HTTP_RESPONSE_STATUS_CODE uint16 flowmon:httpStatusCode # HTTP response status code
137+
HTTP_RESPONSE_CONTENT_TYPE string flowmon:httpContentType # HTTP ContentType text representation
143138

144139
# --- Other fields ---
145140
IPV6_TUN_TYPE uint8 e16982id405 # IPv6 tunnel type

0 commit comments

Comments
 (0)