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.
llist
Once the data is in redis you need something that pulls it from there and does the next step in your pipeline.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.