Skip to content

Commit 27a6573

Browse files
[DOC-10001] Add new logging qualifiers to system:completed_requests (#361)
1 parent a38b065 commit 27a6573

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,8 @@ A completed request is logged if _any_ of the qualifiers are met (logical OR).
717717
`client`:: Log requests from this IP address.
718718
`user`:: Log requests with this user name.
719719
`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.
720722

721723
For full details, see xref:n1ql-rest-admin:index.adoc#Logging_Parameters[Logging Parameters].
722724

preview/HEAD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sources:
22
docs-server:
3-
branches: [release/7.6]
3+
branches: [release/8.0]
44
override:
55
startPage: server:introduction:intro.adoc

0 commit comments

Comments
 (0)