Updating Elasticsearch role:

*.- Updating JRE and Elasticsearch versions.
*.- Updating alerts template.
This commit is contained in:
Miguelangel Freitas 2018-01-24 11:55:23 -05:00
parent 723316caf0
commit ad793a70b4
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ elasticsearch_node_name: node-1
elasticsearch_http_port: 9200
elasticsearch_network_host: 127.0.0.1
elasticsearch_jvm_xms: null
elastic_stack_version: 6.1.0
elastic_stack_version: 6.1.2
elasticsearch_shards: 5
elasticsearch_replicas: 1

View File

@ -1,7 +1,7 @@
---
- name: RedHat/CentOS/Fedora | download Oracle Java RPM
get_url:
url: http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jre-8u151-linux-x64.rpm
url: http://download.oracle.com/otn-pub/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jre-8u161-linux-x64.rpm
dest: /tmp/jdk-8-linux-x64.rpm
headers: 'Cookie:oraclelicense=accept-securebackup-cookie'
register: oracle_java_task_rpm_download

View File

@ -1,6 +1,6 @@
{
"order": 0,
"template": "wazuh-alerts-3.*",
"template": "wazuh-alerts-3.x-*",
"settings": {
"index.refresh_interval": "5s",
"number_of_shards": {{ elasticsearch_shards }},