You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixing link
* fixing second link
* fixing typo for wazuh-management
* removing colon; fixing typos
* cleaning up top level headings
---------
Co-authored-by: Connor Aubry <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Your input is essential to the continuous improvement of LME and to ensure it be
69
69
1.[Retrieving Passwords](#retrieving-passwords)
70
70
2.[Starting and Stopping LME](#starting-and-stopping-lme)
71
71
3.[Uninstall LME](#uninstall-lme)
72
-
5.[Documentation:](#5-documentation)
72
+
5.[Documentation](#5-documentation)
73
73
6.[Developer Notes](#6-developer-notes)
74
74
75
75
@@ -263,7 +263,7 @@ ok: [localhost] => {
263
263
### 5. Deploying Agents
264
264
To populate the dashboards with data, you need to install agents. Detailed guides for deploying Wazuh and Elastic agents are available in the following documents:
@@ -380,9 +380,9 @@ We're doing our best to have regular updates that add new and/or requested featu
380
380
1. [Alerting](/docs/markdown/maintenance/elastalert-rules.md): Adding custom notifications for triggered alerts using elastalert2
381
381
2. [Active Response](/docs/markdown/agents/wazuh-active-response.md): Creating custom wazuh active response actions to automatically respond to a malicious event wazuh detects.
382
382
3. [Backups](/docs/markdown/maintenance/backups.md): Customizing backups of logs for your organizations own compliance needs.
383
-
4. [Custom log types](/docs/markdown/agents/elastic-agent-mangement.md#lme-elastic-agent-integration-example): using elastic agents built in [integrations](https://www.elastic.co/guide/en/integrations/current/index.html) ingest a log type specific to your organization.
383
+
4. [Custom log types](/docs/markdown/agents/elastic-agent-management.md#lme-elastic-agent-integration-example): using elastic agents built in [integrations](https://www.elastic.co/guide/en/integrations/current/index.html) ingest a log type specific to your organization.
384
384
385
-
## 5. Documentation:
385
+
## 5. Documentation
386
386
387
387
### Logging Guidance
388
388
- [LME in the Cloud](/docs/markdown/logging-guidance/cloud.md)
@@ -412,11 +412,11 @@ We're doing our best to have regular updates that add new and/or requested featu
412
412
413
413
### Agents:
414
414
Here is documentation on agent configuration and management.
Copy file name to clipboardExpand all lines: docs/markdown/agents/wazuh-active-response.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Wazuh can automatically block IP addresses attempting SSH brute-force attacks us
11
11
1.**Verify Default Script**:
12
12
- Check for `firewall-drop` script in `/var/ossec/active-response/bin/` on Linux/Unix systems.
13
13
14
-
2.**Configure Command in wazuh_manager.conf**: Note this command (firewall-drop) already exists. But you can create custom scripts located in the active response/bin path and add new commands into the .conf file located at wazuh_manger.conf located at /opt/lme/config/wazuh_cluster/wazuh_manager.conf
14
+
2.**Configure Command in wazuh_manager.conf**: Note this command (firewall-drop) already exists. But you can create custom scripts located in the active response/bin path and add new commands into the .conf file located at wazuh_manager.conf located at /opt/lme/config/wazuh_cluster/wazuh_manager.conf
15
15
16
16
17
17
@@ -64,4 +64,4 @@ This setup provides an automated defense against SSH brute-force attacks, enhanc
64
64
65
65
See a list of Wazuh Rules that trigger here: [Wazuh Ruleset](https://github.com/wazuh/wazuh/tree/master/ruleset/rules)
66
66
67
-
Consult Wazuh Documentation for more on active response configuration.
67
+
Consult Wazuh Documentation for more on active response configuration.
0 commit comments