From e0645e651efce236e967df6683374d19a247c61c Mon Sep 17 00:00:00 2001 From: banditopazzo Date: Tue, 24 Sep 2024 12:13:18 +0200 Subject: [PATCH] chore(threat-logger): fix renaming in docs --- crates/modules/README.md | 2 +- crates/modules/threat-logger/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/modules/README.md b/crates/modules/README.md index a1d8d981..cf2014be 100644 --- a/crates/modules/README.md +++ b/crates/modules/README.md @@ -5,4 +5,4 @@ | `process-monitor` | Producer | Watch processes (fork/exec/exit) | `file-system-monitor` | Producer | Watch file system events | `network-monitor` | Producer | Watch network events -| `logger` | Consumer | Log events to stdout. Used for development and toubleshooting +| `threat-logger` | Consumer | Log events to stdout. Used for development and toubleshooting diff --git a/crates/modules/threat-logger/README.md b/crates/modules/threat-logger/README.md index 57138b0c..f123add0 100644 --- a/crates/modules/threat-logger/README.md +++ b/crates/modules/threat-logger/README.md @@ -23,5 +23,5 @@ output_format=plaintext You disable this module with: ```sh -pulsar config --set logger.enabled=false +pulsar config --set threat-logger.enabled=false ```