@@ -46,7 +46,7 @@ init_config:
4646instances:
4747
4848 ## @param url - string - required
49- ## The URL where elasticsearch accepts HTTP requests. This is used to
49+ ## The URL where Elasticsearch accepts HTTP requests. This is used to
5050 ## fetch statistics from the nodes and information about the cluster health.
5151 #
5252 - url: http://localhost:9200
@@ -60,8 +60,8 @@ instances:
6060 # node_name_as_host: false
6161
6262 ## @param cluster_stats - boolean - optional - default: false
63- ## If your cluster is hosted externally (i.e., you're not pointing to localhost)
64- ## you must to set `cluster_stats` to true otherwise the check only
63+ ## If your cluster is hosted externally (i.e., you're not pointing to localhost),
64+ ## you must set `cluster_stats` to true, otherwise the check only
6565 ## submits metrics of the local node.
6666 ## This parameter was also called `is_external` and you can still use it but it
6767 ## is removed in Agent version 6+.
@@ -76,36 +76,36 @@ instances:
7676 # detailed_index_stats: false
7777
7878 ## @param index_stats - boolean - optional - default: false
79- ## Set " index_stats" to true to collect metrics for individual indices.
79+ ## Set ` index_stats` to true to collect metrics for individual indices.
8080 #
8181 # index_stats: false
8282
8383 ## @param pshard_stats - boolean - optional - default: false
84- ## If you enable the " pshard_stats" flag, statistics over primary shards
84+ ## If you enable the ` pshard_stats` flag, statistics over primary shards
8585 ## are collected by the check and sent to the backend with the
86- ## ' elasticsearch.primary' prefix. It is particularly useful if you want to
86+ ## ` elasticsearch.primary` prefix. It is particularly useful if you want to
8787 ## get certain metrics without taking replicas into account. For instance,
88- ## ' elasticsearch.primaries.docs.count` gives you the total number of
88+ ## ` elasticsearch.primaries.docs.count` gives you the total number of
8989 ## documents in your indexes WITHOUT counting duplicates due to the existence
9090 ## of replica shards in your ES cluster.
9191 #
9292 # pshard_stats: false
9393
9494 ## @param slm_stats - boolean - optional - default: false
95- ## Set " slm_stats" to true to collect statistics about Snapshot Lifcycle Management.
95+ ## Set ` slm_stats` to true to collect statistics about Snapshot Lifecycle Management.
9696 ## The user must have the `read_slm` cluster privilege to get these metrics.
9797 #
9898 # slm_stats: false
9999
100100 ## @param pshard_graceful_timeout - boolean - optional - default: false
101- ## Continue gracefully if pshard stats TO
101+ ## Continue gracefully if pshard stats timeout.
102102 #
103103 # pshard_graceful_timeout: false
104104
105105 ## @param pending_task_stats - boolean - optional - default: true
106- ## It specifies whether to collect data exposed by the `pending_tasks` cluster endpoint.
106+ ## Specifies whether to collect data exposed by the `pending_tasks` cluster endpoint.
107107 ## Ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-pending.html
108- ## Some managed ElasticSearch services (e.g. AWS ElasticSearch ) do not expose this endpoint.
108+ ## Some managed Elasticsearch services (e.g., AWS Elasticsearch ) do not expose this endpoint.
109109 ## Set `pending_task_stats` to false if you use such a service.
110110 #
111111 # pending_task_stats: true
@@ -117,8 +117,8 @@ instances:
117117 # cat_allocation_stats: false
118118
119119 ## @param admin_forwarder - boolean - optional - default: false
120- ## It is used to signify a URL that includes a context root
121- ## needed for a forwarder application to access Elasticsearch REST services for example
120+ ## Specifies a URL that includes a context root
121+ ## needed for a forwarder application to access Elasticsearch REST services, for example:
122122 ## https://www.ibm.com/support/knowledgecenter/SSFTN5_8.5.6/com.ibm.wbpm.main.doc/topics/tadm_fps_esearch.html
123123 #
124124 # admin_forwarder: false
@@ -135,7 +135,7 @@ instances:
135135 # disable_legacy_cluster_tag: true
136136
137137 ## @param disable_legacy_service_check_tags - boolean - optional - default: false
138- ## Disable the submission of the elasticsearch `host` and `port` as tags in service checks.
138+ ## Disable the submission of the Elasticsearch `host` and `port` as tags in service checks.
139139 ## Submit them as `url` instead.
140140 #
141141 disable_legacy_service_check_tags: true
@@ -161,7 +161,7 @@ instances:
161161 ## breaker, the `value_path` is `estimated_size_in_bytes`.
162162 ## 2. name - The full metric name sent to Datadog. If `type` is `tag`, this column is considered a tag and
163163 ## applied to every metric collected by this particular query.
164- ## 3. type (optional) - An optional parameter to designates the type of data sent. Possible values for
164+ ## 3. type (optional) - An optional parameter to designate the type of data sent. Possible values for
165165 ## `type` include `gauge`, `monotonic_count`, `rate`, and `tag`, with `gauge` being
166166 ## the default.
167167 ##
0 commit comments