You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use this plugin to enable Redis with Zeek...
Redis and Zeek are installed on the same Docker container.
If redis-cli -h 127.0.0.1 ping PONG
But when I start the container, here is the issue: service redis-server start Starting redis-server: redis-server. zeek -i ens35 local Log::default_logdir=/opt/zeek/logs LogAscii::use_json=T error: Redis client error {"label":"index.js","timestamp":"2024-10-02 08:20:59"} error: Redis client error {"label":"index.js","timestamp":"2024-10-02 08:20:59"}
The text was updated successfully, but these errors were encountered:
Hi,
I try to use this plugin to enable Redis with Zeek...
Redis and Zeek are installed on the same Docker container.
If
redis-cli -h 127.0.0.1 ping
PONG
But when I start the container, here is the issue:
service redis-server start
Starting redis-server: redis-server.
zeek -i ens35 local Log::default_logdir=/opt/zeek/logs LogAscii::use_json=T
error: Redis client error {"label":"index.js","timestamp":"2024-10-02 08:20:59"}
error: Redis client error {"label":"index.js","timestamp":"2024-10-02 08:20:59"}
The text was updated successfully, but these errors were encountered: