Skip to content

Commit fcf38a8

Browse files
authored
Merge pull request #8888 from wazuh/enhancement/322-update-screenshot-in-llm-poc
Enhancement/322 update screenshot in llm poc
2 parents 2f41591 + b8f39e8 commit fcf38a8

8 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ All notable changes to this project will be documented in this file.
5959
- **Post-release**: Updated the *Getting started with Wazuh - Architecture* documentation. ([#8819](https://github.com/wazuh/wazuh-documentation/pull/8819))
6060
- **Post-release**: Changed Suricata ruleset file permission in POC guide. ([#8821](https://github.com/wazuh/wazuh-documentation/pull/8821))
6161
- **Post-release**: Adjusted the Data analysis documentation. ([#8850](https://github.com/wazuh/wazuh-documentation/pull/8850))
62+
- **Post-release**: Updated images and powershell command in **Leveraging LLMs for alert enrichment** PoC. [#8888](https://github.com/wazuh/wazuh-documentation/pull/8888)
6263

6364
### Fixed
6465

79.2 KB
Loading
15.4 KB
Loading
76.1 KB
Loading
29.2 KB
Loading
73.1 KB
Loading
17 KB
Loading

source/proof-of-concept-guide/leveraging-llms-for-alert-enrichment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Perform the following steps to install Python, YARA, and download YARA rules.
265265
.. code-block:: powershell
266266
267267
> mkdir 'C:\Program Files (x86)\ossec-agent\active-response\bin\yara\'
268-
> cp .\yara64.exe 'C:\Program Files (x86)\ossec-agent\active-response\bin\yara\'
268+
> cp .\yara-v4.5.1-2298-win64\yara64.exe 'C:\Program Files (x86)\ossec-agent\active-response\bin\yara\'
269269
270270
#. Download YARA rules using valhallaAPI. Valhalla is a YARA and Sigma rule `repository <https://valhalla.nextron-systems.com/>`__ provided by Nextron Systems:
271271

0 commit comments

Comments
 (0)