Skip to content

Commit 7fd58ed

Browse files
committed
Unirec output: add HTTP user agent and remove HTTP Method ID to Method Mask
The user agent is required by V. Bartos and the mask is proper field identification used by Flowmon Exporter configuration.
1 parent ee09740 commit 7fd58ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ HTTP_REQUEST_REFERER string e16982id505
127127
HTTP_RESPONSE_STATUS_CODE uint32 e16982id506 # HTTP response status code
128128
HTTP_RESPONSE_CONTENT_TYPE string e16982id507 # HTTP response content type
129129

130-
FME_HTTP_METHOD_ID uint16 flowmon:httpMethodID
131130
FME_HTTP_UA_OS uint16 flowmon:httpUaOs
132131
FME_HTTP_UA_OS_MAJ uint16 flowmon:httpUaOsMaj
133132
FME_HTTP_UA_OS_MIN uint16 flowmon:httpUaOsMin
@@ -136,9 +135,11 @@ FME_HTTP_UA_APP uint16 flowmon:httpUaApp
136135
FME_HTTP_UA_APP_MAJ uint16 flowmon:httpUaAppMaj
137136
FME_HTTP_UA_APP_MIN uint16 flowmon:httpUaAppMin
138137
FME_HTTP_UA_APP_BLD uint16 flowmon:httpUaAppBld
138+
FME_HTTP_METHOD_MASK uint16 flowmon:httpMethodMask
139139
FME_HTTP_REQUEST_HOST string flowmon:httpHost # HTTP(S) request host
140140
FME_HTTP_REQUEST_URL string flowmon:httpUrl # HTTP request url
141141
FME_HTTP_RESPONSE_STATUS_CODE uint32 flowmon:httpStatusCode # HTTP response status code
142+
FME_HTTP_REQUEST_USER_AGENT string flowmon:httpUserAgent
142143

143144
# --- Other fields ---
144145
IPV6_TUN_TYPE uint8 e16982id405 # IPv6 tunnel type

0 commit comments

Comments
 (0)