Skip to content

Commit

Permalink
Update ClusterPutComponentTemplateRequest.ts (#2777)
Browse files Browse the repository at this point in the history
Minor fix in markdown for name parameter.
  • Loading branch information
picandocodigo authored Aug 7, 2024
1 parent 8e91c06 commit 824a117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 824a117

Please sign in to comment.