Skip to content

Commit 824a117

Browse files
Update ClusterPutComponentTemplateRequest.ts (#2777)
Minor fix in markdown for name parameter.
1 parent 8e91c06 commit 824a117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cluster/put_component_template/ClusterPutComponentTemplateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface Request extends RequestBase {
4949
path_parts: {
5050
/**
5151
* Name of the component template to create.
52-
* Elasticsearch includes the following built-in component templates: `logs-mappings`; 'logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.
52+
* Elasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.
5353
* Elastic Agent uses these templates to configure backing indices for its data streams.
5454
* 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.
5555
* 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.

0 commit comments

Comments
 (0)