Skip to content

Commit

Permalink
Merge pull request #304 from wazuh/feature-303-flex-app-url
Browse files Browse the repository at this point in the history
Make the Wazuh App URL flexible
  • Loading branch information
Manuel J. Bernal authored Nov 6, 2019
2 parents 11fe7e8 + 6050c84 commit 32fd3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
### Changed

- Make Wazuh repositories installation flexible [@jm404](https://github.com/jm404) [#288](https://github.com/wazuh/wazuh-ansible/pull/288)
- Wazuh App URL is now flexible [@jm404](https://github.com/jm404) [#304](https://github.com/wazuh/wazuh-ansible/pull/304)

### Fixed

Expand Down
1 change: 1 addition & 0 deletions roles/elastic-stack/ansible-kibana/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kibana_server_host: "0.0.0.0"
kibana_server_port: "5601"
elastic_stack_version: 7.3.2
wazuh_version: 3.10.2
wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp

# Xpack Security
kibana_xpack_security: false
Expand Down
2 changes: 1 addition & 1 deletion roles/elastic-stack/ansible-kibana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
tags: install

- name: Install Wazuh-APP (can take a while)
shell: "/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-{{ wazuh_version }}_{{ elastic_stack_version }}.zip"
shell: "/usr/share/kibana/bin/kibana-plugin install {{ wazuh_app_url }}-{{ wazuh_version }}_{{ elastic_stack_version }}.zip"
environment:
NODE_OPTIONS: "--max-old-space-size=3072"
args:
Expand Down

0 comments on commit 32fd3fb

Please sign in to comment.