diff --git a/LICENSE b/LICENSE index b63808b6..40f5e6c3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Portions Copyright (C) 2018 Wazuh, Inc. + Portions Copyright (C) 2020 Wazuh, Inc. Based on work Copyright (C) 2003 - 2013 Trend Micro, Inc. This program is a free software; you can redistribute it and/or modify diff --git a/roles/opendistro/opendistro-elasticsearch/defaults/main.yml b/roles/opendistro/opendistro-elasticsearch/defaults/main.yml index bf2fad8f..9c9cf736 100644 --- a/roles/opendistro/opendistro-elasticsearch/defaults/main.yml +++ b/roles/opendistro/opendistro-elasticsearch/defaults/main.yml @@ -1,6 +1,6 @@ --- # Cluster Settings -es_version: "7.8.0" +es_version: "7.9.1" es_major_version: "7.x" opendistro_version: 1.10.1 @@ -69,4 +69,4 @@ opendistro_kibana_password: changeme # Deployment settings generate_certs: true -perform_installation: true \ No newline at end of file +perform_installation: true diff --git a/roles/wazuh/ansible-wazuh-agent/README.md b/roles/wazuh/ansible-wazuh-agent/README.md index e43ddb87..b0dc7cd0 100644 --- a/roles/wazuh/ansible-wazuh-agent/README.md +++ b/roles/wazuh/ansible-wazuh-agent/README.md @@ -47,7 +47,7 @@ The following is an example of how this role can be used: License and copyright --------------------- -WAZUH Copyright (C) 2018 Wazuh Inc. (License GPLv3) +WAZUH Copyright (C) 2020 Wazuh Inc. (License GPLv3) ### Based on previous work from dj-wasabi