Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct permissions on Wazuh alerts manifest #1457

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

MoteHue
Copy link
Contributor

@MoteHue MoteHue commented Jan 14, 2025

Wazuh instance wasnt creating wazuh-alerts-* indices and the "Check alerts index pattern" health-check fails.

Error and solution from logs:

Error reading manifest file: config file ("/usr/share/filebeat/module/wazuh/alerts/manifest.yml") can only be writable by the owner but the permissions are "-rw-rw-rw-"
to fix the permissions use: 'chmod go-w /usr/share/filebeat/module/wazuh/alerts/manifest.yml'

@MoteHue MoteHue requested a review from a team as a code owner January 14, 2025 16:43
@product-auto-label product-auto-label bot added size: xs ansible Ansible playbooks labels Jan 14, 2025
@MoteHue
Copy link
Contributor Author

MoteHue commented Jan 14, 2025

Would be good to test this on a fresh Wazuh deploy if anyone has the time :)

seunghun1ee
seunghun1ee previously approved these changes Jan 14, 2025
Wazuh instance wasnt creating wazuh-alerts-* indices and the
"Check alerts index pattern" health-check fails.

Error and solution from logs:

```
Error reading manifest file: config file ("/usr/share/filebeat/module/wazuh/alerts/manifest.yml") can only be writable by the owner but the permissions are "-rw-rw-rw-"
to fix the permissions use: 'chmod go-w /usr/share/filebeat/module/wazuh/alerts/manifest.yml'
```
@MoteHue MoteHue merged commit 44f8f21 into stackhpc/2024.1 Jan 15, 2025
14 checks passed
@MoteHue MoteHue deleted the wazuh-alerts-manifest branch January 15, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ansible Ansible playbooks size: xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants