Skip to content

Commit 0ec8055

Browse files
apply suggestions from @lcawl
Co-authored-by: Lisa Cawley <[email protected]>
1 parent 3ab17a9 commit 0ec8055

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deploy-manage/monitor/stack-monitoring/es-local-exporter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ products:
1313
:::{include} _snippets/legacy-warning.md
1414
:::
1515

16-
The `local` exporter is the default exporter in X-Pack monitoring. It routes data back into the same (local) cluster. In other words, it uses the production cluster as the monitoring cluster. For example:
16+
The `local` exporter is the default exporter in {{monitor-features}}. It routes data back into the same (local) cluster. In other words, it uses the production cluster as the monitoring cluster. For example:
1717

1818
```yaml
1919
xpack.monitoring.exporters.my_local_exporter: <1>
@@ -27,7 +27,7 @@ This exporter exists to provide a convenient option when hardware is simply not
2727
2828
* All indexing impacts the local cluster and the nodes that hold the monitoring indices' shards.
2929
* Most collectors run on the elected master node. Therefore most indexing occurs with the elected master node as the coordinating node, which is a bad practice.
30-
* Any usage of X-Pack monitoring for {{kib}} uses the local cluster’s resources for searches and aggregations, which means that they might not be available for non-monitoring tasks.
30+
* Any usage of {{monitor-features}} for {{kib}} uses the local cluster’s resources for searches and aggregations, which means that they might not be available for non-monitoring tasks.
3131
* If the local cluster goes down, the monitoring cluster has inherently gone down with it (and vice versa), which generally defeats the purpose of monitoring.
3232
3333
For the `local` exporter, all setup occurs only on the elected master node. This means that if you do not see any monitoring templates or ingest pipelines, the elected master node is having issues or it is not configured in the same way. Unlike the `http` exporter, the `local` exporter has the advantage of accessing the monitoring cluster’s up-to-date cluster state. It can therefore always check that the templates and ingest pipelines exist without a performance penalty. If the elected master node encounters errors while trying to create the monitoring resources, it logs errors, ignores that collection, and tries again after the next collection.

deploy-manage/monitor/stack-monitoring/es-monitoring-collectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ products:
1414
:::{include} _snippets/legacy-warning.md
1515
:::
1616

17-
Collectors, as their name implies, collect things. Each collector runs once for each collection interval to obtain data from the public APIs in {{es}} and X-Pack that it chooses to monitor. When the data collection is finished, the data is handed in bulk to the [exporters](es-monitoring-exporters.md) to be sent to the monitoring clusters. Regardless of the number of exporters, each collector only runs once per collection interval.
17+
Collectors, as their name implies, collect things. Each collector runs once for each collection interval to obtain data from the public APIs in {{es}} that it chooses to monitor. When the data collection is finished, the data is handed in bulk to the [exporters](es-monitoring-exporters.md) to be sent to the monitoring clusters. Regardless of the number of exporters, each collector only runs once per collection interval.
1818

1919
There is only one collector per data type gathered. In other words, for any monitoring document that is created, it comes from a single collector rather than being merged from multiple collectors. The {{es}} {{monitor-features}} currently have a few collectors because the goal is to minimize overlap between them for optimal performance.
2020

deploy-manage/monitor/stack-monitoring/es-pause-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ products:
1414
:::{include} _snippets/legacy-warning.md
1515
:::
1616

17-
To stop generating X-Pack monitoring data in {{es}}, disable data collection:
17+
To stop generating monitoring data in {{es}}, disable data collection:
1818

1919
```yaml
2020
xpack.monitoring.collection.enabled: false

solutions/observability/apm/apm-server/use-internal-collection-to-send-monitoring-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You specify these settings in the X-Pack monitoring section of the `apm-server.y
8080

8181
### `monitoring.enabled` [_monitoring_enabled]
8282

83-
The `monitoring.enabled` config is a boolean setting to enable or disable X-Pack monitoring. If set to `true`, monitoring is enabled.
83+
The `monitoring.enabled` config is a boolean setting to enable or disable {{monitor-features}}. If set to `true`, monitoring is enabled.
8484

8585
The default value is `false`.
8686

0 commit comments

Comments
 (0)