Updating Elasticsearch role:
*.- Updating JRE and Elasticsearch versions. *.- Updating alerts template.
This commit is contained in:
parent
723316caf0
commit
ad793a70b4
@ -4,6 +4,6 @@ elasticsearch_node_name: node-1
|
|||||||
elasticsearch_http_port: 9200
|
elasticsearch_http_port: 9200
|
||||||
elasticsearch_network_host: 127.0.0.1
|
elasticsearch_network_host: 127.0.0.1
|
||||||
elasticsearch_jvm_xms: null
|
elasticsearch_jvm_xms: null
|
||||||
elastic_stack_version: 6.1.0
|
elastic_stack_version: 6.1.2
|
||||||
elasticsearch_shards: 5
|
elasticsearch_shards: 5
|
||||||
elasticsearch_replicas: 1
|
elasticsearch_replicas: 1
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: RedHat/CentOS/Fedora | download Oracle Java RPM
|
- name: RedHat/CentOS/Fedora | download Oracle Java RPM
|
||||||
get_url:
|
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
|
dest: /tmp/jdk-8-linux-x64.rpm
|
||||||
headers: 'Cookie:oraclelicense=accept-securebackup-cookie'
|
headers: 'Cookie:oraclelicense=accept-securebackup-cookie'
|
||||||
register: oracle_java_task_rpm_download
|
register: oracle_java_task_rpm_download
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"order": 0,
|
"order": 0,
|
||||||
"template": "wazuh-alerts-3.*",
|
"template": "wazuh-alerts-3.x-*",
|
||||||
"settings": {
|
"settings": {
|
||||||
"index.refresh_interval": "5s",
|
"index.refresh_interval": "5s",
|
||||||
"number_of_shards": {{ elasticsearch_shards }},
|
"number_of_shards": {{ elasticsearch_shards }},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user