File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2626 $ossec_remote_connection = $wazuh::params_manager::ossec_remote_connection,
2727 $ossec_remote_port = $wazuh::params_manager::ossec_remote_port,
2828 $ossec_remote_protocol = $wazuh::params_manager::ossec_remote_protocol,
29+ $ossec_remote_local_ip = $wazuh::params_manager::ossec_remote_local_ip,
2930 $ossec_remote_queue_size = $wazuh::params_manager::ossec_remote_queue_size,
3031
3132 # ossec.conf generation parameters
Original file line number Diff line number Diff line change 2626 $ossec_remote_connection = ' secure'
2727 $ossec_remote_port = 1514
2828 $ossec_remote_protocol = ' udp'
29+ $ossec_remote_local_ip = undef
2930 $ossec_remote_queue_size = 131072
3031
3132 # ossec.conf generation parameters
Original file line number Diff line number Diff line change 3333 < connection > <%= @ossec_remote_connection %> </ connection >
3434 < port > <%= @ossec_remote_port %> </ port >
3535 < protocol > <%= @ossec_remote_protocol %> </ protocol >
36+ <%- if @ossec_remote_local_ip -%>
37+ < local _ip > <%= @ossec_remote_local_ip %> </ local _ip>
38+ <%- end -%>
3639 < queue _size > <%= @ossec_remote_queue_size %> </ queue _size>
3740 </ remote >
3841
You can’t perform that action at this time.
0 commit comments