mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 09:53:12 +01:00
22 lines
566 B
Plaintext
22 lines
566 B
Plaintext
# Module: redis
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-redis.html
|
|
|
|
- module: redis
|
|
# Main logs
|
|
log:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths: ["/var/log/redis/redis-server.log*"]
|
|
|
|
# Slow logs, retrieved via the Redis API (SLOWLOG)
|
|
slowlog:
|
|
enabled: true
|
|
|
|
# The Redis hosts to connect to.
|
|
#var.hosts: ["localhost:6379"]
|
|
|
|
# Optional, the password to use when connecting to Redis.
|
|
#var.password:
|