Wazuh Update: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
=Update= | =Update= | ||
| − | + | *apt update | |
| − | + | =Stoppen von diversen Diensten= | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | *apt | ||
| − | = | ||
*systemctl stop filebeat | *systemctl stop filebeat | ||
*systemctl stop wazuh-dashboard | *systemctl stop wazuh-dashboard | ||
| − | = | + | *systemctl stop wazuh-indexer |
| − | * | + | =Installation vom Indexer= |
| − | * | + | *apt-get install wazuh-indexer |
| + | =Restart von Diensten= | ||
| + | *systemctl daemon-reload | ||
| + | *systemctl enable wazuh-indexer | ||
| + | *systemctl start wazuh-indexer | ||
| + | =Installation vom Manager= | ||
| + | *apt install wazuh-manager | ||
| + | =Installation des Dashboards= | ||
| + | *apt install wazuh-dashboard | ||
| + | |||
=Links= | =Links= | ||
*https://documentation.wazuh.com/current/upgrade-guide/upgrading-central-components.html | *https://documentation.wazuh.com/current/upgrade-guide/upgrading-central-components.html | ||
Aktuelle Version vom 2. März 2025, 11:19 Uhr
Update
- apt update
Stoppen von diversen Diensten
- systemctl stop filebeat
- systemctl stop wazuh-dashboard
- systemctl stop wazuh-indexer
Installation vom Indexer
- apt-get install wazuh-indexer
Restart von Diensten
- systemctl daemon-reload
- systemctl enable wazuh-indexer
- systemctl start wazuh-indexer
Installation vom Manager
- apt install wazuh-manager
Installation des Dashboards
- apt install wazuh-dashboard