wazuh / wazuh-cloudformation

Wazuh - Amazon AWS Cloudformation
https://wazuh.com
39 stars 22 forks source link

Using sources will fail to install Kibana plugin and API #65

Closed jctello closed 1 year ago

jctello commented 4 years ago

If sources is specified as the InstallType the script will fail to compile the wazuh-kibana plugin and the wazuh-api will not be installed.

It seems to fail at this point: https://github.com/wazuh/wazuh-cloudformation/blob/v3.13.0_7.7.1/production/elastic/wazuh_cf_kibana.sh#L250 indicating that in Cannot find module '/preinstall_check'

Maybe the resources from https://github.com/wazuh/wazuh-packages can be used for sources installation for simplicity.