Plugin Import Wazuh
Silent install package for Plugin Import Wazuh
- Software Editor: -
- Signature Date:
- Official Website
- Luti Monitored: -
- 1143 downloads
Description
Plugin for importing wazuh breaches in wapt data audit
This page references all Plugin Import Wazuh silent install packages. By using these packages with WAPT, our deployment software, you will be able to silently install Plugin Import Wazuh on your Windows, Linux and Mac.
tis-wazuh-plugin-import-from-wazuh
This package allows CVEs detected by Wazuh to be reported in the audit data of the affected machines in WAPT.
The audit is performed automatically every hour.
The result is saved in the audit data under the key wazuh.
Two types of results are possible:
- ✅ OK → The data transfer from Wazuh to WAPT is working correctly.
- ❌ ERROR → A package configuration error is preventing proper operation.
To benefit from the latest updates, it is recommended to:
- Clone the package from Tranquil IT's WAPT repository.
How the package works:
- Deploy the package on the Wazuh server
- Go to /opt/wapt/private
- Modify the files "elastic_wazuh_api.ini" and "wapt_api.ini" with your information
- Run the package audit to verify everything is working correctly
elastic_wazuh_api.ini :
[elastic]
username = account to connect to elastic_search
password = account password
instance_name = name of the elastic_search instance (Wazuh instance or cluster name)
verify_cert = False/True
url = https://127.0.0.1:9200 - URL to connect to elastic_search
wazuh_url = https://srvwazuh.mydomain.lan - Wazuh server URL
wapt_api.ini :
[wapt]
username = waptapi - WAPT account to read and store audit data
password = password - Account password
url = https://mywapt.mydomain.lan - WAPT server URL