linode / linode/docs

Visualize Server Security on CentOS 7 with an Elastic Stack and Wazuh

Open
#3,254 0 comments 0 reactions 1 assignee View on GitHub

@Rajakavitha1 is already working on this.

Since Feb 15, 2022.

Dominant language
Python
Stars
1.4k
Forks
1.2k
Avg merge
9m
Merged PRs (30d)
1

Description

Update the guide based on the comments in DisQus:

Suggestion:
You can edit /etc/kibana/kibana.yml and change server.host: "0.0.0.0" back to server.host: "locahost" to fix this.

Port 5601 does not have authentication. It is a direct connection to Kibana. So normally you block port 5601 at the firewall or using iptables, and only use www.test.com on port 80 or 443. The authentication is provided by Nginx, not Kibana. So normally you don't use www.test.com:5601 except for testing or debugging- just block that port via iptables for security.

and
For "4. Install the Wazuh app for Kibana: " You should replace https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.1_6.5.2.zip . with what ever the most current version is.

Otherwise you'll get an error when you add the Wazuh API Entry in Kibana Dashboard

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.