diff --git a/manifests/filebeat_oss.pp b/manifests/filebeat_oss.pp index d74e7cb7..2b724fc3 100644 --- a/manifests/filebeat_oss.pp +++ b/manifests/filebeat_oss.pp @@ -11,7 +11,7 @@ $filebeat_oss_elastic_user = 'admin', $filebeat_oss_elastic_password = 'admin', $filebeat_oss_version = '7.10.2', - $$wazuh_app_version = '4.4.0_7.10.0', + $wazuh_app_version = '4.4.0_7.10.0', $wazuh_extensions_version = 'v4.4.0', $wazuh_filebeat_module = 'wazuh-filebeat-0.2.tar.gz', diff --git a/templates/wazuh_api_yml.erb b/templates/wazuh_api_yml.erb index fd36a7ab..7bea295a 100644 --- a/templates/wazuh_api_yml.erb +++ b/templates/wazuh_api_yml.erb @@ -38,10 +38,14 @@ drop_privileges: <%= @wazuh_api_drop_privileges %> # Enable features under development experimental_features: <%= @wazuh_api_experimental_features %> # Enable remote commands -remote_commands: - localfile: - enabled: <%= @remote_commands_localfile %> - exceptions: <%= @remote_commands_localfile_exceptions %> - wodle_command: - enabled: <%= @remote_commands_wodle %> - exceptions: <%= @remote_commands_wodle_exceptions %> \ No newline at end of file +upload_configuration: + remote_commands: + localfile: + allow: <%= @remote_commands_localfile %> + exceptions: <%= @remote_commands_localfile_exceptions %> + wodle_command: + allow: <%= @remote_commands_wodle %> + exceptions: [] + limits: + eps: + allow: <%= @limits_eps %> \ No newline at end of file