mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
spicy-redis: Add NEWS entry
This commit is contained in:
parent
b4429a995a
commit
1b962b0fa7
1 changed files with 11 additions and 0 deletions
11
NEWS
11
NEWS
|
@ -42,6 +42,17 @@ New Functionality
|
|||
const std::string& topic,
|
||||
zeek::cluster::detail::Event& event);
|
||||
|
||||
- Zeek now includes the Redis protocol analyzer from the evantypanski/spicy-redis
|
||||
project (https://github.com/evantypanski/spicy-redis). This analyzer is enabled
|
||||
by default. This analyzer logs Redis commands and their associated replies in
|
||||
``redis.log``.
|
||||
|
||||
To disable the analyzer in case of issues, use the following snippet:
|
||||
|
||||
redef Analyzer::disabled_analyzers += {
|
||||
Analyzer::ANALYZER_REDIS,
|
||||
};
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue