Warning: This is the documentation for Wazuh 4.0. Check out the docs for the latest version of Wazuh!
socket¶
XML section name
<socket>
</socket>
Configuration options for defining output sockets.
Options¶
name¶
Name of the socket. This is a required field.
Default value |
n/a |
Allowed values |
Any name is allowed except agent |
location¶
Path of the socket. This is a required field.
Default value |
n/a |
Allowed values |
Any path is allowed. |
Example of configuration¶
<socket>
<name>custom_socket</name>
<location>/var/run/custom.sock</location>
<mode>tcp</mode>
<prefix>custom_syslog: </prefix>
</socket>