diff --git a/manifests/elasticsearch.pp b/manifests/elasticsearch.pp index eafc875d..e5b49116 100644 --- a/manifests/elasticsearch.pp +++ b/manifests/elasticsearch.pp @@ -11,7 +11,7 @@ $elasticsearch_node_max_local_storage_nodes = '1', $elasticsearch_service = 'elasticsearch', $elasticsearch_package = 'elasticsearch', - $elasticsearch_version = '7.9.3', + $elasticsearch_version = '7.10.0', # user/group elasticsearch processes run as $elasticsearch_user = 'elasticsearch', diff --git a/manifests/kibana.pp b/manifests/kibana.pp index bb5d3daf..d1ac7c31 100644 --- a/manifests/kibana.pp +++ b/manifests/kibana.pp @@ -3,7 +3,7 @@ class wazuh::kibana ( $kibana_package = 'kibana', $kibana_service = 'kibana', - $kibana_version = '7.9.3', + $kibana_version = '7.10.0', $kibana_elasticsearch_hosts = [ { diff --git a/manifests/opendistro.pp b/manifests/opendistro.pp index 95a50fee..f17a73c7 100644 --- a/manifests/opendistro.pp +++ b/manifests/opendistro.pp @@ -11,7 +11,7 @@ $opendistro_node_max_local_storage_nodes = '1', $opendistro_service = 'elasticsearch', $opendistro_package = 'opendistroforelasticsearch', - $opendistro_version = '1.11.0', + $opendistro_version = '1.12.0', $opendistro_path_data = '/var/lib/elasticsearch', $opendistro_path_logs = '/var/log/elasticsearch',