Guest User

Untitled

a guest
Dec 15th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. input {
  2.  
  3. redis {
  4. # data_type => ... # ["list", "channel", "pattern_channel"]
  5. # password => ... # password
  6. # port => ... # number, default: 6379
  7. # tags => ... # array
  8. # timeout => ... # number, default: 5
  9. host => "redis.example.com"
  10. data_type => [ "list" ]
  11. key => "logstash"
  12. type => "all"
  13. }
  14.  
  15. }
Add Comment
Please, Sign In to add comment