Skip to content

Commit fb300dc

Browse files
committed
Add doveadm_http_request_finished event
1 parent dbdc12e commit fb300dc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

data/events.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,4 +1896,22 @@ characters and no control characters.
18961896
sql_driver: `Name of the sql driver, e.g. \`mysql\` or \`cassandra\`.`,
18971897
},
18981898
},
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+
18991917
}

0 commit comments

Comments
 (0)