Skip to content

Commit

Permalink
Bump opendistro and Elastic version
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jun 9, 2021
1 parent 2e83afa commit 70e36f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/elasticsearch.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion manifests/kibana.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down
2 changes: 1 addition & 1 deletion manifests/opendistro.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 70e36f7

Please sign in to comment.