Skip to content

Commit e8a2d72

Browse files
committed
Updated consistently the docs
1 parent e916b80 commit e8a2d72

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/static/monitoring/monitoring-internal-legacy.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
deprecated[7.9.0]
99

10-
NOTE: Starting from version 9.0, legacy monitoring is deactivated and behind a feature flag. Set `allow.legacy.monitoring` to `true` to allow access to the feature.
10+
NOTE: Starting from version 9.0, legacy monitoring is deactivated and behind a feature flag. Set `xpack.monitoring.allow_legacy_collection` to `true` to allow access to the feature.
1111

1212
==== Components for legacy collection
1313

@@ -59,7 +59,7 @@ monitoring cluster will show the Logstash metrics under the _monitoring_ cluster
5959

6060
--
6161

62-
. Verify that the `xpack.monitoring.collection.enabled` setting is `true` on the
62+
. Verify that the `xpack.monitoring.allow_legacy_collection` and `xpack.monitoring.collection.enabled` settings are `true` on the
6363
production cluster. If that setting is `false`, the collection of monitoring data
6464
is disabled in {es} and data is ignored from all other sources.
6565

docs/static/settings-file.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,4 @@ separating each log lines per pipeline could be helpful in case you need to trou
365365
| Determine where to allocate memory buffers, for plugins that leverage them.
366366
Currently defaults to `direct` but can be switched to `heap` to select Java heap space, which will become the default in the future.
367367
| `direct` Check out <<reducing-off-heap-usage>> for more info.
368-
369-
| `allow.legacy.monitoring`
370-
| Set to `true` to allow <<monitoring-internal-collection-legacy,internal legacy monitoring>>.
371-
| `false`
372368
|=======================================================================

0 commit comments

Comments
 (0)