How can i see the redis output from beats.?

I have pushed the data from filebeats to redis.

output:
redis:
host: "localhost"
port: 6379
save_topology: true
index: "filebeat"
db: 0
db_topology: 1
timeout: 5
reconnect_interval: 1

Where does the data gets pushed now and how can i see the data in redis-cli.? please help me.

You need to look at the redis docs to find out what command to use, but from memory it's something like llist.

Once the data is in redis you need something that pulls it from there and does the next step in your pipeline.