Modifies notification settings
couchbase-cli setting-notification [--cluster <url>] [--username <user>]
[--password <password>] [--enable-notifications <int>]
Enabling notifications allows the Couchbase Administration Console to notify users about newer versions of Couchbase Server. This system also collects information about use and experience with the product every time an administrator interacts with the administrator user interface. It collects configuration, usage and performance data, including cluster information (such as settings and configuration, software version, cluster ID, load levels, and resource quotas), and browser and network information (such as IP address, inferred geolocation only at the city level, and browser type). This does not allow Couchbase to track your specific interactions or usage of the Couchbase Server. It never accesses or collects any data stored within Couchbase Server.
- --enable-notification <int>
-
Specifies whether or not notifications should be enabled. To enable notifications set this flag to "1". To disable notifications set this flag to "0".
To enable notifications on a Couchbase cluster run the following command\&.
$ couchbase-cli setting-notifications -c 192.168.1.5 -u Administrator \ -p password --enable-notification 1
To disable notifications run the following command.
$ couchbase-cli setting-notifications -c 192.168.1.5 -u Administrator \ -p password --enable-notification 0
The setting-notification subcommand either enables or disables notifications about new Couchbase releases. This setting is a global parameter and applies to all nodes in a cluster.
man:couchbase-cli[1], man:couchbase-cli-cluster-init[1]