Wazuh ダッシュボードにアクセスする
URL: https://<SERVER_IP>
Login credentials:
- Username:
admin - Password: stored in
/root/wazuh-install-files.tar
保存されたパスワードにアクセスする
Wazuh Manager、API、Indexer、およびエージェントのすべてのデフォルトパスワードは tar アーカイブに含まれています。
File: /root/wazuh-install-files.tar
パスワードを取り出すには:
tar -O -xvf /root/wazuh-install-files.tar wazuh-install-files/wazuh-passwords.txt
Open Ports
以下のポートがファイアウォールで許可されていることを確認してください:
443: Wazuh ダッシュボード HTTPS9200: Wazuh Indexer API (Elasticsearch)55000: エージェントと Manager 間の通信 (TCP)1514: Wazuh Remoted syslog (TCP)1515: Wazuh Remoted 追加 syslog (TCP)
主要ファイルとディレクトリ
- Password archive:
/root/wazuh-install-files.tar - Manager 設定ファイル:
/var/ossec/etc/(containsossec.conf, rules, decoders) - Manager logs:
/var/ossec/logs/ossec.log - Manager データディレクトリ:
/var/ossec/queue/,/var/ossec/active-responses/ - Dashboard configuration:
/etc/wazuh-dashboard/(containsdashboard.yml, SSL certificates) - Dashboard logs:
/var/log/wazuh-dashboard/ - Indexer configuration:
/etc/wazuh-indexer/(containselasticsearch.yml, roles) - Indexer data:
/var/lib/wazuh-indexer/ - Indexer logs:
/var/log/wazuh-indexer/
Service Management
Check status:
systemctl status wazuh-manager
systemctl status wazuh-api
systemctl status wazuh-dashboard
systemctl status wazuh-indexer
Restart services:
systemctl restart wazuh-manager wazuh-api wazuh-dashboard wazuh-indexer
Viewing logs:
tail -f /var/ossec/logs/ossec.log
tail -f /var/log/wazuh-dashboard/wazuh-dashboard.log
tail -f /var/log/wazuh-indexer/wazuh-indexer.log
注意事項と推奨事項
- Wazuh ダッシュボードはデフォルトで HTTPS 上で動作します。
- Ensure ports
443,9200,55000,1514, and1515はすべての機能を使用するために開放されています。 - 抽出したパスワードを
/root/wazuh-install-files.tarエージェント登録と API アクセスに使用してください。