From 824a117651a413bbec944553e06f3d853dd3f398 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 7 Aug 2024 16:30:07 +0100 Subject: [PATCH] Update ClusterPutComponentTemplateRequest.ts (#2777) Minor fix in markdown for name parameter. --- .../ClusterPutComponentTemplateRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cluster/put_component_template/ClusterPutComponentTemplateRequest.ts b/specification/cluster/put_component_template/ClusterPutComponentTemplateRequest.ts index ce8c0772f1..2b94fa3eb2 100644 --- a/specification/cluster/put_component_template/ClusterPutComponentTemplateRequest.ts +++ b/specification/cluster/put_component_template/ClusterPutComponentTemplateRequest.ts @@ -49,7 +49,7 @@ export interface Request extends RequestBase { path_parts: { /** * Name of the component template to create. - * Elasticsearch includes the following built-in component templates: `logs-mappings`; 'logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`. + * Elasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`. * Elastic Agent uses these templates to configure backing indices for its data streams. * If you use Elastic Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version. * If you don’t use Elastic Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.