Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Rename monitoring collection from legacy internal collection t… #18504

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libbeat/docs/monitoring/monitoring-beats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ifndef::serverless[]
{metricbeat} collects monitoring data from your {beatname_uc} instance
and sends it directly to your monitoring cluster.
endif::[]
* <<monitoring-internal-collection-legacy,Legacy internal collection (deprecated)>> -
Legacy internal collectors send monitoring data to your production cluster.
* <<monitoring-internal-collection-legacy,Legacy collection (deprecated)>> -
Legacy collectors send monitoring data to your production cluster.


//Commenting out this link temporarily until the general monitoring docs can be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

[role="xpack"]
[[monitoring-internal-collection-legacy]]
== Use legacy internal collection to send monitoring data
== Use legacy collection to send monitoring data
++++
<titleabbrev>Use legacy internal collection (deprecated)</titleabbrev>
<titleabbrev>Use legacy collection (deprecated)</titleabbrev>
++++

deprecated[7.2.0]
Expand All @@ -23,10 +23,10 @@ that sent monitoring data to the production cluster, which would either index
the data locally, or forward the data to a dedicated monitoring cluster via HTTP
exporters.

Starting in {beatname_uc} version 7.2, the legacy settings for internal
collection are deprecated and will be removed in version 8.0.0. Instead of
sending monitoring data to your production cluster, it's recommended that you
use the configuration described under
Starting in {beatname_uc} version 7.2, legacy collection settings are deprecated
and will be removed in version 8.0.0. Instead of sending monitoring data to your
production cluster, it's recommended that you use the configuration described
under
<<monitoring-internal-collection,internal collection>> to route
monitoring data directly to your monitoring cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[role="xpack"]
[[configuration-monitor-legacy]]
=== Settings for legacy internal collection
=== Settings for legacy collection

deprecated::[7.2.0,These settings are deprecated and will be removed in version 8.0.0. Instead of sending monitoring data to your production cluster it's recommended that you use the configuration described under <<monitoring-internal-collection>> to route monitoring data directly to your monitoring cluster.]

Expand Down