diff --git a/modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc b/modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc index b0f29e5fd..8042aebb5 100644 --- a/modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc +++ b/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). `client`:: Log requests from this IP address. `user`:: Log requests with this user name. `context`:: Log requests with this client context ID. +`statement`:: Log requests that match the specified LIKE search pattern in the query text. +`plan`:: Log requests where the specified plan field values appear in the query plan. For full details, see xref:n1ql-rest-admin:index.adoc#Logging_Parameters[Logging Parameters]. diff --git a/preview/HEAD.yml b/preview/HEAD.yml index 510379449..770ab0187 100644 --- a/preview/HEAD.yml +++ b/preview/HEAD.yml @@ -1,5 +1,5 @@ sources: docs-server: - branches: [release/7.6] + branches: [release/8.0] override: startPage: server:introduction:intro.adoc