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 ```