IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get Watcher index settings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get Watcher index settings
editThis API allows a user to retrieve the user-configurable settings for the Watcher internal index (.watches
). Only a subset of the index settings—those that are user-configurable—will be shown. This includes:
-
index.auto_expand_replicas
-
index.number_of_replicas
An example of retrieving the Watcher settings:
response = client.watcher.get_settings puts response
GET /_watcher/settings
The configurable settings can be modified using the Update Watcher index settings API.
Was this helpful?
Thank you for your feedback.