We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdc12e commit fb300dcCopy full SHA for fb300dc
data/events.js
@@ -1896,4 +1896,22 @@ characters and no control characters.
1896
sql_driver: `Name of the sql driver, e.g. \`mysql\` or \`cassandra\`.`,
1897
},
1898
1899
+
1900
+ doveadm_http_request_finished: {
1901
+ inherit: 'connection_client_finished',
1902
+ fields: {
1903
+ local_port: `Local port.`,
1904
+ remote_ip: `Remote IP address.`,
1905
+ remote_port: `Remote port.`,
1906
+ user: `Full username.`,
1907
+ command: `Doveadm command used`,
1908
+ exit_code: `Exit code of the command`,
1909
+ method: `HTTP method used`,
1910
+ url: `HTTP URL used`,
1911
+ agent: `Value of User-Agent header`,
1912
+ http_status: `HTTP response status code`,
1913
+ http_reason: `Reason for status code`,
1914
+ },
1915
1916
1917
}
0 commit comments