get_manager_config
Retrieve the active Wazuh manager configuration for a specified section like alerts or cluster. Optionally request unredacted values when allowed.
Instructions
Get the active Wazuh manager configuration for a specific section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Configuration section to retrieve. Omit to get the full configuration. | |
| include_sensitive_config | No | Request sensitive (unredacted) manager configuration values. Only honored when the server-side WAZUH_ALLOW_SENSITIVE_CONFIG flag is enabled; otherwise values are always redacted. |