We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671a254 commit 839a704Copy full SHA for 839a704
1 file changed
modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc
@@ -826,6 +826,8 @@ A completed request is logged if _any_ of the qualifiers are met (logical OR).
826
`client`:: Log requests from this IP address.
827
`user`:: Log requests with this user name.
828
`context`:: Log requests with this client context ID.
829
+`statement`:: Log requests that match the specified LIKE search pattern in the query text.
830
+`plan`:: Log requests where the specified plan field values appear in the query plan.
831
832
For full details, see xref:n1ql-rest-admin:index.adoc#Logging_Parameters[Logging Parameters].
833
0 commit comments