Fix JMX exposure default in config metadata and docs
Fixes gh-33072
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
},
|
||||
{
|
||||
"name": "management.endpoints.jmx.exposure.include",
|
||||
"defaultValue": "*"
|
||||
"defaultValue": "health"
|
||||
},
|
||||
{
|
||||
"name": "management.endpoints.jmx.unique-names",
|
||||
|
||||
@@ -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[]
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user