Skip to content

Commit 3ab17a9

Browse files
remove xpack sub
1 parent 0718060 commit 3ab17a9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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 {{xpack}} 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}} 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.
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/kibana-monitoring-metricbeat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To learn about monitoring in general, refer to [](/deploy-manage/monitor/stack-m
7272
For more information, see [Monitoring settings in {{es}}](elasticsearch://reference/elasticsearch/configuration-reference/monitoring-settings.md) and [the Cluster update settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings).
7373

7474
4. [Install {{metricbeat}}](beats://reference/metricbeat/metricbeat-installation-configuration.md) on the same server as {{kib}}.
75-
5. Enable the {{kib}} {{xpack}} module in {{metricbeat}}.<br>
75+
5. Enable the {{kib}} X-Pack module in {{metricbeat}}.<br>
7676

7777
For example, to enable the default configuration in the `modules.d` directory, run the following command:
7878

@@ -82,7 +82,7 @@ To learn about monitoring in general, refer to [](/deploy-manage/monitor/stack-m
8282

8383
For more information, see [Specify which modules to run](beats://reference/metricbeat/configuration-metricbeat.md) and [{{kib}} module](beats://reference/metricbeat/metricbeat-module-kibana.md).
8484

85-
6. Configure the {{kib}} {{xpack}} module in {{metricbeat}}.<br>
85+
6. Configure the {{kib}} X-Pack module in {{metricbeat}}.<br>
8686

8787
The `modules.d/kibana-xpack.yml` file contains the following settings:
8888

docset.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ subs:
142142
artifact-registry: "Elastic Artifact Registry"
143143
aws: "AWS"
144144
stack: "Elastic Stack"
145-
xpack: "X-Pack"
146145
es: "Elasticsearch"
147146
kib: "Kibana"
148147
ls: "Logstash"

0 commit comments

Comments
 (0)