From b3f41e21446434f25b844a2228b77b44c3ec7a96 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Mon, 6 Nov 2023 19:44:33 +0100 Subject: [PATCH] Update docs/track.rst Co-authored-by: Jason Bryan --- docs/track.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/track.rst b/docs/track.rst index 06183b7a8..ae954f074 100644 --- a/docs/track.rst +++ b/docs/track.rst @@ -1895,7 +1895,7 @@ If you want it to delete one specific index template instead, you can specify th * ``template`` (mandatory): The name of the composable template that should be deleted. * ``only-if-exists`` (optional, defaults to ``true``): Defines whether the index template should only be deleted if it exists. -* ``delete-matching-indices`` (optional, defaults to ``false``): Whether to delete indices that match the index template's index pattern. This setting is ignored in `Elastic Serverless `_ - please use data streams and ``delete-data-stream`` operation instead. +* ``delete-matching-indices`` (optional, defaults to ``false``): Whether to delete indices that match the index template's index pattern. This setting is ignored in `Elastic Serverless `_ - please use data streams and the ``delete-data-stream`` operation instead. * ``index-pattern`` (mandatory iff ``delete-matching-indices`` is ``true``): Specifies the index pattern to delete. * ``request-params`` (optional): A structure containing any request parameters that are allowed by the delete index template API. Rally will not attempt to serialize the parameters and pass them as is. Always use "true" / "false" strings for boolean parameters.