Skip to content

Commit 0718060

Browse files
remove monitoring sub
1 parent 5325326 commit 0718060

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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 {{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 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:
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 {{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 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.
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-pause-export.md

Lines changed: 2 additions & 2 deletions
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 {{monitoring}} data in {{es}}, disable data collection:
17+
To stop generating X-Pack monitoring data in {{es}}, disable data collection:
1818

1919
```yaml
2020
xpack.monitoring.collection.enabled: false
@@ -43,7 +43,7 @@ xpack.monitoring.exporters.my_http_exporter:
4343
1. Disable the named exporter. If the same name as an existing exporter is not used, then this will create a completely new exporter that is completely ignored. This value can be set dynamically by using cluster settings.
4444

4545

46-
::::{note}
46+
::::{note}
4747
Defining a disabled exporter prevents the default exporter from being created.
4848
::::
4949

docset.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ subs:
174174
webhook-cm: "Webhook - Case Management"
175175
opsgenie: "Opsgenie"
176176
hive: "TheHive"
177-
monitoring: "X-Pack monitoring"
178177
monitor-features: "monitoring features"
179178
stack-monitor-features: "Elastic Stack monitoring features"
180179
watcher: "Watcher"

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 {{monitoring}}. If set to `true`, monitoring is enabled.
83+
The `monitoring.enabled` config is a boolean setting to enable or disable X-Pack monitoring. If set to `true`, monitoring is enabled.
8484

8585
The default value is `false`.
8686

0 commit comments

Comments
 (0)