Service to store and list configuration changes.
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.management.configuration.changes | false |
/core-service=management/service=configuration-changes |
| Type | INT |
| Default Value | 10 |
| Is the attribute nillable? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | no-services |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| max-history | INT | false | false | 10 | The maximum number of configuration changes stored in history. |
| Raw DMR model |
|
| Raw DMR model |
|
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.core-management.service.configuration-changes">
<param name="max-history" value="{value}"/>
<feature/>