Files
quorum-test-network/logstash/pipeline/10_filebeat_redis.conf
2026-02-09 21:51:48 -08:00

10 lines
146 B
Plaintext

input {
redis {
host => "${REDIS_HOST}"
port => "${REDIS_PORT}"
codec => "json"
data_type => "list"
key => "filebeat"
}
}