Skip to content

Commit 8d10baa

Browse files
authored
Internal collection doc update to reflect enabling legacy collection. (#17326)
1 parent ea99e1d commit 8d10baa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/monitoring-internal-collection-legacy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ To monitor Logstash nodes:
106106
3. Configure your Logstash nodes to send metrics by setting `xpack.monitoring.enabled` to `true` and specifying the destination {{es}} node(s) as `xpack.monitoring.elasticsearch.hosts` in `logstash.yml`. If {{security-features}} are enabled, you also need to specify the credentials for the [built-in `logstash_system` user](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/built-in-users.md). For more information about these settings, see [Monitoring Settings](#monitoring-settings-legacy).
107107

108108
```yaml
109+
xpack.monitoring.allow_legacy_collection: true
109110
xpack.monitoring.enabled: true
110111
xpack.monitoring.elasticsearch.hosts: ["http://es-prod-node-1:9200", "http://es-prod-node-2:9200"] <1>
111112
xpack.monitoring.elasticsearch.username: "logstash_system"

0 commit comments

Comments
 (0)