update wazuh-app verification version

This commit is contained in:
Jose Luis Ruiz 2017-03-18 12:04:04 -04:00
parent 3f03433d73
commit a46cd78779
4 changed files with 12 additions and 4 deletions

View File

@ -51,8 +51,14 @@
mode: 0664
notify: restart kibana
- name: Install Wazuh-APP (can take a while)
shell: if ! /usr/share/kibana/bin/kibana-plugin list | grep wazuh; then /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.2.2.zip; fi;
- name: Verify if Wazuh-APP is installed
command: /bin/bash /usr/share/kibana/bin/kibana-plugin list
register: kibanainstalled
- name: Restart Kibana if Wazuh-APP is installed
shell: /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-2.0_5.2.2.zip && service kibana restart
when: kibanainstalled.stdout.find('wazuh') == -1
- name: Ensure Logstash, Kibana and Elasticsearch started and enabled
service:

View File

@ -16,7 +16,7 @@ filebeat_output_elasticsearch_hosts:
filebeat_output_logstash_enabled: true
filebeat_output_logstash_hosts:
- "192.168.212.153:5000"
- "192.168.212.158:5000"
filebeat_enable_logging: true
filebeat_log_level: debug

1
elk.retry Normal file
View File

@ -0,0 +1 @@
192.168.212.151

View File

@ -1 +1,2 @@
192.168.33.166
192.168.212.155
192.168.212.156