diff --git a/docs/track.rst b/docs/track.rst index d311649bb..2bb1d7e64 100644 --- a/docs/track.rst +++ b/docs/track.rst @@ -2377,6 +2377,8 @@ Properties It's not recommended to rely on ``wait-for-completion=true``. Instead you should keep the default value (``False``) and use an additional ``wait-for-snapshot-create`` operation in the next step. This is mandatory on `Elastic Cloud `_ or environments where Elasticsearch is connected via intermediate network components, such as proxies, that may terminate the blocking connection after a timeout. +This is an administrative operation. Metrics are not reported by default. Reporting can be forced by setting ``include-in-reporting`` to ``true``. + Meta-data """"""""" @@ -2454,6 +2456,8 @@ Properties However, this might not work if a proxy is in between the client and Elasticsearch and the proxy has a shorter request timeout configured than the client. In this case, keep the default value for ``wait-for-completion`` and instead add a ``wait-for-recovery`` runner in the next step. +This is an administrative operation. Metrics are not reported by default. Reporting can be forced by setting ``include-in-reporting`` to ``true``. + Meta-data """""""""