Fix JMX exposure default in config metadata and docs

Fixes gh-33072
This commit is contained in:
Scott Frederick
2022-11-09 14:56:44 -06:00
parent 21f0fdffa1
commit a53141f8a4
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
},
{
"name": "management.endpoints.jmx.exposure.include",
"defaultValue": "*"
"defaultValue": "health"
},
{
"name": "management.endpoints.jmx.unique-names",

View File

@@ -159,7 +159,7 @@ To change which endpoints are exposed, use the following technology-specific `in
|
| configprop:management.endpoints.jmx.exposure.include[]
| `*`
| `health`
| configprop:management.endpoints.web.exposure.exclude[]
|