From 5339637386498dc1f8ea19c274b6104b1c71cd12 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Mon, 6 Nov 2023 19:43:54 +0100 Subject: [PATCH] Update docs/serverless.rst Co-authored-by: Jason Bryan --- docs/serverless.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serverless.rst b/docs/serverless.rst index 01cef879d..216a0abee 100644 --- a/docs/serverless.rst +++ b/docs/serverless.rst @@ -19,7 +19,7 @@ Rally determines if it is benchmarking a Serverless cluster by looking at the `` .. note:: - Elasticsearch Serverless API is not publicly documented yet. Today, the ultimate documentation is Elasticsearch `source code `_. Please look for ``@ServerlessScope(Scope.PUBLIC)`` annotation to determine if a given REST action is available in Serverless. + The Elasticsearch Serverless API is not yet publicly documented. Today, the ultimate documentation is Elasticsearch `source code `_. Please look for the ``@ServerlessScope(Scope.PUBLIC)`` annotation to determine if a given REST action is available in Serverless. The automatic task skip can be overridden through :ref:`run-on-serverless` property::