Details
-
Bug
-
Resolution: Unresolved
-
None
-
*Location*: https://docs.couchbase.com/server/6.5/cli/cbcollect-info-tool.html
*Referrer*: https://docs.couchbase.com/server/6.5/manage/manage-security/configure-server-certificates.html
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36
*Screen Resolution*: 3840 x 1080*Location*: https://docs.couchbase.com/server/6.5/cli/cbcollect-info-tool.html *Referrer*: https://docs.couchbase.com/server/6.5/manage/manage-security/configure-server-certificates.html *User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 *Screen Resolution*: 3840 x 1080
-
DOC-2022-S9, DOC-2022-S10
Description
After reviewing the help output for cbcollect_info on Couchbase Server 6.6.1, there is no flag --multi-node-diag:
$ /opt/couchbase/bin/cbcollect_info --help
|
Usage: cbcollect_info [options] output_file.zip
|
|
- Linux/Windows/OSX:
|
cbcollect_info output_file.zip
|
cbcollect_info -v output_file.zip
|
|
Options:
|
-h, --help show this help message and exit
|
-r ROOT root directory - defaults to /opt/couchbase
|
-v increase verbosity level
|
-p gather only product related information
|
-d dump a list of commands that cbcollect_info needs
|
--initargs=INITARGS server 'initargs' path
|
--log-redaction-level=REDACT_LEVEL
|
redaction level for the logs collected, none and
|
partial supported (default is none)
|
--log-redaction-salt=SALT_VALUE
|
Is used to salt the hashing of tagged data,
|
defaults to random uuid. If input by user it should
|
be provided along with --log-redaction-level option
|
--upload-host=UPLOAD_HOST
|
gather diagnostics and upload it for couchbase
|
support. Gives upload host
|
--customer=UPLOAD_CUSTOMER
|
specifies customer name for upload
|
--ticket=UPLOAD_TICKET
|
specifies support ticket number for upload
|
--bypass-sensitive-data
|
do not collect sensitive data
|
--task-regexp=TASK_REGEXP
|
Run only tasks matching regexp. For debugging purposes
|
only.
|
--tmp-dir=TMP_DIR set the temp dir used while processing collected data.
|
Overrides the TMPDIR env variable if set
|
--upload-proxy=UPLOAD_PROXY
|
specifies proxy for upload
|
Checking on Jiram, from MB-37077 this was removed in Couchbase Server 6.0.4, 6.5.0 and subsequent releases.
Can the documentation pages for the above versions be updated to remove this flag?