Hello folks,
I'm new using ELK, I wanna know what is the best approach to import all redis keys and values to elastisearch with logstash.
Hello folks,
I'm new using ELK, I wanna know what is the best approach to import all redis keys and values to elastisearch with logstash.
This can be a bit tricky, because in Redis each key can have its own data type, and we need to use specific commands with each data type to get the value out. What does your existing structure look like? If you're using string values (which can be read with the redis GET
command), do you have any encoding layers? (e.g., JSON and/or gzip)?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.