File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 26
26
$ossec_remote_connection = $wazuh::params_manager::ossec_remote_connection,
27
27
$ossec_remote_port = $wazuh::params_manager::ossec_remote_port,
28
28
$ossec_remote_protocol = $wazuh::params_manager::ossec_remote_protocol,
29
+ $ossec_remote_local_ip = $wazuh::params_manager::ossec_remote_local_ip,
29
30
$ossec_remote_queue_size = $wazuh::params_manager::ossec_remote_queue_size,
30
31
31
32
# ossec.conf generation parameters
Original file line number Diff line number Diff line change 26
26
$ossec_remote_connection = ' secure'
27
27
$ossec_remote_port = 1514
28
28
$ossec_remote_protocol = ' udp'
29
+ $ossec_remote_local_ip = undef
29
30
$ossec_remote_queue_size = 131072
30
31
31
32
# ossec.conf generation parameters
Original file line number Diff line number Diff line change 33
33
< connection > <%= @ossec_remote_connection %> </ connection >
34
34
< port > <%= @ossec_remote_port %> </ port >
35
35
< protocol > <%= @ossec_remote_protocol %> </ protocol >
36
+ <%- if @ossec_remote_local_ip -%>
37
+ < local _ip > <%= @ossec_remote_local_ip %> </ local _ip>
38
+ <%- end -%>
36
39
< queue _size > <%= @ossec_remote_queue_size %> </ queue _size>
37
40
</ remote >
38
41
You can’t perform that action at this time.
0 commit comments