Skip to content

Commit 9f38fa9

Browse files
committed
update Network IDS integration in poc guide
1 parent 91c6d1b commit 9f38fa9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313

1414
- Added ARM64 to Deployment on Docker prerequisites and updated certificate generator version. ([#9163](https://github.com/wazuh/wazuh-documentation/pull/9163))
1515
- Updated steps in the *Building Docker images locally* section. ([#9174](https://github.com/wazuh/wazuh-documentation/pull/9174))
16+
- **Post-release**: Updated the *Network IDS integration* section of the *Proof of concept guide* documentation. ([#xxxx](https://github.com/wazuh/wazuh-documentation/pull/xxxx))
1617

1718
## [v4.14.2]
1819

source/proof-of-concept-guide/integrate-network-ids-suricata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Take the following steps to configure Suricata on the Ubuntu endpoint and send t
3838
3939
$ cd /tmp/ && curl -LO https://rules.emergingthreats.net/open/suricata-6.0.8/emerging.rules.tar.gz
4040
$ sudo tar -xvzf emerging.rules.tar.gz && sudo mkdir /etc/suricata/rules && sudo mv rules/*.rules /etc/suricata/rules/
41-
$ sudo chmod 777 /etc/suricata/rules/*.rules
41+
$ sudo find /etc/suricata/rules -name "*.rules" -exec chmod 777 {} \;
4242
4343
#. Modify Suricata settings in the ``/etc/suricata/suricata.yaml`` file and set the following variables:
4444

0 commit comments

Comments
 (0)