We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38b065 commit 27a6573Copy full SHA for 27a6573
2 files changed
modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc
@@ -717,6 +717,8 @@ A completed request is logged if _any_ of the qualifiers are met (logical OR).
717
`client`:: Log requests from this IP address.
718
`user`:: Log requests with this user name.
719
`context`:: Log requests with this client context ID.
720
+`statement`:: Log requests that match the specified LIKE search pattern in the query text.
721
+`plan`:: Log requests where the specified plan field values appear in the query plan.
722
723
For full details, see xref:n1ql-rest-admin:index.adoc#Logging_Parameters[Logging Parameters].
724
preview/HEAD.yml
@@ -1,5 +1,5 @@
1
sources:
2
docs-server:
3
- branches: [release/7.6]
+ branches: [release/8.0]
4
override:
5
startPage: server:introduction:intro.adoc
0 commit comments