My logstash indexer is trying to read to from redis server.
I am adding redis hash sets.
Eg:
hgetall user:1000
- "username"
- "antirez"
- "birthyear"
- "1977"
- "verified"
- "1"
The logstash indexer doesn't seem to be receiving anything.
redis input plugin says only data_type supported are list, channel or pattern_channel
Is there a way to receive redis hash sets in the logstash input??
Thanks,
Divya