Skip to content

Commit

Permalink
Update docs/track.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Bryan <[email protected]>
  • Loading branch information
gbanasiak and inqueue authored Nov 6, 2023
1 parent 5b7a083 commit b3f41e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/track.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.elastic.co/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 <https://docs.elastic.co/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.

Expand Down

0 comments on commit b3f41e2

Please sign in to comment.