Provides the WazuhAgentLocalfileOutFormatConfiguration which allows to parse
out_format configuration objects of an agent’s local configuration localfile section.
- class WazuhAgentLocalfileOutFormatConfiguration(**kwargs)#
Bases:
objectObject representation of a localfile configuration’s out_format configuration.
- format: str#
Specifies the desired output format of logs.
Possible values: [“log”, “json_escaped_log”, “base64_log”, “output”, “location”, “command”, “timestamp”, “timestamp <FORMAT>”, “hostname”, “host_ip”]
- target: str#
The target the output format should be applied to. E.g. “all”, “custom_socket”, etc.