]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/pgsql: document CopyOut-related response msgs
authorJuliana Fajardini <jufajardini@oisf.net>
Fri, 4 Apr 2025 22:17:55 +0000 (15:17 -0700)
committerVictor Julien <victor@inliniac.net>
Sat, 5 Apr 2025 06:11:39 +0000 (08:11 +0200)
Related to
Task #4854

doc/userguide/output/eve/eve-json-format.rst

index 744591b8a9810611942ce45cd1285274c7cc17d4..171f38eb2f70eebf09646f292e90f5f0dd3b7b42 100644 (file)
@@ -2548,6 +2548,12 @@ pgsql flow. Some of the possible request messages are:
 * "data_size": in bytes. When one or many ``DataRow`` messages are parsed, the
   total size in bytes of the data returned
 * "command_completed": string. Informs the command just completed by the backend
+* "copy_out_response": object. Indicates the beginning of a CopyTo mode, shows
+  how many columns will be copied to STDOUT (``copy_column_cnt`` field)
+* "copy_data_out": object. Consolidated data on the CopyData sent by the backend
+  in a CopyOut transaction
+* "copy_done": string. Similar to ``command_completed`` but sent after the
+  backend finishes sending a batch of ``CopyData`` messages
 * "ssl_accepted": bool. With this event, the initial PGSQL SSL Handshake
   negotiation is complete in terms of tracking and logging. The session will be
   upgraded to use TLS encryption